From 9248d4195f62558c3e086887a9dc3b98df1a22b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Thu, 12 Oct 2023 12:21:33 +0200 Subject: [PATCH] updated changelog --- CHANGELOG | 34 ++++++++++++++++++++++++++++++++++ doc/99100-ReleaseNotes.page | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6e301b93d5..424393827d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,13 @@ Release 1.13.0 (2023-10-XX) - TODO +Release 1.12.5 (2023-10-??) +=========================== + +- Merge changes from 1.11.5 to 1.11.8. +- TODO + + Release 1.12.4 (2022-10-31) =========================== @@ -193,6 +200,33 @@ Release 1.12.0 (2022-07-08) - GH #3665 MSVC does not properly recognize std version +Release 1.11.8 (2023-10-16) +=========================== + +- GH #1372: Possible deadlock in SessionPool +- GH #4170: Poco::FileStream is always opened with std::ios::in | std::ios::out bug +- GH #4169: Upgrade bundled zlib to 1.3. +- GH #4171: Upgrade bundled sqlite to 3.43.1 +- GH #4162: [Bug] class KeylessActiveRecord is missing export macro +- GH #4164: [Bug] SharedLibraryImpl::loadImpl uses an incorrect format specifier +- GH #4173: AbstractConfiguration: when expanding property references, allow specifying a default value +- GH #4174: AbstractConfiguration: support Int16/UInt16 and Int32/UInt32 +- GH #4182: Util: Make load()/save()/clear() operations on configurations thread-safe + + +Release 1.11.7 (2023-07-11) +=========================== + +- GH #4023: CPPParser: Losing data if parameter std::function is used +- GH #4031: Classes with virtual functions missing virtual destructors (compilation issues) +- GH #4014: wrong string offset in HTTPCredentials::isNTLMCredentials +- GH #4071: PageCompiler: add referrerPolicy to page directive +- GH #4077: OpenSSL 3: Don't throw if legacy provider is not available +- GH #4078: Upgrade bundled SQLite to 3.42 +- GH #4079: SocketConnector: constructor should take SocketAddress by const reference +- GH #4082: Logger performance improvement with formatting + + Release 1.11.6 (2022-12-08) =========================== diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 3f2cda56cb..70d464138c 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -8,6 +8,14 @@ AAAIntroduction - TODO +!!!Release 1.12.5 + +!!Summary of Changes + + - Merge changes from 1.11.5 to 1.11.8. + - TODO + + !!!Release 1.12.4 !!Summary of Changes @@ -204,6 +212,35 @@ AAAIntroduction - Move semantics for sockets and SocketAddress (compile-time option, disabled by default) +!!!Release 1.11.8 + +!!Summary of Changes + + - GH #1372: Possible deadlock in SessionPool + - GH #4170: Poco::FileStream is always opened with std::ios::in | std::ios::out bug + - GH #4169: Upgrade bundled zlib to 1.3. + - GH #4171: Upgrade bundled sqlite to 3.43.1 + - GH #4162: [Bug] class KeylessActiveRecord is missing export macro + - GH #4164: [Bug] SharedLibraryImpl::loadImpl uses an incorrect format specifier + - GH #4173: AbstractConfiguration: when expanding property references, allow specifying a default value + - GH #4174: AbstractConfiguration: support Int16/UInt16 and Int32/UInt32 + - GH #4182: Util: Make load()/save()/clear() operations on configurations thread-safe + + +!!!Release 1.11.7 + +!!Summary of Changes + + - GH #4023: CPPParser: Losing data if parameter std::function is used + - GH #4031: Classes with virtual functions missing virtual destructors (compilation issues) + - GH #4014: wrong string offset in HTTPCredentials::isNTLMCredentials + - GH #4071: PageCompiler: add referrerPolicy to page directive + - GH #4077: OpenSSL 3: Don't throw if legacy provider is not available + - GH #4078: Upgrade bundled SQLite to 3.42 + - GH #4079: SocketConnector: constructor should take SocketAddress by const reference + - GH #4082: Logger performance improvement with formatting + + !!!Release 1.11.6 !!Summary of Changes