updated CHANGELOG

This commit is contained in:
Günter Obiltschnig 2017-12-22 09:54:18 +01:00
parent ef19714077
commit 13ae63c623
2 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,12 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.8.1 (2017-12-22)
Release 1.8.1 (2017-12-28)
==========================
- Added Poco::File::linkTo()
- fixed GH #2044: Poco::Net::NetworkInterface::list does not list inactive interfaces
even when explicitly being asked for it.
- 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.

View File

@ -6,6 +6,8 @@ AAAIntroduction
!!Summary of Changes
- Added Poco::File::linkTo()
- fixed GH #2044: Poco::Net::NetworkInterface::list does not list inactive interfaces
even when explicitly being asked for it.
- 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.