Skip to content

Commit

Permalink
Merge pull request #106 from jmckenna/1.2.2-release
Browse files Browse the repository at this point in the history
update for 1.2.2 release
  • Loading branch information
jmckenna authored Jul 31, 2024
2 parents 5e5294a + fe2e525 commit f1dc7bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.2.2 (2024-07-31) *in memory of Olivier Courtin*
- Include stdlib.h for atoi ([#105](https://github.com/MapServer/tinyows/pull/105)) (Bas Couwenberg)

1.2.1 (2024-05-17) *in memory of Olivier Courtin*
- Fix JSON encoding ([#100](https://github.com/MapServer/tinyows/pull/100)) (Kévin Dubuc)
- Use stdbool.h instead of custom definitions ([#99](https://github.com/MapServer/tinyows/pull/99)) (Bas Couwenberg)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All code must meet the following rules :

Code dynamically linked with the following other librairies:
- PostgreSQL
- libxml 2.9.x
- libxml2
- flex

## Credits
Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.2
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = tinyows
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.2.1
PROJECT_NUMBER = 1.2.2

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion src/ows_define.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define OWS_DEBUG
#endif

#define TINYOWS_VERSION "1.2.1"
#define TINYOWS_VERSION "1.2.2"
#define TINYOWS_FCGI @USE_FCGI@

#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"
Expand Down

0 comments on commit f1dc7bc

Please sign in to comment.