From 647d37086719bf752139d6ee430c66523196e406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 16 Feb 2020 19:48:34 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 1 + doc/99100-ReleaseNotes.page | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6d818640c8..4db3a86f75 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 bde75f4bb7..1c635b1098 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.