Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for 1.2.2 release #106

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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