Skip to content

Commit

Permalink
update for 8.2.2 release (MapServer#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Sep 2, 2024
1 parent 06f082e commit ea8241e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 2 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.1'
release = '8.2.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None
Expand Down
8 changes: 8 additions & 0 deletions en/announcements/announcements_archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
MapServer Announcement Archives
*****************************************************************************

**2024-09-02 - MapServer 8.2.2 is released**

The maintenance release of MapServer 8.2.2 is now available.
See the :ref:`8.2.2 changelog <changelog-8-2-2>`
for the full list of changes.

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

**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**

The minor versions MapCache 1.14.1 and TinyOWS 1.2.2 have been released.
Expand Down
13 changes: 13 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,19 @@
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-2:

Changes from 8.2.1 to 8.2.2
===========================

* msInterpolationDataset(): fix memory leak (Coverity CID 1599443) (Even Rouault) : `52381fa <https://github.com/mapserver/mapserver/commit/52381fad8df271c54b4865b1fa610da0640a8b9c>`__
* Fix compilation error against FreeType 2.13.3 (Even Rouault) : `eaa1aad <https://github.com/mapserver/mapserver/commit/eaa1aad269436bb18fbd061b2dadea731b10998d>`__
* Fix stripping epsgaxis= before importing OSR projection ( `#7145 <https://github.com/mapserver/mapserver/issues/7145>`__ ) (github-actions[bot]) : `a10c2ed <https://github.com/mapserver/mapserver/commit/a10c2ed5dc50173700149e31fd5a727007d61b42>`__
* Fix proj epsgaxis= stripping to also work for +epsgaxis= (Roel Arents) : `0ffa3a7 <https://github.com/mapserver/mapserver/commit/0ffa3a7c1d76d367b3c399f9413b00b844cafc67>`__
* Allow explicit override of MapScript output folder via CMake variable (Howard Butler) : `2341aa4 <https://github.com/mapserver/mapserver/commit/2341aa4d45d7a0acdfe002974cf058d928b03714>`__
* Fix style scale factor inheritance ( `#7128 <https://github.com/mapserver/mapserver/issues/7128>`__ ) (github-actions[bot]) : `e8c0434 <https://github.com/mapserver/mapserver/commit/e8c0434598b167f770518f397340ca79ba9ec672>`__
* Fix CLUSTER layers to return EXTENT ( `#7126 <https://github.com/mapserver/mapserver/issues/7126>`__ ) (github-actions[bot]) : `f9f380b <https://github.com/mapserver/mapserver/commit/f9f380b927eb642737e99e32402afbb5c6a48ad0>`__

.. _changelog-8-2-1:

Changes from 8.2.0 to 8.2.1
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

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

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

* **2024-08-02** TinyOWS-1.2.2 `tar.gz <https://download.osgeo.org/mapserver/tinyows-1.2.2.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/tinyows-1.2.2.zip>`__ | :ref:`Changelog <changelog-tinyows-1-2>`
Expand Down
8 changes: 8 additions & 0 deletions en/include/announcements.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**2024-09-02 - MapServer 8.2.2 is released**

The maintenance release of MapServer 8.2.2 is now available.
See the :ref:`8.2.2 changelog <changelog-8-2-2>`
for the full list of changes.

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

**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**

The minor versions MapCache 1.14.1 and TinyOWS 1.2.2 have been released.
Expand Down

0 comments on commit ea8241e

Please sign in to comment.