From 086f65a95efc3c35380e5f55417ddc61b69fdb5c Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Thu, 27 Nov 2025 12:14:53 -0400 Subject: [PATCH] update for 8.6.0-rc1 release --- conf.py | 2 +- en/announcements/announcements_archive.txt | 7 +++++++ en/development/announce/8-6.txt | 16 ++++++++-------- en/development/changelog/changelog-8-6.txt | 10 ++++++++++ en/download.txt | 2 +- en/download_archives.txt | 2 ++ en/include/announcements.inc | 6 +++--- 7 files changed, 32 insertions(+), 13 deletions(-) diff --git a/conf.py b/conf.py index 0bec8c07a7..fc0ac56f49 100644 --- a/conf.py +++ b/conf.py @@ -94,7 +94,7 @@ def __getattr__(cls, name): # The short X.Y version. version = '8.6' # The full version, including alpha/beta/rc tags. -release = '8.6.0-beta2' +release = '8.6.0-rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None diff --git a/en/announcements/announcements_archive.txt b/en/announcements/announcements_archive.txt index 14f3e9d055..66a3c8f348 100644 --- a/en/announcements/announcements_archive.txt +++ b/en/announcements/announcements_archive.txt @@ -4,6 +4,13 @@ MapServer Announcement Archives ***************************************************************************** +**2025-11-27 - MapServer 8.6.0-rc1 is released** + +The first release candidate for MapServer 8.6 has been released. The list of +major changes for this release can be found in the :ref:`8.6 announcement `. +See the :ref:`changelog ` +for the full list of changes and head to :ref:`download` to obtain a copy. + **2025-11-18 - MapServer 8.6.0-beta2 is released** The second beta for MapServer 8.6 has been released. The list of diff --git a/en/development/announce/8-6.txt b/en/development/announce/8-6.txt index 3a52e8d23b..1e63e1cc84 100644 --- a/en/development/announce/8-6.txt +++ b/en/development/announce/8-6.txt @@ -1,15 +1,15 @@ .. _announce-8-6: ***************************************************************************** -Version 8.6.0-beta2 Announcement +Version 8.6.0-rc1 Announcement ***************************************************************************** :Authors: Project Steering Committee -:Last Updated: 2025-11-23 +:Last Updated: 2025-11-27 :Status: Draft -The MapServer Team is pleased to announce the second beta release of -MapServer 8.6.0-beta2 +The MapServer Team is pleased to announce the first release candidate of +MapServer 8.6.0 The upcoming 8.6 release brings a number of major new features that are briefly summarized in this document. The full list of changes can be found in :ref:`changelog-8-6`. @@ -53,13 +53,13 @@ Binary Distributions Binary distributions will be available in the coming days: -- Debian binaries of 8.6.0-beta2 are already available: https://tracker.debian.org/pkg/mapserver +- Debian binaries of 8.6.0-rc1 are already available: https://tracker.debian.org/pkg/mapserver - `OSGeoLive `__ 17.0 release process is happening now, but - it will soon include MapServer 8.6.0-beta2 + it will soon include MapServer 8.6.0-rc1 - `UbuntuGIS `__ will follow the OSGeoLive - release and will then include MapServer 8.6.0-beta2 + release and will then include MapServer 8.6.0-rc1 - MS4W users have already been using branch-8-6 code, but watch for - a new release shortly containing the 8.6.0-beta2 changes at: https://ms4w.com + a new release shortly containing the 8.6.0-rc1 changes at: https://ms4w.com .. TBD - `RHEL and CentOS` TODO diff --git a/en/development/changelog/changelog-8-6.txt b/en/development/changelog/changelog-8-6.txt index ea73cc18b3..19a061012a 100644 --- a/en/development/changelog/changelog-8-6.txt +++ b/en/development/changelog/changelog-8-6.txt @@ -7,6 +7,16 @@ The summary of major changes for this release can be found in the `HISTORY.md `__ file from the source directory. +.. _changelog-8-6-0-rc1: + +Changes from 8.6.0-beta2 to 8.6.0-rc1 +===================================== + +* CI: upgrade PHPUnit, and add PHP 8.5 MapScript job ( `#7398 `__ ) (Jeff McKenna) : `a595d77 `__ +* Output GDAL files: fix from init=epsg:xxxx layers ( `#7395 `__ ) (Even Rouault) : `f86e3f2 `__ +* contour: avoid warning about Memory driver being deprecated in GDAL >= 3.11 ( `#7394 `__ ) (Even Rouault) : `3d002c9 `__ +* OGCAPI: return OGC-NumberReturned, OGC-NumberMatched and Link HTTP headers ( `#7393 `__ ) (Even Rouault) : `416baa45 `__ + .. _changelog-8-6-0-beta2: Changes from 8.6.0-beta1 to 8.6.0-beta2 diff --git a/en/download.txt b/en/download.txt index 62ba7c84b7..42c5c4cab3 100644 --- a/en/download.txt +++ b/en/download.txt @@ -18,7 +18,7 @@ Current Release(s) * MapServer - * **2025-11-18** MapServer-8.6.0-beta2 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` + * **2025-11-27** MapServer-8.6.0-rc1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` * **2025-09-19** MapServer-8.4.1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` * **2024-09-02** MapServer-8.2.2 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` * **2024-06-11** MapServer-8.0.2 `tar.gz `__ | :ref:`Changelog ` diff --git a/en/download_archives.txt b/en/download_archives.txt index d2fc3f31ca..c840e7fe13 100644 --- a/en/download_archives.txt +++ b/en/download_archives.txt @@ -166,6 +166,8 @@ Past Releases Development Releases .............................................................................. +* **2025-11-27** MapServer-8.6.0-rc1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` + * **2025-11-18** MapServer-8.6.0-beta2 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` * **2025-11-13** MapServer-8.6.0-beta1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` diff --git a/en/include/announcements.inc b/en/include/announcements.inc index a7807cf409..d18698504e 100644 --- a/en/include/announcements.inc +++ b/en/include/announcements.inc @@ -1,8 +1,8 @@ -**2025-11-18 - MapServer 8.6.0-beta2 is released** +**2025-11-27 - MapServer 8.6.0-rc1 is released** -The second beta for MapServer 8.6 has been released. The list of +The first release candidate for MapServer 8.6 has been released. The list of major changes for this release can be found in the :ref:`8.6 announcement `. -See the :ref:`changelog ` +See the :ref:`changelog ` for the full list of changes and head to :ref:`download` to obtain a copy. **2025-09-19 - MapServer 8.4.1 is released**