From 5197078d86dcf6e830c2aba8a08827085363db0b Mon Sep 17 00:00:00 2001 From: Matej Kenda Date: Sun, 11 May 2025 18:44:51 +0200 Subject: [PATCH] chore(changelog): updates --- CHANGELOG | 11 ++++++++--- doc/99100-ReleaseNotes.page | 11 ++++++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7b23591e4..bc0eb41ea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,8 @@ Breaking Changes: Security Fixes: -- GH #4899 Upgrade bundled libexpat to 2.7.0 [fixes CVE] +- GH #4899 Upgrade bundled libexpat to 2.7.1 [fixes CVE] +- GH #4926 Crash in Poco::Net::NTLMCredentials::parseChallengeMessage Features, Enhancements and Third Party Updates: @@ -22,16 +23,20 @@ Features, Enhancements and Third Party Updates: - GH #4911 Upgrade bundled libexpat to 2.7.1 - GH #4907 Upgrade bundled SQLite to 3.49.1 - GH #4905 XML fuzzing memory leak +- PR #4937 CMake: make utf8proc, PCRE2, zlib and expat private dependencies Bug Fixes and Improvements: - GH #4923 Poco::Data::SessionPool::dead() must check idle, not active, sessions - GH #4886 Poco::Dynamic::Var conversion to floating point does not handle precision checks correctly for negative numbers. - GH #4884 WebSocket receiveFrame() keeps returning the same frame when no payload (flags/header only) -- GH #4882 SecureSocketImpl::currentSession() regression since 1.12.4 - GH #4875 prebuild does not work as intended -- PR #4896 fix(TCPServer): continues to accept connections after stop() - GH #4935 HTTP server/client request body RFC compliance +- GH #4930 Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct. +- GH #4920 Adapt to avoid Clang warning deprecated-enum-enum-conversion +- GH #4915 [BUG] A SEGV at `Net/src/MultipartReader.cpp:164:1` +- PR #4933 Windows: report strings for all PROCESSOR_ARCHITECTURE_* constants in osArchitectureImpl() +- PR #4896 fix(TCPServer): continues to accept connections after stop() Release 1.14.1 (2025-02-11) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 76e69aa0b..74722ae17 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -13,7 +13,8 @@ This is a bugfix release. !!Security Fixes -- GH #4899 Upgrade bundled libexpat to 2.7.0 [fixes CVE] +- GH #4899 Upgrade bundled libexpat to 2.7.1 [fixes CVE] +- GH #4926 Crash in Poco::Net::NTLMCredentials::parseChallengeMessage !!Features, Enhancements and Third Party Updates @@ -21,16 +22,20 @@ This is a bugfix release. - GH #4911 Upgrade bundled libexpat to 2.7.1 - GH #4907 Upgrade bundled SQLite to 3.49.1 - GH #4905 XML fuzzing memory leak +- PR #4937 CMake: make utf8proc, PCRE2, zlib and expat private dependencies !!Bug Fixes and Improvements - GH #4923 Poco::Data::SessionPool::dead() must check idle, not active, sessions - GH #4886 Poco::Dynamic::Var conversion to floating point does not handle precision checks correctly for negative numbers. - GH #4884 WebSocket receiveFrame() keeps returning the same frame when no payload (flags/header only) -- GH #4882 SecureSocketImpl::currentSession() regression since 1.12.4 - GH #4875 prebuild does not work as intended -- PR #4896 fix(TCPServer): continues to accept connections after stop() - GH #4935 HTTP server/client request body RFC compliance +- GH #4930 Poco::Net::PollSet.cpp:188 compare between int and size_t is not correct. +- GH #4920 Adapt to avoid Clang warning deprecated-enum-enum-conversion +- GH #4915 [BUG] A SEGV at `Net/src/MultipartReader.cpp:164:1` +- PR #4933 Windows: report strings for all PROCESSOR_ARCHITECTURE_* constants in osArchitectureImpl() +- PR #4896 fix(TCPServer): continues to accept connections after stop() !!!Release 1.14.1