Skip to content

Commit 9460457

Browse files
committed
update for 8.2.1 release
1 parent d971722 commit 9460457

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(CheckCSourceCompiles)
1717

1818
set (MapServer_VERSION_MAJOR 8)
1919
set (MapServer_VERSION_MINOR 2)
20-
set (MapServer_VERSION_REVISION 0)
20+
set (MapServer_VERSION_REVISION 1)
2121
set (MapServer_VERSION_SUFFIX "")
2222

2323
# Set C++ version

HISTORY.md

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

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

16+
8.2.1 release (2024-07-21)
17+
--------------------------------
18+
19+
- security: validate tostring() expression function (#7123)
20+
21+
- handle PHP MapScript out of source builds (#7108)
22+
1623
8.2.0 release (2024-07-08)
1724
--------------------------
1825

0 commit comments

Comments
 (0)