mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-30 23:51:34 +02:00
updated changelog
This commit is contained in:
parent
33d5d9c083
commit
9248d4195f
34
CHANGELOG
34
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<void(bool)> 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)
|
||||
===========================
|
||||
|
||||
|
@ -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<void(bool)> 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user