From 1db6fb9a2e39f80fd1fb244a0794bb8d0bb6da58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sat, 30 Sep 2023 12:23:31 +0200 Subject: [PATCH] bump version --- CHANGELOG | 13 +++++++++++++ DLLVersion.rc | 4 ++-- Foundation/include/Poco/Version.h | 4 ++-- VERSION | 2 +- doc/99100-ReleaseNotes.page | 14 ++++++++++++++ libversion | 2 +- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 66afe2de4..6e301b93d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,18 @@ This is the changelog file for the POCO C++ Libraries. +Release 1.13.0 (2023-10-XX) +=========================== + +- TODO + + +Release 1.12.4 (2022-10-31) +=========================== + +- GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE] +- GH #3852: SocketReactor - 100 % CPU usage on single-core system + + Release 1.12.3 (2022-10-24) =========================== diff --git a/DLLVersion.rc b/DLLVersion.rc index 8abf5cec2..67a982fc3 100644 --- a/DLLVersion.rc +++ b/DLLVersion.rc @@ -4,8 +4,8 @@ #include "winres.h" -#define POCO_VERSION 1,12,3,0 -#define POCO_VERSION_STR "1.12.3" +#define POCO_VERSION 1,13,0,0 +#define POCO_VERSION_STR "1.13.0" VS_VERSION_INFO VERSIONINFO FILEVERSION POCO_VERSION diff --git a/Foundation/include/Poco/Version.h b/Foundation/include/Poco/Version.h index a356b6803..fadbafacf 100644 --- a/Foundation/include/Poco/Version.h +++ b/Foundation/include/Poco/Version.h @@ -7,7 +7,7 @@ // // Version information for the POCO C++ Libraries. // -// Copyright (c) 2004-2016, Applied Informatics Software Engineering GmbH. +// Copyright (c) 2004-2023, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 @@ -36,6 +36,6 @@ // Bx: beta releases // -#define POCO_VERSION 0x010C0300 +#define POCO_VERSION 0x010D0000 #endif // Foundation_Version_INCLUDED diff --git a/VERSION b/VERSION index 81f363239..feaae22ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.3 +1.13.0 diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 817ef2ed2..3f2cda56c 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -1,6 +1,20 @@ POCO C++ Libraries Release Notes AAAIntroduction +!!!Release 1.13.0 + +!!Summary of Changes + + - TODO + + +!!!Release 1.12.4 + +!!Summary of Changes + + - GH #3849: Upgrade bundled libexpat to 2.5.0 [fixes CVE] + - GH #3852: SocketReactor - 100 % CPU usage on single-core system + !!!Release 1.12.3 diff --git a/libversion b/libversion index c67f579c9..29d6383b5 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -93 +100