Skip to content

Commit 1d6fb3e

Browse files
committed
bump version, update changelog
1 parent 62f875d commit 1d6fb3e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG

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

3+
Release 1.12.5p2 (2023-12-04)
4+
=============================
5+
6+
- GH #4320: Integer overflow in Poco::UTF32Encoding
7+
8+
39
Release 1.12.5p1 (2023-11-02)
410
=============================
511

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,12,5,1
8-
#define POCO_VERSION_STR "1.12.5p1"
7+
#define POCO_VERSION 1,12,5,2
8+
#define POCO_VERSION_STR "1.12.5p2"
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION POCO_VERSION

VERSION

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

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.12.5p2
5+
6+
!! Summary of Changes
7+
8+
- GH #4320: Integer overflow in Poco::UTF32Encoding
9+
10+
411
!!!Release 1.12.5p1
512

613
!! Summary of Changes

0 commit comments

Comments
 (0)