File tree Expand file tree Collapse file tree 6 files changed +52
-4
lines changed
Expand file tree Collapse file tree 6 files changed +52
-4
lines changed Original file line number Diff line number Diff line change 44 MapServer Announcement Archives
55*****************************************************************************
66
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+
14+ **2024-06-27 - MapServer 8.2.0-rc2 is released**
15+
16+ The second release candidate for MapServer 8.2.0 has been released. The list of
17+ major changes for this release can be found in the :ref:`8.2 announcement <announce-8-2>`.
18+ See the :ref:`changelog <changelog-8-2-0-rc2>`
19+ for the full list of changes and head to :ref:`download` to obtain a copy.
20+
721**2024-06-14 - MapServer 8.2.0-rc1 is released**
822
923The first release candidate for MapServer 8.2.0 has been released. The list of
Original file line number Diff line number Diff line change 11.. _announce-8-2:
22
33*****************************************************************************
4- Version 8.2.0-rc1 Announcement
4+ Version 8.2.0-rc3 Announcement
55*****************************************************************************
66
77:Authors: Project Steering Committee
8- :Released: 2024-06-14
8+ :Released: 2024-06-28
99
10- The MapServer Team is pleased to announce the first release candidate of the major release of
10+ The MapServer Team is pleased to announce the third release candidate of the major release of
1111MapServer 8.2.0
1212
1313This 8.2 release brings a number of major new features that are briefly
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-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+
17+ .. _changelog-8-2-0-rc2:
18+
19+ Changes from 8.2.0-rc1 to 8.2.0-rc2
20+ ===================================
21+
22+ * msProjectionInheritContextFrom(): do not reuse source PROJ context if called from different thread ( `#7093 <https://github.com/mapserver/mapserver/issues/7093>`__ ) (github-actions[bot]) : `854593b <https://github.com/mapserver/mapserver/commit/854593b1b6af6cfdcabe0dc174600b7ae80c68e6>`__
23+ * Fix SWIG mapscript failure with out of source builds ( `#7090 <https://github.com/mapserver/mapserver/issues/7090>`__ ) ( `#7092 <https://github.com/mapserver/mapserver/issues/7092>`__ ) (github-actions[bot]) : `23097ca <https://github.com/mapserver/mapserver/commit/23097cab63fe37acc1e904eb450adea8d4d97b7c>`__
24+ * Fix opacity calculation problem with the agg renderer ( `#5697 <https://github.com/mapserver/mapserver/issues/5697>`__ ) (Szekeres Tamás) : `2eaa88a <https://github.com/mapserver/mapserver/commit/2eaa88aec7aa383de8f807baa4c84ba64304bf24>`__
25+
1026.. _changelog-8-2-0-rc1:
1127
1228Changes from 8.2.0-beta3 to 8.2.0-rc1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Current Release(s)
1818
1919* MapServer
2020
21- * **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 >`
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 >`
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-06-11** `mapserver-7.6.6.tar.gz <https://download.osgeo.org/mapserver/mapserver-7.6.6.tar.gz>`__ :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 @@ -150,6 +150,10 @@ Past Releases
150150Development Releases
151151..............................................................................
152152
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+
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>`
156+
153157* **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>`
154158
155159* **2024-06-11** `mapserver-8.2.0-beta3.tar.gz <https://download.osgeo.org/mapserver/mapserver-8.2.0-beta3.tar.gz>`__ :ref:`Changelog <changelog-8-2-0-beta3>`
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+
8+ **2024-06-27 - MapServer 8.2.0-rc2 is released**
9+
10+ The second release candidate for MapServer 8.2.0 has been released. The list of
11+ major changes for this release can be found in the :ref:`8.2 announcement < announce-8-2 > `.
12+ See the :ref:`changelog < changelog-8-2-0-rc2 > `
13+ for the full list of changes and head to :ref:`download` to obtain a copy.
14+
115**2024-06-14 - MapServer 8.2.0-rc1 is released**
216
317The first 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