From e9b8c1280451be5a72d21025d5a31c1147eea357 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:42:52 -0400 Subject: [PATCH] update for 8.4.0-final release (#994) Co-authored-by: Jeff McKenna --- conf.py | 4 ++-- en/announcements/announcements_archive.txt | 7 +++++++ en/development/announce/8-4.txt | 8 ++++---- en/development/changelog/changelog-8-4.txt | 9 ++++++++- en/download.txt | 2 +- en/download_archives.txt | 2 ++ en/include/announcements.inc | 7 +++++++ 7 files changed, 31 insertions(+), 8 deletions(-) diff --git a/conf.py b/conf.py index d1588069dc..32b6831049 100644 --- a/conf.py +++ b/conf.py @@ -92,9 +92,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = '8.2' +version = '8.4' # The full version, including alpha/beta/rc tags. -release = '8.2.2' +release = '8.4.0' # 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 cd74ae7d5c..02b5f21975 100644 --- a/en/announcements/announcements_archive.txt +++ b/en/announcements/announcements_archive.txt @@ -4,6 +4,13 @@ MapServer Announcement Archives ***************************************************************************** +**2025-01-15 - MapServer 8.4.0 is released** + +The major version MapServer 8.4 has been released. The list of +major changes for this release can be found in the :ref:`8.4 announcement `. +See the :ref:`changelog ` +for the full list of changes and head to :ref:`download` to obtain a copy. + **2025-01-08 - MapServer 8.4.0-rc1 is released** The first release candidate for MapServer 8.4.0 has been released. The list of diff --git a/en/development/announce/8-4.txt b/en/development/announce/8-4.txt index 6a17b2fd97..cbf09a4967 100644 --- a/en/development/announce/8-4.txt +++ b/en/development/announce/8-4.txt @@ -1,16 +1,16 @@ .. _announce-8-4: ***************************************************************************** -Version 8.4.0-rc1 Announcement +Version 8.4.0 Announcement ***************************************************************************** :Authors: Project Steering Committee -:Drafted: 2025-01-08 +:Released: 2025-01-15 -The MapServer Team is pleased to announce the first release candidate of the major release of +The MapServer Team is pleased to announce the major release of MapServer 8.4.0 -This 8.4 release will bring a number of major new features that are briefly +This 8.4 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-4`. The :ref:`Migration Guide ` also contains more detailed examples of the major changes. diff --git a/en/development/changelog/changelog-8-4.txt b/en/development/changelog/changelog-8-4.txt index 66afbb9d97..902db2aec4 100644 --- a/en/development/changelog/changelog-8-4.txt +++ b/en/development/changelog/changelog-8-4.txt @@ -7,10 +7,17 @@ The summary of major changes for this release can be found in the `HISTORY.md `__ file from the source directory. +.. _changelog-8-4-0: + +Changes from 8.4.0-rc1 to 8.4.0 +=============================== + +* add CITATION.cff (Jeff McKenna) : `8942e55 `__ + .. _changelog-8-4-0-rc1: Changes from 8.4.0-beta2 to 8.4.0-rc1 -======================================= +===================================== * update copyright year (Jeff McKenna) : `aac86c8 `__ * Add stdbool.h inclusion in mapserver.h (Even Rouault) : `028d99d `__ diff --git a/en/download.txt b/en/download.txt index aa96d5c02a..c7f1b3b79b 100644 --- a/en/download.txt +++ b/en/download.txt @@ -18,7 +18,7 @@ Current Release(s) * MapServer - * **2025-01-08** MapServer-8.4.0-rc1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` + * **2025-01-15** MapServer-8.4.0 `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 ` * **2024-07-21** MapServer-7.6.7 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` diff --git a/en/download_archives.txt b/en/download_archives.txt index 3878912923..b06df33934 100644 --- a/en/download_archives.txt +++ b/en/download_archives.txt @@ -15,6 +15,8 @@ Past Releases .............................................................................. +* **2025-01-15** MapServer-8.4.0 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` + * **2024-09-02** MapServer-8.2.2 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` * **2024-08-02** MapCache-1.14.1 `tar.gz `__ | `.zip `__ | :ref:`Changelog ` diff --git a/en/include/announcements.inc b/en/include/announcements.inc index f4ce216f99..c2b69d15ab 100644 --- a/en/include/announcements.inc +++ b/en/include/announcements.inc @@ -1,3 +1,10 @@ +**2025-01-15 - MapServer 8.4.0 is released** + +The major version MapServer 8.4 has been released. The list of +major changes for this release can be found in the :ref:`8.4 announcement `. +See the :ref:`changelog ` +for the full list of changes and head to :ref:`download` to obtain a copy. + **2025-01-08 - MapServer 8.4.0-rc1 is released** The first release candidate for MapServer 8.4.0 has been released. The list of