Günter Obiltschnig 2 лет назад
Родитель
Сommit
1db6fb9a2e
6 измененных файлов с 33 добавлено и 6 удалено
  1. 13 0
      CHANGELOG
  2. 2 2
      DLLVersion.rc
  3. 2 2
      Foundation/include/Poco/Version.h
  4. 1 1
      VERSION
  5. 14 0
      doc/99100-ReleaseNotes.page
  6. 1 1
      libversion

+ 13 - 0
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)
 ===========================
 

+ 2 - 2
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

+ 2 - 2
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

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.12.3
+1.13.0

+ 14 - 0
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
 

+ 1 - 1
libversion

@@ -1 +1 @@
-93
+100