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
+
1
4
1.2.1 (2024-05-17) * in memory of Olivier Courtin*
2
5
- Fix JSON encoding ([ #100 ] ( https://github.com/MapServer/tinyows/pull/100 ) ) (Kévin Dubuc)
3
6
- 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 :
25
25
26
26
Code dynamically linked with the following other librairies:
27
27
- PostgreSQL
28
- - libxml 2.9.x
28
+ - libxml2
29
29
- flex
30
30
31
31
## 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
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = 1.2.1
26
+ PROJECT_NUMBER = 1.2.2
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change 28
28
#define OWS_DEBUG
29
29
#endif
30
30
31
- #define TINYOWS_VERSION "1.2.1 "
31
+ #define TINYOWS_VERSION "1.2.2 "
32
32
#define TINYOWS_FCGI @USE_FCGI@
33
33
34
34
#define OWS_CONFIG_FILE_PATH "/etc/tinyows.xml"
You can’t perform that action at this time.
0 commit comments