1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-22 23:22:20 +01:00

updated changelog

This commit is contained in:
Günter Obiltschnig 2020-02-16 19:48:34 +01:00
parent 4e92f3c2ab
commit 647d370867
2 changed files with 2 additions and 0 deletions

@ -19,6 +19,7 @@ Release 1.10.1 (2020-02-10)
- GH #2894: Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED
- GH #2920: Close Service Handle after DeleteService Function call
- GH #2919: Fixed Crash in WinService::setFailureActions
- GH #2922: 1.10 cmake build fails on FreeBSD 11.2 Release
- MySQL: resetting the session when putting it back into a SessionPool is now optional
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.

@ -21,6 +21,7 @@ AAAIntroduction
- GH #2894: Poco 1.10.0 doesn't build with cmake & POCO_UNBUNDLED
- GH #2920: Close Service Handle after DeleteService Function call
- GH #2919: Fixed Crash in WinService::setFailureActions
- GH #2922: 1.10 cmake build fails on FreeBSD 11.2 Release
- MySQL: resetting the session when putting it back into a SessionPool is now optional
(and disabled by default) due to a bug in MySQL messing up the character encoding when doing so.
- Poco::AutoPtr and Poco::SharedPtr now support comparison with nullptr.