Skip to content

Commit 45899da

Browse files
committed
update for 8.6.4 release [build_translations]
1 parent 5fbe773 commit 45899da

5 files changed

Lines changed: 57 additions & 1 deletion

File tree

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.3'
97+
release = '8.6.4'
9898
# The language for content autogenerated by Sphinx. Refer to documentation
9999
# for a list of supported languages.
100100
#language = None

en/MIGRATION_GUIDE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ MapServer Migration Guide
2222
MapServer 8.4 to 8.6 Migration
2323
==============================
2424

25+
- The 8.6.4 release includes fixes for two vulnerabilities, see the advisories:
26+
27+
- `OpenLayers viewer with WMS <https://github.com/MapServer/MapServer/security/advisories/GHSA-xqj6-vjqr-33vv>`__ advisory
28+
- `PostGIS support <https://github.com/MapServer/MapServer/security/advisories/GHSA-xp29-8wp5-wc3p>`__ advisory
29+
2530
- The 8.6.3 release includes a fix for a vulnerability in the SLD parser
2631
(see MapServer's `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-4h8g-378q-r75m>`__)
2732

en/announcements/announcements_archive.txt

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

7+
**2026-06-01 - MapServer 8.6.4 is released**
8+
9+
.. important::
10+
Security release available
11+
12+
The security release of MapServer 8.6.4 has been issued in order to fix
13+
two vulnerabilities. See the :ref:`changelog <changelog-8-6-4>`
14+
for the list of changes.
15+
You may also review the security advisories for this release:
16+
17+
1. `OpenLayers viewer with WMS <https://github.com/MapServer/MapServer/security/advisories/GHSA-xqj6-vjqr-33vv>`__ advisory
18+
2. `PostGIS support <https://github.com/MapServer/MapServer/security/advisories/GHSA-xp29-8wp5-wc3p>`__ advisory
19+
20+
You may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.
21+
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
22+
all users are strongly encouraged to upgrade to the MapServer 8.6.4 release (see the
23+
:ref:`Migration Guide <migration>`).
24+
25+
Head to :ref:`download` to obtain a copy.
26+
727
**2026-05-07 - MapServer 8.6.3 is released**
828

929
.. important::

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
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-4:
11+
12+
Changes from 8.6.3 to 8.6.4
13+
===========================
14+
15+
* PostGIS: make sure identifier value is numeric when the declared type is numeric too ( `#7519 <https://github.com/mapserver/mapserver/issues/7519>`__ ) (Even Rouault) : `65f1b53 <https://github.com/mapserver/mapserver/commit/65f1b53c258df2abdf6ce1f437c29e75e9976247>`__
16+
* WMS OpenLayers output: properly escape mapserv_onlineresource ( `#7518 <https://github.com/mapserver/mapserver/issues/7518>`__ ) (Even Rouault) : `ff17ef1 <https://github.com/mapserver/mapserver/commit/ff17ef190caaeaa9002ac3d1c7969ec5315c345e>`__
17+
* cgiutil: fix handling of malformed percent-encoding ( `#7515 <https://github.com/mapserver/mapserver/issues/7515>`__ ) (Stefan Gloor) : `6364c71 <https://github.com/mapserver/mapserver/commit/6364c71bff48d669fd62866ad52e2b1292f23da9>`__
18+
* PostGIS: fix wfs_use_default_extent_for_getfeature=false and PROCESSING=NATIVE_FILTER ( `#7514 <https://github.com/mapserver/mapserver/issues/7514>`__ ) (Even Rouault) : `6bb14b2 <https://github.com/mapserver/mapserver/commit/6bb14b222fc17ac5d6e322faff85010e81104288>`__
19+
* Fix incorrect JSON error message output on Index Pages ( `#7513 <https://github.com/mapserver/mapserver/issues/7513>`__ ) (Seth Girvin) : `7f18840 <https://github.com/mapserver/mapserver/commit/7f188405d7a46291206911d853189cb4c09cb38f>`__
20+
1021
.. _changelog-8-6-3:
1122

1223
Changes from 8.6.2 to 8.6.3

en/include/announcements.inc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
**2026-06-01 - MapServer 8.6.4 is released**
2+
3+
.. important::
4+
Security release available
5+
6+
The security release of MapServer 8.6.4 has been issued in order to fix
7+
two vulnerabilities. See the :ref:`changelog <changelog-8-6-4>`
8+
for the list of changes.
9+
You may also review the security advisories for this release:
10+
11+
1. `OpenLayers viewer with WMS <https://github.com/MapServer/MapServer/security/advisories/GHSA-xqj6-vjqr-33vv>`__ advisory
12+
2. `PostGIS support <https://github.com/MapServer/MapServer/security/advisories/GHSA-xp29-8wp5-wc3p>`__ advisory
13+
14+
You may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__.
15+
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
16+
all users are strongly encouraged to upgrade to the MapServer 8.6.4 release (see the
17+
:ref:`Migration Guide <migration>`).
18+
19+
Head to :ref:`download` to obtain a copy.
20+
121
**2026-05-07 - MapServer 8.6.3 is released**
222

323
.. important::

0 commit comments

Comments
 (0)