Skip to content

Commit 0c3bfcb

Browse files
committed
update for 8.2.2 release
1 parent dcd0b9a commit 0c3bfcb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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 1)
20+
set (MapServer_VERSION_REVISION 2)
2121
set (MapServer_VERSION_SUFFIX "")
2222

2323
# Set C++ version

HISTORY.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ 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.2 release (2024-09-02)
17+
--------------------------
18+
19+
- fix build against FreeType 2.13.3 release (#7142)
20+
21+
see detailed changelog for other fixes
22+
1623
8.2.1 release (2024-07-21)
17-
--------------------------------
24+
--------------------------
1825

1926
- security: validate tostring() expression function (#7123)
2027

0 commit comments

Comments
 (0)