File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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+
141.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)
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ All code must meet the following rules :
2525
2626Code dynamically linked with the following other librairies:
2727- PostgreSQL
28- - libxml 2.9.x
28+ - libxml2
2929- flex
3030
3131## Credits
Original file line number Diff line number Diff line change 1- 1.2.1
1+ 1.2.2
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments