Skip to content

Commit d2e8ac5

Browse files
committed
bump version
1 parent 6caa224 commit d2e8ac5

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
This is the changelog file for the POCO C++ Libraries.
22

3+
4+
Release 1.11.8p2 (2023-12-04)
5+
=============================
6+
7+
- GH #4320: Integer overflow in Poco::UTF32Encoding
8+
9+
310
Release 1.11.8p1 (2023-11-02)
411
=============================
512

DLLVersion.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
#include "winres.h"
66

7-
#define POCO_VERSION 1,11,8,1
8-
#define POCO_VERSION_STR "1.11.8p1"
7+
#define POCO_VERSION 1,11,8,2
8+
#define POCO_VERSION_STR "1.11.8p2"
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION POCO_VERSION

Foundation/include/Poco/Version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// Ax: alpha releases
3636
// Bx: beta releases
3737
//
38-
#define POCO_VERSION 0x010B0801
38+
#define POCO_VERSION 0x010B0802
3939

4040

4141
#endif // Foundation_Version_INCLUDED

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.8p1
1+
1.11.8p2

doc/99100-ReleaseNotes.page

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
POCO C++ Libraries Release Notes
22
AAAIntroduction
33

4+
!!!Release 1.11.8p1
5+
6+
!! Summary of Changes
7+
8+
- GH #4320: Integer overflow in Poco::UTF32Encoding
9+
10+
411
!!!Release 1.11.8p1
512

613
!! Summary of Changes

0 commit comments

Comments
 (0)