File tree Expand file tree Collapse file tree 7 files changed +31
-8
lines changed
Expand file tree Collapse file tree 7 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,9 @@ def __getattr__(cls, name):
9292# built documents.
9393#
9494# The short X.Y version.
95- version = '8.2 '
95+ version = '8.4 '
9696# The full version, including alpha/beta/rc tags.
97- release = '8.2.2 '
97+ release = '8.4.0 '
9898# The language for content autogenerated by Sphinx. Refer to documentation
9999# for a list of supported languages.
100100#language = None
Original file line number Diff line number Diff line change 44 MapServer Announcement Archives
55*****************************************************************************
66
7+ **2025-01-15 - MapServer 8.4.0 is released**
8+
9+ The major version MapServer 8.4 has been released. The list of
10+ major changes for this release can be found in the :ref:`8.4 announcement <announce-8-4>`.
11+ See the :ref:`changelog <changelog-8-4>`
12+ for the full list of changes and head to :ref:`download` to obtain a copy.
13+
714**2025-01-08 - MapServer 8.4.0-rc1 is released**
815
916The first release candidate for MapServer 8.4.0 has been released. The list of
Original file line number Diff line number Diff line change 11.. _announce-8-4:
22
33*****************************************************************************
4- Version 8.4.0-rc1 Announcement
4+ Version 8.4.0 Announcement
55*****************************************************************************
66
77:Authors: Project Steering Committee
8- :Drafted : 2025-01-08
8+ :Released : 2025-01-15
99
10- The MapServer Team is pleased to announce the first release candidate of the major release of
10+ The MapServer Team is pleased to announce the major release of
1111MapServer 8.4.0
1212
13- This 8.4 release will bring a number of major new features that are briefly
13+ This 8.4 release brings a number of major new features that are briefly
1414summarized in this document. The full list of changes can be found in :ref:`changelog-8-4`.
1515The :ref:`Migration Guide <migration-8-4>` also contains more detailed examples of
1616the major changes.
Original file line number Diff line number Diff line change 77The summary of major changes for this release can be found in the `HISTORY.md <https://github.com/MapServer/MapServer/blob/branch-8-4/HISTORY.md>`__
88file from the source directory.
99
10+ .. _changelog-8-4-0:
11+
12+ Changes from 8.4.0-rc1 to 8.4.0
13+ ===============================
14+
15+ * add CITATION.cff (Jeff McKenna) : `8942e55 <https://github.com/mapserver/mapserver/commit/8942e55eadcb91eb0fb8a8a1fe178fcee97ba801>`__
16+
1017.. _changelog-8-4-0-rc1:
1118
1219Changes from 8.4.0-beta2 to 8.4.0-rc1
13- =======================================
20+ =====================================
1421
1522* update copyright year (Jeff McKenna) : `aac86c8 <https://github.com/mapserver/mapserver/commit/aac86c899ae29923b13ce3d690a2a740c48777c5>`__
1623* Add stdbool.h inclusion in mapserver.h (Even Rouault) : `028d99d <https://github.com/mapserver/mapserver/commit/028d99d5ff840c294e17c9af8100bf3a7c5076fb>`__
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Current Release(s)
1818
1919* MapServer
2020
21- * **2025-01-08 ** MapServer-8.4.0-rc1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0-rc1 .tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0-rc1 .zip>`__ | :ref:`Changelog <changelog-8-4>`
21+ * **2025-01-15 ** MapServer-8.4.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0.zip>`__ | :ref:`Changelog <changelog-8-4>`
2222 * **2024-09-02** MapServer-8.2.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.2.zip>`__ | :ref:`Changelog <changelog-8-2>`
2323 * **2024-06-11** MapServer-8.0.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.0.2.tar.gz>`__ | :ref:`Changelog <changelog-8-0>`
2424 * **2024-07-21** MapServer-7.6.7 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.6.7.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-7.6.7.zip>`__ | :ref:`Changelog <changelog-7-6>`
Original file line number Diff line number Diff line change 1515Past Releases
1616..............................................................................
1717
18+ * **2025-01-15** MapServer-8.4.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.0.zip>`__ | :ref:`Changelog <changelog-8-4>`
19+
1820* **2024-09-02** MapServer-8.2.2 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.2.zip>`__ | :ref:`Changelog <changelog-8-2>`
1921
2022* **2024-08-02** MapCache-1.14.1 `tar.gz <https://download.osgeo.org/mapserver/mapcache-1.14.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapcache-1.14.1.zip>`__ | :ref:`Changelog <changelog-mapcache-1-14>`
Original file line number Diff line number Diff line change 1+ **2025-01-15 - MapServer 8.4.0 is released**
2+
3+ The major version MapServer 8.4 has been released. The list of
4+ major changes for this release can be found in the :ref:`8.4 announcement < announce-8-4 > `.
5+ See the :ref:`changelog < changelog-8-4 > `
6+ for the full list of changes and head to :ref:`download` to obtain a copy.
7+
18**2025-01-08 - MapServer 8.4.0-rc1 is released**
29
310The first release candidate for MapServer 8.4.0 has been released. The list of
You can’t perform that action at this time.
0 commit comments