release 1.12.1

This commit is contained in:
Alex Fabijanic 2022-07-16 21:42:57 +02:00
parent 78b87b48e0
commit d7ced77529
6 changed files with 20 additions and 5 deletions

View File

@ -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)
=========================== ===========================

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
1.12.0 1.12.1

View File

@ -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

View File

@ -1 +1 @@
90 91