From 500b8f93abda19904dc5ff2fe1783bfe3f5017c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Fri, 7 Feb 2020 15:18:47 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 2 ++ doc/99100-ReleaseNotes.page | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7ecfa59d4..ea90c6b61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,8 @@ Release 1.10.1 (2020-02-10) - GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf. - GH #2816: Modernise TLS configuration - GH #2818: Add getSpecifiedPort() method in Poco::URI. +- 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. Release 1.10.0 (2020-01-27) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index a035a6415..4e0570adf 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -13,6 +13,8 @@ AAAIntroduction - GH #2791: allow pre-allocation of the buffer in Poco::LogStreamBuf. - GH #2816: Modernise TLS configuration - GH #2818: Add getSpecifiedPort() method in Poco::URI. + - 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. !!!Release 1.10.0