From 56a483bcf9553ca12f2a4bff16c438d74e552bce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Mon, 18 Dec 2017 10:44:09 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 12 ++++++++++-- doc/99100-ReleaseNotes.page | 10 +++++++++- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8fcb83129..fc727d9e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,18 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.8.1 (2017-12-xx) +Release 1.8.1 (2017-12-22) ========================== -- TODO +- Added Poco::File::linkTo() +- fixed GH #2042: Android abstract namespace local socket address +- fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. +- fixed GH #2020: SQLite not handling parameter count mismatch correctly. +- fixed GH #2012: Data/SQLite: Exception messages contain duplicate text +- fixed GH #2005: Upgraded bundled PCRE to 8.41 +- fixed GH #2000: Fix building XMLStreamParser with unbundled expat +- fixed GH #1603: fix MinGW 4.8.2 Compilation +- fixed GH #1991: Support building poco 1.8.0 as cmake sub-project Release 1.8.0.1 (2017-11-11) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index fac9fdeb1..baff30a46 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -5,7 +5,15 @@ AAAIntroduction !!Summary of Changes - - TODO + - Added Poco::File::linkTo() + - fixed GH #2042: Android abstract namespace local socket address + - fixed GH #2038: Poco::Net::MultipartWriter::createBoundary() always returns the same string. + - fixed GH #2020: SQLite not handling parameter count mismatch correctly. + - fixed GH #2012: Data/SQLite: Exception messages contain duplicate text + - fixed GH #2005: Upgraded bundled PCRE to 8.41 + - fixed GH #2000: Fix building XMLStreamParser with unbundled expat + - fixed GH #1603: fix MinGW 4.8.2 Compilation + - fixed GH #1991: Support building poco 1.8.0 as cmake sub-project !!!Release 1.8.0.1