[Git][debian-gis-team/tinyows][upstream] New upstream version 1.2.2
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Jul 31 19:30:53 BST 2024
Bas Couwenberg pushed to branch upstream at Debian GIS Project / tinyows
Commits:
3ae09178 by Bas Couwenberg at 2024-07-31T20:19:03+02:00
New upstream version 1.2.2
- - - - -
7 changed files:
- NEWS.md
- README.md
- VERSION.md
- demo/install.sh.in
- doc/Doxyfile
- src/ows/ows_config.c
- src/ows_define.h.in
Changes:
=====================================
NEWS.md
=====================================
@@ -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)
=====================================
README.md
=====================================
@@ -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
=====================================
VERSION.md
=====================================
@@ -1 +1 @@
-1.2.1
+1.2.2
=====================================
demo/install.sh.in
=====================================
@@ -11,8 +11,10 @@ PGUSER=postgres
SHP2PGSQL=@SHP2PGSQL@
DB=tinyows_demo
-if [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
- PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
+if [ -d /usr/local/pgsql/share/contrib/postgis-3.5 ]; then
+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.5
+elif [ -d /usr/local/pgsql/share/contrib/postgis-3.4 ]; then
+ PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.4
elif [ -d /usr/local/pgsql/share/contrib/postgis-3.3 ]; then
PGSHARE=/usr/local/pgsql/share/contrib/postgis-3.3
elif [ -d /usr/local/pgsql/share/contrib/postgis-3.2 ]; then
=====================================
doc/Doxyfile
=====================================
@@ -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.
=====================================
src/ows/ows_config.c
=====================================
@@ -22,6 +22,7 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <libxml/xmlreader.h>
=====================================
src/ows_define.h.in
=====================================
@@ -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"
View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/3ae09178162b5fe17bcbddeff738056fc96a6abd
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/tinyows/-/commit/3ae09178162b5fe17bcbddeff738056fc96a6abd
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240731/1432b639/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list