mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
bump version
This commit is contained in:
parent
2fb5e60e79
commit
1db6fb9a2e
13
CHANGELOG
13
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)
|
||||
===========================
|
||||
|
||||
|
@ -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
|
||||
|
@ -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,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 @@
|
||||
93
|
||||
100
|
||||
|
Loading…
Reference in New Issue
Block a user