[Git][debian-gis-team/mapserver][upstream] New upstream version 8.4.0~rc1
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Jan 8 16:17:32 GMT 2025
Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapserver
Commits:
f5706605 by Bas Couwenberg at 2025-01-08T17:10:09+01:00
New upstream version 8.4.0~rc1
- - - - -
4 changed files:
- CMakeLists.txt
- HISTORY.md
- LICENSE.md
- src/mapserver.h
Changes:
=====================================
CMakeLists.txt
=====================================
@@ -18,7 +18,7 @@ include(CheckCSourceCompiles)
set (MapServer_VERSION_MAJOR 8)
set (MapServer_VERSION_MINOR 4)
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.md
=====================================
@@ -13,6 +13,11 @@ https://mapserver.org/development/changelog/
The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html
+8.4.0-rc1 release (2025-01-08)
+------------------------------
+
+- include stdbool.h in mapserver.h (#7205)
+
8.4.0-beta2 release (2024-12-14)
--------------------------------
=====================================
LICENSE.md
=====================================
@@ -4,7 +4,7 @@ MapServer Licensing
MapServer General
-----------------
-Copyright (c) 2008-2024 Open Source Geospatial Foundation.
+Copyright (c) 2008-2025 Open Source Geospatial Foundation.
Copyright (c) 1996-2008 Regents of the University of Minnesota.
Permission is hereby granted, free of charge, to any person obtaining a copy
=====================================
src/mapserver.h
=====================================
@@ -39,6 +39,7 @@
#define _GNU_SOURCE /* Required for <string.h> strcasestr() defn */
#endif
+#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/f5706605b53bf402f19d425210ffd64905a147ce
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/f5706605b53bf402f19d425210ffd64905a147ce
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/20250108/ada6b128/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list