File tree 6 files changed +33
-2
lines changed
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):
94
94
# The short X.Y version.
95
95
version = '8.2'
96
96
# The full version, including alpha/beta/rc tags.
97
- release = '8.2.1 '
97
+ release = '8.2.2 '
98
98
# The language for content autogenerated by Sphinx. Refer to documentation
99
99
# for a list of supported languages.
100
100
#language = None
Original file line number Diff line number Diff line change 4
4
MapServer Announcement Archives
5
5
*****************************************************************************
6
6
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
+
7
15
**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**
8
16
9
17
The minor versions MapCache 1.14.1 and TinyOWS 1.2.2 have been released.
Original file line number Diff line number Diff line change 7
7
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>`__
8
8
file from the source directory.
9
9
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
+
10
23
.. _changelog-8-2-1:
11
24
12
25
Changes 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)
18
18
19
19
* MapServer
20
20
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>`
22
22
* **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>`
23
23
* **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>`
24
24
* **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 15
15
Past Releases
16
16
..............................................................................
17
17
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
+
18
20
* **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>`
19
21
20
22
* **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
+
1
9
**2024-08-02 - MapCache 1.14.1 and TinyOWS 1.2.2 are released**
2
10
3
11
The 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