From e70c958cc3d57fa8438aee3bb62a195333d73a66 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Fri, 4 Mar 2016 14:21:21 +0100 Subject: [PATCH] updated relnotes --- CHANGELOG | 1 + doc/99100-ReleaseNotes.page | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ca6939686..8ed9123f9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ Release 1.7.0 (2016-03-07) - POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to issues with static initialization order. +- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute - fixed GH #1160: Poco::Net::NetException "SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry" - fixed GH #1152: Wrong TaskProgressNotification description diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 9673ceb4b..528f5af49 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -7,6 +7,7 @@ AAAIntroduction - POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to issues with static initialization order. + - fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute - fixed GH #1160: Poco::Net::NetException "SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry" - fixed GH #1152: Wrong TaskProgressNotification description