Skip to content

Commit

Permalink
update for 8.4.0-final release (#994)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff McKenna <jmckenna@gatewaygeomatics.com>
  • Loading branch information
github-actions[bot] and jmckenna authored Jan 15, 2025
1 parent db3094c commit e9b8c12
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions en/announcements/announcements_archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <announce-8-4>`.
See the :ref:`changelog <changelog-8-4>`
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
Expand Down
8 changes: 4 additions & 4 deletions en/development/announce/8-4.txt
Original file line number Diff line number Diff line change
@@ -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 <migration-8-4>` also contains more detailed examples of
the major changes.
Expand Down
9 changes: 8 additions & 1 deletion en/development/changelog/changelog-8-4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@
The 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>`__
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 <https://github.com/mapserver/mapserver/commit/8942e55eadcb91eb0fb8a8a1fe178fcee97ba801>`__

.. _changelog-8-4-0-rc1:

Changes from 8.4.0-beta2 to 8.4.0-rc1
=======================================
=====================================

* update copyright year (Jeff McKenna) : `aac86c8 <https://github.com/mapserver/mapserver/commit/aac86c899ae29923b13ce3d690a2a740c48777c5>`__
* Add stdbool.h inclusion in mapserver.h (Even Rouault) : `028d99d <https://github.com/mapserver/mapserver/commit/028d99d5ff840c294e17c9af8100bf3a7c5076fb>`__
Expand Down
2 changes: 1 addition & 1 deletion en/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Current Release(s)

* MapServer

* **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>`
* **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>`
* **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>`
* **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>`
* **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>`
Expand Down
2 changes: 2 additions & 0 deletions en/download_archives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
Past Releases
..............................................................................

* **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>`

* **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>`

* **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>`
Expand Down
7 changes: 7 additions & 0 deletions en/include/announcements.inc
Original file line number Diff line number Diff line change
@@ -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 <announce-8-4>`.
See the :ref:`changelog <changelog-8-4>`
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
Expand Down

0 comments on commit e9b8c12

Please sign in to comment.