Skip to content

Commit 3ab87a2

Browse files
committed
update for 8.6.1 release
1 parent fa14f52 commit 3ab87a2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __getattr__(cls, name):
3434
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3535

3636

37-
import mapscript
37+
#import mapscript
3838

3939
# If your extensions are in another directory, add it here. If the directory
4040
# is relative to the documentation root, use os.path.abspath to make it
@@ -587,9 +587,9 @@ def setup(app):
587587

588588
# copy the mapscript sourcecode so it can be used
589589
# for doc examples with literalinclude
590-
dst_folder = "./en/mapscript/mapscript-api/mapscript"
591-
if os.path.exists(dst_folder) == False:
592-
os.symlink(os.path.dirname(mapscript.__file__), dst_folder)
590+
# dst_folder = "./en/mapscript/mapscript-api/mapscript"
591+
# if os.path.exists(dst_folder) == False:
592+
# os.symlink(os.path.dirname(mapscript.__file__), dst_folder)
593593

594594
# avoid warnings of "nonlocal image URI found" (this parameter requires Sphinx >=1.4)
595595
suppress_warnings = ['image.nonlocal_uri']

en/announcements/announcements_archive.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
The maintenance release of MapServer 8.6.1 has been issued in order to fix
1313
a security flaw in the SLD parser.
1414
See the :ref:`changelog <changelog-8-6-1>` for the list of changes.
15-
You may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__,
16-
as well as this `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-cv4m-mr84-fgjp>`__.
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>`__.
1717
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
1818
all users are strongly encouraged to upgrade to the MapServer 8.6.1 release (see the
1919
:ref:`Migration Guide <migration>`).

en/include/announcements.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
The maintenance release of MapServer 8.6.1 has been issued in order to fix
77
a security flaw in the SLD parser.
88
See the :ref:`changelog <changelog-8-6-1>` for the list of changes.
9-
You may also review MapServer's `Security Policy <https://github.com/MapServer/MapServer/blob/main/SECURITY.md>`__,
10-
as well as this `Security Advisory <https://github.com/MapServer/MapServer/security/advisories/GHSA-cv4m-mr84-fgjp>`__.
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>`__.
1111
As security for the 7.6 branch has ended, and branches 8.4, 8.2 & 8.0 are not supported,
1212
all users are strongly encouraged to upgrade to the MapServer 8.6.1 release (see the
1313
:ref:`Migration Guide <migration>`).

0 commit comments

Comments
 (0)