Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapserver
Commits: 2ad81fb9 by Bas Couwenberg at 2025-12-03T17:33:19+01:00 New upstream version 8.6.0 - - - - - 5 changed files: - CITATION.cff - CMakeLists.txt - HISTORY.md - SECURITY.md - ci/ubuntu/setup.sh Changes: ===================================== CITATION.cff ===================================== @@ -1,8 +1,8 @@ cff-version: 1.2.0 title: MapServer message: If you use this software, please cite it using the metadata from this file. -version: 8.6.0-rc1 -date-released: 2025-11-27 +version: 8.6.0 +date-released: 2025-12-03 abstract: MapServer is an Open Source platform for publishing spatial data and interactive mapping applications to the web. type: software authors: ===================================== CMakeLists.txt ===================================== @@ -18,7 +18,7 @@ include(CheckCSourceCompiles) set (MapServer_VERSION_MAJOR 8) set (MapServer_VERSION_MINOR 6) set (MapServer_VERSION_REVISION 0) -set (MapServer_VERSION_SUFFIX "-rc1") +set (MapServer_VERSION_SUFFIX "") # Set C++ version # Make CMAKE_CXX_STANDARD available as cache option overridable by user ===================================== HISTORY.md ===================================== @@ -13,6 +13,12 @@ https://mapserver.org/development/changelog/ The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html +8.6.0 release (2025-12-03) +-------------------------- + +- CI: upgrade PCRE2 to 10.47 release (#7400) +(see major changes below) + 8.6.0-rc1 release (2025-11-27) ------------------------------ ===================================== SECURITY.md ===================================== @@ -15,17 +15,17 @@ submissions, when describing the vulnerability (see https://mapserver.org/develo The MapServer PSC (Project Steering Committee) will release patches for security vulnerabilities for the last release branch of the **two most recent release series** (such as 8.x, 7.x, 6.x, etc..., where "x" is the most recent release in the series, such as: 7.6.6 being supported, but -not 7.6.5). For example, once 8.6 is released, support for 8.4 will be dropped. +not 7.6.5). For example, once 8.8 is released, support for 8.6 will be dropped. Patches will only be provided **for a period of three years** from the release date of the current series. -For example, as 8.4 has been released, now 8.4.x, and 7.6.x will be supported/patched, and 7.6.x will -only be supported for three years from the date of the 8.0 series release (until 2025-09-12). +For example, as 8.6 has been released, now 8.6.x will be supported/patched (7.6.x support ended on 2025-09-12, which was three years from the date of the 8.0 series release). Currently, the following versions are supported: | Version | Supported | Support Until | | ------- | ------------------ |-------------- | -| 8.4.x | :white_check_mark: | | +| 8.6.x | :white_check_mark: | | +| 8.4.x | :x: | | | 8.2.x | :x: | | | 8.0.x | :x: | | | 7.6.x | :x: | 2025-09-12 | @@ -35,6 +35,7 @@ Currently, the following versions are supported: | 6.4.x | :x: | | | < 6.4 | :x: | | +- _MapServer 8.6.0 was released on 2025-12-03_ - _MapServer 8.4.0 was released on 2025-01-15_ - _MapServer 8.2.0 was released on 2024-07-08_ - _MapServer 8.0.0 was released on 2022-09-12_ ===================================== ci/ubuntu/setup.sh ===================================== @@ -45,7 +45,7 @@ else fi cd swig-git-master -wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.gz +wget -nc https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.47/pcre2-10.47.tar.gz ./Tools/pcre-build.sh ./autogen.sh ./configure --prefix=/usr View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/2ad81fb959236c1b623d97541c1ec718661153c6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/2ad81fb959236c1b623d97541c1ec718661153c6 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
