mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
updated CHANGELOG
This commit is contained in:
parent
ef19714077
commit
13ae63c623
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user