Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Oct 12, 2023
1 parent 33d5d9c commit 9248d41
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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)
===========================

Expand Down Expand Up @@ -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)
===========================

Expand Down
37 changes: 37 additions & 0 deletions doc/99100-ReleaseNotes.page
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9248d41

Please sign in to comment.