From 70bea1ab008590d4534b7f6ea878b735e7b5fe32 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Sun, 7 Aug 2022 12:07:03 +0200 Subject: [PATCH] release 1.12.2 --- CHANGELOG | 21 ++++++++++++++++++++- CONTRIBUTORS | 2 ++ doc/99100-ReleaseNotes.page | 19 +++++++++++++++++++ doc/99150-WindowsPlatformNotes.page | 12 ------------ 4 files changed, 41 insertions(+), 13 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 19805c099..b79b38c8d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,27 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.12.2 (2022-??-??) +Release 1.12.2 (2022-08-08) =========================== +- GH #3460 fix(Platform): LoongArch support +- GH #3688 Linking Crypto-testrunner fails +- GH #3693 VS2022 compilation issues +- GH #3698 SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3 +- GH #3699 POSIX Event state need not be atomic +- GH #3700 Release script must include build_vs170.cmd +- GH #3708 wakeup fd is never read +- GH #3711 lowercase winsock2 and iphlpapi to allow cross compile +- GH #3716 Compiling with clang_cl_x64_x64 on Visual Studio 2022 failed +- GH #3717 Only support extracting JSON fields when the SDK supports it +- GH #3719 PocoNet Project File does not support Visual Studio 2022 +- GH #3720 Update max MSVC version information +- GH #3721 fails to build with Visual Studio projects +- GH #3722 Added missing Crypto Header to ProGen source +- GH #3724 Crypto: Progen again to add new files and bring back ARM64 configuration +- GH #3727 Add how to install using Conan section on README +- GH #3733 Poco::format and C++20 +- GH #3734 g++ C++20 warnings + Release 1.12.1 (2022-07-18) =========================== diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 102a4a299..7bc689d68 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -51,3 +51,5 @@ Martin Osborne Björn Schramke Francis Andre Kacper Piwiński +Hernan Martinez +Jacky Woo diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 0c14b8b09..f7bbcebdf 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -7,6 +7,25 @@ AAAIntroduction !!Summary of Changes + - GH #3460 fix(Platform): LoongArch support + - GH #3688 Linking Crypto-testrunner fails + - GH #3693 VS2022 compilation issues + - GH #3698 SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3 + - GH #3699 POSIX Event state need not be atomic + - GH #3700 Release script must include build_vs170.cmd + - GH #3708 wakeup fd is never read + - GH #3711 lowercase winsock2 and iphlpapi to allow cross compile + - GH #3716 Compiling with clang_cl_x64_x64 on Visual Studio 2022 failed + - GH #3717 Only support extracting JSON fields when the SDK supports it + - GH #3719 PocoNet Project File does not support Visual Studio 2022 + - GH #3720 Update max MSVC version information + - GH #3721 fails to build with Visual Studio projects + - GH #3722 Added missing Crypto Header to ProGen source + - GH #3724 Crypto: Progen again to add new files and bring back ARM64 configuration + - GH #3727 Add how to install using Conan section on README + - GH #3733 Poco::format and C++20 + - GH #3734 g++ C++20 warnings + !!!Release 1.12.1 diff --git a/doc/99150-WindowsPlatformNotes.page b/doc/99150-WindowsPlatformNotes.page index 6c945c186..78b99cb50 100644 --- a/doc/99150-WindowsPlatformNotes.page +++ b/doc/99150-WindowsPlatformNotes.page @@ -58,15 +58,3 @@ See the following issues for details and explanations: * https://github.com/pocoproject/poco/issues/3665 * https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/ - -!!!Compiler bug when `/Zc:twoPhase` is specified - -There is a bug in the MSVC compiler that prevents `Poco::Any` compilation when the -small object optimization is enabled and `/Zc:permissive-` flag is specified (more -specifically, it is the `/Zc:twoPhase` flag, implicitly set by `/Zc:permissive-`). - -Details: - - * https://github.com/pocoproject/poco/issues/3682 - * https://github.com/pocoproject/poco/issues/3683 - * https://developercommunity.visualstudio.com/t/fatal-error-C1001:-Internal-compiler-err/10095155?space=62&q=djc3ho&entry=problem&sort=newest