mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-24 00:57:06 +02: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.
|
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)
|
Release 1.12.0 (2022-07-08)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "winres.h"
|
#include "winres.h"
|
||||||
|
|
||||||
#define POCO_VERSION 1,12,0,0
|
#define POCO_VERSION 1,12,1,0
|
||||||
#define POCO_VERSION_STR "1.12.0"
|
#define POCO_VERSION_STR "1.12.1"
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION POCO_VERSION
|
FILEVERSION POCO_VERSION
|
||||||
|
@ -36,6 +36,6 @@
|
|||||||
// Bx: beta releases
|
// Bx: beta releases
|
||||||
//
|
//
|
||||||
|
|
||||||
#define POCO_VERSION 0x010C0000
|
#define POCO_VERSION 0x010C0100
|
||||||
|
|
||||||
#endif // Foundation_Version_INCLUDED
|
#endif // Foundation_Version_INCLUDED
|
||||||
|
@ -2,6 +2,14 @@ POCO C++ Libraries Release Notes
|
|||||||
AAAIntroduction
|
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
|
!!!Release 1.12.0
|
||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
@ -1 +1 @@
|
|||||||
90
|
91
|
||||||
|
Loading…
x
Reference in New Issue
Block a user