updated changelog

This commit is contained in:
Günter Obiltschnig 2017-12-18 10:44:09 +01:00
parent 0d9d2a8dc6
commit 56a483bcf9
2 changed files with 19 additions and 3 deletions

View File

@ -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)

View File

@ -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