Skip to content

Commit f1dc7bc

Browse files
authored
Merge pull request #106 from jmckenna/1.2.2-release
update for 1.2.2 release
2 parents 5e5294a + fe2e525 commit f1dc7bc

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.2 (2024-07-31) *in memory of Olivier Courtin*
2+
- Include stdlib.h for atoi ([#105](https://github.com/MapServer/tinyows/pull/105)) (Bas Couwenberg)
3+
14
1.2.1 (2024-05-17) *in memory of Olivier Courtin*
25
- Fix JSON encoding ([#100](https://github.com/MapServer/tinyows/pull/100)) (Kévin Dubuc)
36
- Use stdbool.h instead of custom definitions ([#99](https://github.com/MapServer/tinyows/pull/99)) (Bas Couwenberg)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All code must meet the following rules :
2525

2626
Code dynamically linked with the following other librairies:
2727
- PostgreSQL
28-
- libxml 2.9.x
28+
- libxml2
2929
- flex
3030

3131
## Credits

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2

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.1
26+
PROJECT_NUMBER = 1.2.2
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.1"
31+
#define TINYOWS_VERSION "1.2.2"
3232
#define TINYOWS_FCGI @USE_FCGI@
3333

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

0 commit comments

Comments
 (0)