mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
release 1.12.1
This commit is contained in:
parent
78b87b48e0
commit
d7ced77529
@ -1,5 +1,12 @@
|
||||
This is the changelog file for the POCO C++ Libraries.
|
||||
|
||||
Release 1.12.1 (2022-07-18)
|
||||
===========================
|
||||
|
||||
- GH #3677 PocoFoundationConfig.cmake should now check for PCRE2
|
||||
- GH #3686 SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3
|
||||
|
||||
|
||||
Release 1.12.0 (2022-07-08)
|
||||
===========================
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#include "winres.h"
|
||||
|
||||
#define POCO_VERSION 1,12,0,0
|
||||
#define POCO_VERSION_STR "1.12.0"
|
||||
#define POCO_VERSION 1,12,1,0
|
||||
#define POCO_VERSION_STR "1.12.1"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION POCO_VERSION
|
||||
|
@ -36,6 +36,6 @@
|
||||
// Bx: beta releases
|
||||
//
|
||||
|
||||
#define POCO_VERSION 0x010C0000
|
||||
#define POCO_VERSION 0x010C0100
|
||||
|
||||
#endif // Foundation_Version_INCLUDED
|
||||
|
@ -2,6 +2,14 @@ POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
|
||||
!!!Release 1.12.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- GH #3677 PocoFoundationConfig.cmake should now check for PCRE2
|
||||
- GH #3686 SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3
|
||||
|
||||
|
||||
!!!Release 1.12.0
|
||||
|
||||
!!Summary of Changes
|
||||
|
@ -1 +1 @@
|
||||
90
|
||||
91
|
||||
|
Loading…
Reference in New Issue
Block a user