File tree 6 files changed +27
-4
lines changed
6 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 4
4
MapServer Announcement Archives
5
5
*****************************************************************************
6
6
7
+ **2024-06-28 - MapServer 8.2.0-rc3 is released**
8
+
9
+ The third release candidate for MapServer 8.2.0 has been released. The list of
10
+ major changes for this release can be found in the :ref:`8.2 announcement <announce-8-2>`.
11
+ See the :ref:`changelog <changelog-8-2-0-rc3>`
12
+ for the full list of changes and head to :ref:`download` to obtain a copy.
13
+
7
14
**2024-06-27 - MapServer 8.2.0-rc2 is released**
8
15
9
16
The second release candidate for MapServer 8.2.0 has been released. The list of
Original file line number Diff line number Diff line change 1
1
.. _announce-8-2:
2
2
3
3
*****************************************************************************
4
- Version 8.2.0-rc2 Announcement
4
+ Version 8.2.0-rc3 Announcement
5
5
*****************************************************************************
6
6
7
7
:Authors: Project Steering Committee
8
- :Released: 2024-06-27
8
+ :Released: 2024-06-28
9
9
10
- The MapServer Team is pleased to announce the second release candidate of the major release of
10
+ The MapServer Team is pleased to announce the third release candidate of the major release of
11
11
MapServer 8.2.0
12
12
13
13
This 8.2 release brings a number of major new features that are briefly
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-0-rc3:
11
+
12
+ Changes from 8.2.0-rc2 to 8.2.0-rc3
13
+ ===================================
14
+
15
+ * Fix memory corruption issues in msUpdate...FromString ( `#7038 <https://github.com/mapserver/mapserver/issues/7038>`__ ) ( `#7095 <https://github.com/mapserver/mapserver/issues/7095>`__ ) (github-actions[bot]) : `e964c39 <https://github.com/mapserver/mapserver/commit/e964c39c132375f48eed7cbf87854f93770b430a>`__
16
+
10
17
.. _changelog-8-2-0-rc2:
11
18
12
19
Changes from 8.2.0-rc1 to 8.2.0-rc2
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-06-27 ** `mapserver-8.2.0-rc2 .tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc2 .tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc2 >`
21
+ * **2024-06-28 ** `mapserver-8.2.0-rc3 .tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc3 .tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc3 >`
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-06-11** `mapserver-7.6.6.tar.gz <https://download.osgeo.org/mapserver/mapserver-7.6.6.tar.gz>`__ :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 @@ -150,6 +150,8 @@ Past Releases
150
150
Development Releases
151
151
..............................................................................
152
152
153
+ * **2024-06-28** `mapserver-8.2.0-rc3.tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc3.tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc3>`
154
+
153
155
* **2024-06-27** `mapserver-8.2.0-rc2.tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc2.tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc2>`
154
156
155
157
* **2024-06-14** `mapserver-8.2.0-rc1.tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-rc1.tar.gz>`__ :ref:`Changelog <changelog-8-2-0-rc1>`
Original file line number Diff line number Diff line change
1
+ **2024-06-28 - MapServer 8.2.0-rc3 is released**
2
+
3
+ The third release candidate for MapServer 8.2.0 has been released. The list of
4
+ major changes for this release can be found in the :ref:`8.2 announcement < announce-8-2 > `.
5
+ See the :ref:`changelog < changelog-8-2-0-rc3 > `
6
+ for the full list of changes and head to :ref:`download` to obtain a copy.
7
+
1
8
**2024-06-27 - MapServer 8.2.0-rc2 is released**
2
9
3
10
The second release candidate for MapServer 8.2.0 has been released. The list of
You can’t perform that action at this time.
0 commit comments