diff --git a/CHANGELOG b/CHANGELOG index 6d818640c..4db3a86f7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index bde75f4bb..1c635b109 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -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.