Skip to content

Commit 3714ee2

Browse files
authored
Merge pull request #104 from jmckenna/release-1.2.1
Update for 1.2.1 release
2 parents 86f3404 + 85f0ec2 commit 3714ee2

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

LICENSE renamed to LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) <2007-2021> <Barbara Philippot - Olivier Courtin>
1+
Copyright (c) <2007-2024> <Barbara Philippot - Olivier Courtin>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

NEWS renamed to NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.1 (2024-05-17) *in memory of Olivier Courtin*
2+
- Fix JSON encoding ([#100](https://github.com/MapServer/tinyows/pull/100)) (Kévin Dubuc)
3+
- Use stdbool.h instead of custom definitions ([#99](https://github.com/MapServer/tinyows/pull/99)) (Bas Couwenberg)
4+
- Handle check when using TINYOWS_MAPFILE ([#97](https://github.com/MapServer/tinyows/pull/97)) (Jeff McKenna)
5+
16
1.2.0 (2021-06-11) *in memory of Olivier Courtin*
27
- Fix custom types conversion (Vincent Mora)
38
- Add support for geometry-less tables (Even Rouault)

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

VERSION.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.2.1

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.2.0
26+
PROJECT_NUMBER = 1.2.1
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/ows_define.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define OWS_DEBUG
2929
#endif
3030

31-
#define TINYOWS_VERSION "1.2.0"
31+
#define TINYOWS_VERSION "1.2.1"
3232
#define TINYOWS_FCGI @USE_FCGI@
3333

3434
#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"

0 commit comments

Comments
 (0)