File tree Expand file tree Collapse file tree 6 files changed +33
-2
lines changed
Expand file tree Collapse file tree 6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def __getattr__(cls, name):
9494# The short X.Y version.
9595version = '8.2'
9696# The full version, including alpha/beta/rc tags.
97- release = '8.2.1 '
97+ release = '8.2.2 '
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+ **2024-09-02 - MapServer 8.2.2 is released**
8+
9+ The maintenance release of MapServer 8.2.2 is now available.
10+ See the :ref:`8.2.2 changelog <changelog-8-2-2>`
11+ for the full list of changes.
12+
13+ Head to :ref:`download` to obtain a copy.
14+
715**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**
816
917The minor versions MapCache 1.14.1 and TinyOWS 1.2.2 have been released.
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-2/HISTORY.md>`__
88file from the source directory.
99
10+ .. _changelog-8-2-2:
11+
12+ Changes from 8.2.1 to 8.2.2
13+ ===========================
14+
15+ * msInterpolationDataset(): fix memory leak (Coverity CID 1599443) (Even Rouault) : `52381fa <https://github.com/mapserver/mapserver/commit/52381fad8df271c54b4865b1fa610da0640a8b9c>`__
16+ * Fix compilation error against FreeType 2.13.3 (Even Rouault) : `eaa1aad <https://github.com/mapserver/mapserver/commit/eaa1aad269436bb18fbd061b2dadea731b10998d>`__
17+ * 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>`__
18+ * Fix proj epsgaxis= stripping to also work for +epsgaxis= (Roel Arents) : `0ffa3a7 <https://github.com/mapserver/mapserver/commit/0ffa3a7c1d76d367b3c399f9413b00b844cafc67>`__
19+ * Allow explicit override of MapScript output folder via CMake variable (Howard Butler) : `2341aa4 <https://github.com/mapserver/mapserver/commit/2341aa4d45d7a0acdfe002974cf058d928b03714>`__
20+ * Fix style scale factor inheritance ( `#7128 <https://github.com/mapserver/mapserver/issues/7128>`__ ) (github-actions[bot]) : `e8c0434 <https://github.com/mapserver/mapserver/commit/e8c0434598b167f770518f397340ca79ba9ec672>`__
21+ * 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>`__
22+
1023.. _changelog-8-2-1:
1124
1225Changes from 8.2.0 to 8.2.1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Current Release(s)
1818
1919* MapServer
2020
21- * **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>`
21+ * **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>`
2222 * **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>`
2323 * **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>`
2424 * **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>`
Original file line number Diff line number Diff line change 1515Past Releases
1616..............................................................................
1717
18+ * **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>`
19+
1820* **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>`
1921
2022* **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>`
Original file line number Diff line number Diff line change 1+ **2024-09-02 - MapServer 8.2.2 is released**
2+
3+ The maintenance release of MapServer 8.2.2 is now available.
4+ See the :ref:`8.2.2 changelog < changelog-8-2-2 > `
5+ for the full list of changes.
6+
7+ Head to :ref:`download` to obtain a copy.
8+
19**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**
210
311The minor versions MapCache 1.14.1 and TinyOWS 1.2.2 have been released.
You can’t perform that action at this time.
0 commit comments