Skip to content

Commit 03bf9c1

Browse files
committed
update for 8.4.0 release
1 parent 8942e55 commit 03bf9c1

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include(CheckCSourceCompiles)
1818
set (MapServer_VERSION_MAJOR 8)
1919
set (MapServer_VERSION_MINOR 4)
2020
set (MapServer_VERSION_REVISION 0)
21-
set (MapServer_VERSION_SUFFIX "-rc1")
21+
set (MapServer_VERSION_SUFFIX "")
2222

2323
# Set C++ version
2424
# Make CMAKE_CXX_STANDARD available as cache option overridable by user

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ https://mapserver.org/development/changelog/
1313

1414
The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html
1515

16+
8.4.0 release (2025-01-15)
17+
--------------------------
18+
19+
- add CITATION.cff, useful for Zenodo/DOI (#7209)
20+
(see major changes below)
21+
1622
8.4.0-rc1 release (2025-01-08)
1723
------------------------------
1824

SECURITY.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ submissions, when describing the vulnerability (see https://mapserver.org/develo
1313
The MapServer PSC (Project Steering Committee) will release patches for security vulnerabilities
1414
for the last release branch of the **two most recent release series** (such as 8.x, 7.x, 6.x, etc...,
1515
where "x" is the most recent release in the series, such as: 7.6.6 being supported, but
16-
not 7.6.5). For example, once 8.4 is released, support for 8.2 will be dropped.
16+
not 7.6.5). For example, once 8.6 is released, support for 8.4 will be dropped.
1717

1818
Patches will only be provided **for a period of three years** from the release date of the current series.
19-
For example, as 8.2 has been released, now 8.2.x, and 7.6.x will be supported/patched, and 7.6.x will
19+
For example, as 8.4 has been released, now 8.4.x, and 7.6.x will be supported/patched, and 7.6.x will
2020
only be supported for three years from the date of the 8.0 series release (until 2025-09-12).
2121

2222
Currently, the following versions are supported:
2323

2424
| Version | Supported | Support Until |
2525
| ------- | ------------------ |-------------- |
26-
| 8.2.x | :white_check_mark: | |
26+
| 8.4.x | :white_check_mark: | |
27+
| 8.2.x | :x: | |
2728
| 8.0.x | :x: | |
2829
| 7.6.x | :white_check_mark: | 2025-09-12 |
2930
| 7.4.x | :x: | |
@@ -32,6 +33,7 @@ Currently, the following versions are supported:
3233
| 6.4.x | :x: | |
3334
| < 6.4 | :x: | |
3435

36+
- _MapServer 8.4.0 was released on 2025-01-15_
3537
- _MapServer 8.2.0 was released on 2024-07-08_
3638
- _MapServer 8.0.0 was released on 2022-09-12_
3739
- _MapServer 7.0.0 was released on 2015-07-24_

0 commit comments

Comments
 (0)