[Git][debian-gis-team/mapserver][upstream] New upstream version 8.0.0~rc1

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Aug 19 18:58:40 BST 2022



Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapserver


Commits:
9a531dfe by Bas Couwenberg at 2022-08-19T19:44:30+02:00
New upstream version 8.0.0~rc1
- - - - -


5 changed files:

- CMakeLists.txt
- HISTORY.TXT
- etc/mapserver-sample.conf
- mapfile.c
- tests/mapserver-sample.conf


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -17,7 +17,7 @@ include(CheckCSourceCompiles)
 set (MapServer_VERSION_MAJOR 8)
 set (MapServer_VERSION_MINOR 0)
 set (MapServer_VERSION_REVISION 0)
-set (MapServer_VERSION_SUFFIX "-beta2")
+set (MapServer_VERSION_SUFFIX "-rc1")
 
 # Set C++ version
 # Make CMAKE_CXX_STANDARD available as cache option overridable by user


=====================================
HISTORY.TXT
=====================================
@@ -12,6 +12,13 @@ For a complete change history, please see the Git log comments.  For more
 details about recent point releases, please see the online changelog at:
 https://mapserver.org/development/changelog/
 
+8.0.0-rc1 release (2022-08-19)
+------------------------------
+
+- add missing include to fix build issue on some compilers (#6595)
+
+- update the distributed mapserver-sample.conf (#6598)
+
 8.0.0-beta2 release (2022-08-09)
 --------------------------------
 


=====================================
etc/mapserver-sample.conf
=====================================
@@ -11,7 +11,7 @@ CONFIG
     # Limit Mapfile Access
     #
     # MS_MAP_NO_PATH "1"
-    MS_MAP_PATTERN "^/opt/mapserver" ## required
+    MS_MAP_PATTERN "^/opt/mapserver" ## required when referencing mapfiles by path
     # MS_MAP_BAD_PATTERN "[/\\]{2}|[/\\]?\\.+[/\\]|,"
 
     #


=====================================
mapfile.c
=====================================
@@ -32,6 +32,7 @@
 #endif
 
 #include <stdarg.h>
+#include <stdbool.h>
 #include <assert.h>
 #include <ctype.h>
 #include <float.h>


=====================================
tests/mapserver-sample.conf
=====================================
@@ -11,7 +11,7 @@ CONFIG
     # Limit Mapfile Access
     #
     # MS_MAP_NO_PATH "1"
-    MS_MAP_PATTERN "^/opt/mapserver" ## required
+    MS_MAP_PATTERN "^/opt/mapserver" ## required when referencing mapfiles by path
 
     #
     # Global Log/Debug Setup



View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/9a531dfeddefee914212ca5673f01e9de9ce0e98

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/9a531dfeddefee914212ca5673f01e9de9ce0e98
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/20220819/992b4a2c/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list