Skip to content

Commit d8c8373

Browse files
[Backport branch-8-6] update for 8.6.1 release [build_translations] (#1071)
--------- Co-authored-by: Jeff McKenna <jmckenna@gatewaygeomatics.com>
1 parent 8117dce commit d8c8373

File tree

13 files changed

+81
-29
lines changed

13 files changed

+81
-29
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __getattr__(cls, name):
9494
# The short X.Y version.
9595
version = '8.6'
9696
# The full version, including alpha/beta/rc tags.
97-
release = '8.6.0'
97+
release = '8.6.1'
9898
# The language for content autogenerated by Sphinx. Refer to documentation
9999
# for a list of supported languages.
100100
#language = None

en/announcements/announcements_archive.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
MapServer Announcement Archives
55
*****************************************************************************
66

7+
**2026-03-23 - MapServer 8.6.1 is released**
8+
9+
.. important::
10+
Security release available
11+
12+
The maintenance release of MapServer 8.6.1 has been issued in order to fix
13+
a security flaw in the SLD parser.
14+
See the :ref:`changelog <changelog-8-6-1>` for the list of changes.
15+
You may also review this `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-cv4m-mr84-fgjp>`__,
16+
as well as MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.
17+
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
18+
all users are strongly encouraged to upgrade to the MapServer 8.6.1 release (see the
19+
:ref:`Migration Guide <migration>`).
20+
721
**2025-12-03 - MapServer 8.6.0 is released**
822

923
The major version MapServer 8.6 has been released. The list of

en/development/changelog/changelog-8-6.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@
77
The summary of major changes for this release can be found in the `HISTORY.md <https://github.com/MapServer/MapServer/blob/branch-8-6/HISTORY.md>`__
88
file from the source directory.
99

10+
.. _changelog-8-6-1:
11+
12+
Changes from 8.6.0 to 8.6.1
13+
===========================
14+
15+
* msSLDParseRasterSymbolizer(): fix potential heap buffer overflow ( `#7461 <https://github.com/mapserver/mapserver/issues/7461>`__ ) (github-actions[bot]) : `fb08dad <https://github.com/mapserver/mapserver/commit/fb08dad4afee081b81c57ca0c5d37c149e7755f9>`__
16+
* mapwcs20.cpp: remove debug fprintf (Even Rouault) : `90bae9f <https://github.com/mapserver/mapserver/commit/90bae9fbf7b219f97b7ad7a288c3e17f07c9934c>`__
17+
* Fix C5208 warning ( `#7455 <https://github.com/mapserver/mapserver/issues/7455>`__ ) (github-actions[bot]) : `9698439 <https://github.com/mapserver/mapserver/commit/9698439f8ae1fe429a1048dfae507a50b5f0a9cf>`__
18+
* Define _USE_MATH_DEFINES so that M_PI is available when include math.h (Even Rouault) : `ba08945 <https://github.com/mapserver/mapserver/commit/ba08945734ccfd2ed2b69e1cbd274b2b24037b87>`__
19+
* GetFeatureInfo with IDENTIFY CLASSAUTO: take into account SYMBOL.ANCHORPOINT (Even Rouault) : `90590e5 <https://github.com/mapserver/mapserver/commit/90590e5f6d11b51d122fe9f2d7e52191fb71b8cf>`__
20+
* No longer depend on GDAL's cpl_port.h MIN/MAX/ABS macros (Even Rouault) : `a2cedd5 <https://github.com/mapserver/mapserver/commit/a2cedd5564eac65f3e217785c35f9ed2a98bbb99>`__
21+
* [Backport branch-8-6] CI: upgrade PHPUnit version to 13 ( `#7428 <https://github.com/mapserver/mapserver/issues/7428>`__ ) (github-actions[bot]) : `e272938 <https://github.com/mapserver/mapserver/commit/e272938ff8cf28f6472681ea687e8554c51bcd95>`__
22+
* WCS 2.0: fix issue when input raster in a rotated pole lon/lat CRS with lon_0 > 180 ( `#7429 <https://github.com/mapserver/mapserver/issues/7429>`__ ) (github-actions[bot]) : `ff1f23e <https://github.com/mapserver/mapserver/commit/ff1f23e5350569e2404d431d9e88f13a3b4a71a7>`__
23+
* [Backport branch-8-6] Contour: fix 2 reprojection related issues ( `#7424 <https://github.com/mapserver/mapserver/issues/7424>`__ ) (github-actions[bot]) : `045cced <https://github.com/mapserver/mapserver/commit/045cced3c93018d52a987037eae19ad3a7a1a288>`__
24+
* Fix memory allocation for bool ( `#7419 <https://github.com/mapserver/mapserver/issues/7419>`__ ) (github-actions[bot]) : `9bba2a2 <https://github.com/mapserver/mapserver/commit/9bba2a27060c97eb066a2c87e67ba8c049e642e4>`__
25+
* Build: fix build against GDAL 3.13.0dev ( `#7416 <https://github.com/mapserver/mapserver/issues/7416>`__ ) (github-actions[bot]) : `883a7a7 <https://github.com/mapserver/mapserver/commit/883a7a76cda65ad801771a4f40290a745bf3b610>`__
26+
* UVRaster: fix WMS-Time support on layers with TILEINDEX pointing to a shapefile ( `#7411 <https://github.com/mapserver/mapserver/issues/7411>`__ ) (github-actions[bot]) : `1f754fc <https://github.com/mapserver/mapserver/commit/1f754fcbac5f6168a59ab49bc877354d85956cdd>`__
27+
* update copyright year (Jeff McKenna) : `3cd4fa0 <https://github.com/mapserver/mapserver/commit/3cd4fa077b4c1ab9df3c3332a37a11432834cbe3>`__
28+
* WMS GetCapabilities response: use group title and abstract when using wms_layer_group instead of GROUP ( `#7403 <https://github.com/mapserver/mapserver/issues/7403>`__ ) (github-actions[bot]) : `7a49268 <https://github.com/mapserver/mapserver/commit/7a49268687fe39e5b969129cc2686d0a4f0a47e3>`__
29+
1030
.. _changelog-8-6-0:
1131

1232
Changes from 8.6.0-rc1 to 8.6.0

en/development/documentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:Contact: hobu.inc at gmail.com
99
:Author: Jeff McKenna
1010
:Contact: jmckenna at gatewaygeomatics.com
11-
:Last Updated: 2025-06-27
11+
:Last Updated: 2026-03-23
1212

1313
.. contents:: Table of Contents
1414
:depth: 4
@@ -272,7 +272,7 @@ Installing and Using Sphinx for rst-html Generation
272272

273273
python -m pip install -r requirements.txt
274274

275-
#. install MacTex from http://www.tug.org/mactex/ if you want to build pdfs
275+
#. install MacTex from https://www.tug.org/mactex/ if you want to build pdfs
276276

277277
#. to process the documentation, from the MapServer /MapServer-documentation directory, run:
278278

en/download.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Current Release(s)
1818

1919
* MapServer
2020

21-
* **2025-12-03** MapServer-8.6.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.6.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.6.0.zip>`__ | :ref:`Changelog <changelog-8-6>`
21+
* **2026-03-23** MapServer-8.6.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.6.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.6.1.zip>`__ | :ref:`Changelog <changelog-8-6>`
2222
* **2025-09-19** MapServer-8.4.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.1.zip>`__ | :ref:`Changelog <changelog-8-4>`
2323
* **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>`
2424
* **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>`

en/download_archives.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
Past Releases
1616
..............................................................................
1717

18+
* **2026-03-23** MapServer-8.6.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.6.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.6.1.zip>`__ | :ref:`Changelog <changelog-8-6>`
19+
1820
* **2025-12-03** MapServer-8.6.0 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.6.0.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.6.0.zip>`__ | :ref:`Changelog <changelog-8-6>`
1921

2022
* **2025-09-19** MapServer-8.4.1 `tar.gz <https://download.osgeo.org/mapserver/mapserver-8.4.1.tar.gz>`__ | `.zip <https://download.osgeo.org/mapserver/mapserver-8.4.1.zip>`__ | :ref:`Changelog <changelog-8-4>`

en/include/announcements.inc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
**2026-03-23 - MapServer 8.6.1 is released**
2+
3+
.. important::
4+
Security release available
5+
6+
The maintenance release of MapServer 8.6.1 has been issued in order to fix
7+
a security flaw in the SLD parser.
8+
See the :ref:`changelog <changelog-8-6-1>` for the list of changes.
9+
You may also review this `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-cv4m-mr84-fgjp>`__,
10+
as well as MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.
11+
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
12+
all users are strongly encouraged to upgrade to the MapServer 8.6.1 release (see the
13+
:ref:`Migration Guide <migration>`).
14+
15+
Head to :ref:`download` to obtain a copy.
16+
117
**2025-12-03 - MapServer 8.6.0 is released**
218

319
The major version MapServer 8.6 has been released. The list of

en/ogc/filter_encoding.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
13-
:Last Updated: 2024-06-27
13+
:Last Updated: 2026-03-23
1414

1515
.. contents:: Table of Contents
1616
:depth: 2
@@ -44,7 +44,7 @@ Links to SLD-related Information
4444
- `MapServer OGC Web Services Workshop`_.
4545
- `Open GIS Consortium (OGC) home page`_.
4646

47-
.. _`Filter Encoding Implementation Specification`: https://www.ogc.org/standard/filter/
47+
.. _`Filter Encoding Implementation Specification`: https://www.ogc.org/standards/filter/
4848
.. _`Open GIS Consortium (OGC) home page`: https://www.ogc.org
4949
.. _`MapServer OGC Web Services Workshop`: https://mapserver.github.io/ms-ogc-workshop/
5050

en/ogc/sld.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:Author: Jeff McKenna
1111
:Contact: jmckenna at gatewaygeomatics.com
1212
:Author: Yewondwossen Assefa
13-
:Last Updated: 2025-08-18
13+
:Last Updated: 2026-03-23
1414

1515
.. contents::
1616
:depth: 2
@@ -42,7 +42,7 @@ Links to SLD-related Information
4242
- `MapServer OGC Web Services Workshop`_.
4343
- `Open GIS Consortium (OGC) home page`_.
4444

45-
.. _`Styled Layer Descriptor Implementation Specification`: https://www.ogc.org/standard/sld/
45+
.. _`Styled Layer Descriptor Implementation Specification`: https://www.ogc.org/standards/sld/
4646
.. _`MapServer OGC Web Services Workshop`: https://mapserver.github.io/ms-ogc-workshop/
4747
.. _`Open GIS Consortium (OGC) home page`: https://www.ogc.org
4848

en/ogc/sos_server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Links to SOS-Related Information
4242
--------------------------------
4343

4444
- `SOS specification documents <https://www.ogc.org/standards/sos>`__
45-
- OGC's `Sensor Web Enablement <https://www.ogc.org/projects/groups/sensorwebdwg>`__ working group
45+
- OGC's `Sensor Web Enablement <https://docs.ogc.org/wp/07-165r1/>`__ overview
4646

4747
Relevant Definitions
4848
--------------------

0 commit comments

Comments
 (0)