updated changelog

This commit is contained in:
Guenter Obiltschnig 2016-08-27 11:23:26 +02:00
parent 04ade7b2b2
commit 7b5e974b05
2 changed files with 15 additions and 3 deletions

View File

@ -1,9 +1,15 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.7.5 (2016-08-30)
Release 1.7.5 (2016-08-29)
==========================
- TODO
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
keys in map of copied object
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
calling getpwuid
- Poco::SingletonHolder: added reset() method
- Upgraded bundled SQLite to 3.14.1
Release 1.7.4 (2016-07-20)

View File

@ -5,7 +5,13 @@ AAAIntroduction
!!Summary of Changes
- TODO
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
keys in map of copied object
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
calling getpwuid
- Poco::SingletonHolder: added reset() method
- Upgraded bundled SQLite to 3.14.1
!!!Release 1.7.4