mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
updated changelog
This commit is contained in:
parent
6e38dd4db3
commit
93dc903f3c
21
CHANGELOG
21
CHANGELOG
@ -3,6 +3,27 @@ This is the changelog file for the POCO C++ Libraries.
|
||||
Release 1.11.1 (2021-11-05)
|
||||
===========================
|
||||
|
||||
- Upgraded bundled PCRE to 8.45
|
||||
- Upgraded bundled SQLite to 3.36.0
|
||||
- GH #2823: error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648
|
||||
- GH #2966: SocketReactor loads one core of CPU up to 100%
|
||||
- GH #3221: Crash reported on Windows in X509Certificate verification
|
||||
- GH #3330: Poco::Data::ODBC::ODBCStatementImpl causes crash
|
||||
- GH #3334: Fork error on tvOS and watchOS
|
||||
- GH #3335: XML error when build 1.11.0
|
||||
- GH #3344: [bug] MacOS bundle destination path is not set
|
||||
- GH #3345: fix cmake bundle
|
||||
- GH #3347: The definition POCO_NO_FORK_EXEC is not respected or something like this
|
||||
- GH #3353: fix fork option
|
||||
- GH #3360: Add POCO_PGSQL_{INCLUDE,LIB} variables
|
||||
- GH #3363: Fixed compilation error with MongoDB::Connection and Util::Application
|
||||
- GH #3377: Updates comments for windows
|
||||
- GH #3381: DNS::hostByAddress not thread-safe
|
||||
- GH #3397: Fix crash due to X.509 certificates with Subject Alternative Name other than DNS Host
|
||||
- GH #3400: fix std::localtime not thread safe
|
||||
- GH #3414: fix missing expat definition
|
||||
- GH #3425: Fixed suspend/resumeEvents pair in DirectoryWatcher
|
||||
|
||||
|
||||
Release 1.11.0 (2021-06-28)
|
||||
===========================
|
||||
|
@ -1,6 +1,32 @@
|
||||
POCO C++ Libraries Release Notes
|
||||
AAAIntroduction
|
||||
|
||||
!!!Release 1.11.1
|
||||
|
||||
!!Summary of Changes
|
||||
|
||||
- Upgraded bundled PCRE to 8.45
|
||||
- Upgraded bundled SQLite to 3.36.0
|
||||
- GH #2823: error: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648
|
||||
- GH #2966: SocketReactor loads one core of CPU up to 100%
|
||||
- GH #3221: Crash reported on Windows in X509Certificate verification
|
||||
- GH #3330: Poco::Data::ODBC::ODBCStatementImpl causes crash
|
||||
- GH #3334: Fork error on tvOS and watchOS
|
||||
- GH #3335: XML error when build 1.11.0
|
||||
- GH #3344: [bug] MacOS bundle destination path is not set
|
||||
- GH #3345: fix cmake bundle
|
||||
- GH #3347: The definition POCO_NO_FORK_EXEC is not respected or something like this
|
||||
- GH #3353: fix fork option
|
||||
- GH #3360: Add POCO_PGSQL_{INCLUDE,LIB} variables
|
||||
- GH #3363: Fixed compilation error with MongoDB::Connection and Util::Application
|
||||
- GH #3377: Updates comments for windows
|
||||
- GH #3381: DNS::hostByAddress not thread-safe
|
||||
- GH #3397: Fix crash due to X.509 certificates with Subject Alternative Name other than DNS Host
|
||||
- GH #3400: fix std::localtime not thread safe
|
||||
- GH #3414: fix missing expat definition
|
||||
- GH #3425: Fixed suspend/resumeEvents pair in DirectoryWatcher
|
||||
|
||||
|
||||
!!!Release 1.11.0
|
||||
|
||||
!!Summary of Changes
|
||||
|
Loading…
Reference in New Issue
Block a user