Skip to content

Commit

Permalink
update for 8.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 21, 2024
1 parent 15aaae2 commit 215dfe8
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '8.2'
# The full version, including alpha/beta/rc tags.
release = '8.2.0'
release = '8.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
Expand Down
10 changes: 10 additions & 0 deletions en/announcements/announcements_archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
MapServer Announcement Archives
*****************************************************************************

**2024-07-21 - MapServer 8.2.1, 7.6.7 are released**

Several maintenance releases of MapServer have been issued in order to fix
a security flaw for the tostring() expression function.
See the :ref:`8.2.1 changelog <changelog-8-2-1>`,
:ref:`7.6.7 changelog <changelog-7-6-7>` for the list of changes. You
may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.

Head to :ref:`download` to obtain a copy.

**2024-07-08 - MapServer 8.2.0 is released**

The major version MapServer 8.2 has been released. The list of
Expand Down
7 changes: 7 additions & 0 deletions en/development/changelog/changelog-7-6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
The summary of major changes for this release can be found in the `HISTORY.TXT <https://github.com/MapServer/MapServer/blob/branch-7-6/HISTORY.TXT>`__
file from the source directory.

.. _changelog-7-6-7:

Changes from 7.6.6 to 7.6.7
===========================

* tostring() expression function: validate format string, and make sure buffer is large enough (Even Rouault) : `31bf282 <https://github.com/mapserver/mapserver/commit/31bf2825dfdd5323f9691bfd7861e97960d15da8>`__

.. _changelog-7-6-6:

Changes from 7.6.5 to 7.6.6
Expand Down
11 changes: 11 additions & 0 deletions en/development/changelog/changelog-8-2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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-2/HISTORY.md>`__
file from the source directory.

.. _changelog-8-2-1:

Changes from 8.2.0 to 8.2.1
===========================

* tostring() expression function: validate format string, and make sure buffer is large enough (Even Rouault) : `6f26c4f <https://github.com/mapserver/mapserver/commit/6f26c4f8e419c1355d8866df00d541e622a563af>`__
* msProcessProjection(): strip epsgaxis= MapServer specific parameter that confuses PROJ < 9.5.0 (Even Rouault) : `147e7b9 <https://github.com/mapserver/mapserver/commit/147e7b97edbf7366fdf6747ebc2c21f1ed8addfe>`__
* Fix build -DWITH_OGCAPI=1 -DWITH_WFS=0 ( `#7116 <https://github.com/mapserver/mapserver/issues/7116>`__ ) (github-actions[bot]) : `e1ded1c <https://github.com/mapserver/mapserver/commit/e1ded1c6f1f99bf07a557cf72c4dc2bf8d418159>`__
* handle PHP out of source builds ( `#7108 <https://github.com/mapserver/mapserver/issues/7108>`__ ) Jeff McKenna) : `50c3d0c <https://github.com/mapserver/mapserver/commit/50c3d0c9592f00451b563d057ab924d84a24b2fb>`__
* Use EPSGTreatsAsLatLong and EPSGTreatsAsNorthingEasting to determine inverted axis ( `#7099 <https://github.com/mapserver/mapserver/issues/7099>`__ ) (github-actions[bot]) : `b054904 <https://github.com/mapserver/mapserver/commit/b054904f96cc75a404396ebd795cbb96da05b8df>`__

.. _changelog-8-2-0-rc3:

Changes from 8.2.0-rc2 to 8.2.0-rc3
Expand Down
4 changes: 2 additions & 2 deletions en/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Current Release(s)

* MapServer

* **2024-07-08** MapServer-8.2.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.0.zip>`__ | :ref:`Changelog <changelog-8-2>`
* **2024-07-21** MapServer-8.2.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.1.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-06-11** MapServer-7.6.6 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.6.6.tar.gz>`__ | :ref:`Changelog <changelog-7-6>`
* **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>`
* **2021-04-30** MapServer-7.4.5 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.4.5.tar.gz>`__ | :ref:`Changelog <changelog-7-4>`
* **2021-04-30** MapServer-7.2.3 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.2.3.tar.gz>`__ | :ref:`Changelog <changelog-7-2>`
* **2021-04-30** MapServer-7.0.8 `tar.gz <https://download.osgeo.org/mapserver/mapserver-7.0.8.tar.gz>`__ | :ref:`Changelog <changelog-7-0>`
Expand Down
4 changes: 4 additions & 0 deletions en/download_archives.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
Past Releases
..............................................................................

* **2024-07-21** MapServer-8.2.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.1.zip>`__ | :ref:`Changelog <changelog-8-2>`

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

* **2024-07-08** MapServer-8.2.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.2.0.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>`
Expand Down
10 changes: 10 additions & 0 deletions en/include/announcements.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
**2024-07-21 - MapServer 8.2.1, 7.6.7 are released**

Several maintenance releases of MapServer have been issued in order to fix
a security flaw for the tostring() expression function.
See the :ref:`8.2.1 changelog <changelog-8-2-1>`,
:ref:`7.6.7 changelog <changelog-7-6-7>` for the list of changes. You
may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.

Head to :ref:`download` to obtain a copy.

**2024-07-08 - MapServer 8.2.0 is released**

The major version MapServer 8.2 has been released. The list of
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alabaster==0.7.16
docutils==0.21.2
sphinx==7.4.3
sphinx==7.4.7
sphinx-copybutton==0.5.2
sphinxcontrib-jquery==4.1
--extra-index-url https://test.pypi.org/simple/
Expand Down

0 comments on commit 215dfe8

Please sign in to comment.