Merge branch 'poco-1.7.9' into poco-1.8.0

This commit is contained in:
Günter Obiltschnig
2017-09-10 20:20:15 +02:00
2 changed files with 13 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ Release 1.8.0 (2017-10-xx)
- tbd
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)
@@ -19,6 +19,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="<path>" %> syntax for includes, in addition
to <%@ include page="<path>" %>
- 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)

View File

@@ -20,6 +20,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="<path>" %> syntax for includes, in addition
to <%@ include page="<path>" %>
- 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