[Git][debian-gis-team/mapserver][experimental] 5 commits: New upstream version 8.0.0~rc1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 19 18:58:34 BST 2022
Bas Couwenberg pushed to branch experimental 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
- - - - -
a697c468 by Bas Couwenberg at 2022-08-19T19:44:48+02:00
Update upstream source from tag 'upstream/8.0.0_rc1'
Update to upstream version '8.0.0~rc1'
with Debian dir 8df8627e911000ec9b5d8ce74283e5fabdc2faf8
- - - - -
904268f7 by Bas Couwenberg at 2022-08-19T19:45:03+02:00
New upstream release candidate.
- - - - -
76e84932 by Bas Couwenberg at 2022-08-19T19:46:07+02:00
Update symbols for other architectures.
- - - - -
7dcb934d by Bas Couwenberg at 2022-08-19T19:47:14+02:00
Set distribution to experimental.
- - - - -
7 changed files:
- CMakeLists.txt
- HISTORY.TXT
- debian/changelog
- debian/libmapserver2.symbols
- 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)
--------------------------------
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mapserver (8.0.0~rc1-1~exp1) experimental; urgency=medium
+
+ * New upstream release candidate.
+ * Update symbols for other architectures.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 19 Aug 2022 19:46:57 +0200
+
mapserver (8.0.0~beta2-1~exp1) experimental; urgency=medium
* New upstream beta release.
=====================================
debian/libmapserver2.symbols
=====================================
The diff for this file was not included because it is too large.
=====================================
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/-/compare/ea657f907690a1810dfb49ad3a70b7d17812e12c...7dcb934d45a8a66a325842e26f848e4c7f6d3c2f
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/compare/ea657f907690a1810dfb49ad3a70b7d17812e12c...7dcb934d45a8a66a325842e26f848e4c7f6d3c2f
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/943274cb/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list