From 40ae2aa2ed82aa166d7c86fbe5047971966d6559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 10 Sep 2017 20:14:04 +0200 Subject: [PATCH] updated changelog --- CHANGELOG | 8 +++++++- doc/99100-ReleaseNotes.page | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d27a937d2..eb2c69572 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.7.9 (2017-09-04) +Release 1.7.9 (2017-09-11) ========================== - fixed GH #1813: xmlparse.cpp doesn't compile in WinCE (poco 1.7.8p3) @@ -13,6 +13,12 @@ Release 1.7.9 (2017-09-04) - Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label - upgraded bundled SQLite to 3.20.1 +- PageCompiler: support <%@ include file="" %> syntax for includes, in addition + to <%@ include page="" %> +- PageCompiler: optimize generated request handler code by removing useless + statements, e.g. writing empty strings. +- added POCO_DEPRECATED macro which will be used in the future to deprecate + classes and methods. Release 1.7.8p3 (2017-06-22) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index f0b14c544..809036a28 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -13,6 +13,12 @@ AAAIntroduction - Poco::Util::LayeredConfiguration: added support for labelling configurations and finding them by their label - upgraded bundled SQLite to 3.20.1 + - PageCompiler: support <%@ include file="" %> syntax for includes, in addition + to <%@ include page="" %> + - PageCompiler: optimize generated request handler code by removing useless + statements, e.g. writing empty strings. + - added POCO_DEPRECATED macro which will be used in the future to deprecate + classes and methods. !!!Release 1.7.8p3