updated Changelog and copyright date

This commit is contained in:
Günter Obiltschnig
2018-01-09 10:30:22 +01:00
parent 040d211216
commit 4727145db5
3 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.8.1 (2017-12-28)
Release 1.8.1 (2018-01-09)
==========================
- Added Poco::File::linkTo()
@@ -15,6 +15,7 @@ Release 1.8.1 (2017-12-28)
- 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
- fixed GH #2080: Bugs in Poco::Net::Socket::select when POCO_HAVE_FD_POLL is defined
Release 1.8.0.1 (2017-11-11)