mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 14:20:10 +01:00
updated CHANGELOG
This commit is contained in:
@@ -4,11 +4,13 @@ Release 1.7.5 (2016-08-29)
|
|||||||
==========================
|
==========================
|
||||||
|
|
||||||
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
|
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
|
||||||
|
- fixed GH #1344: Poco::Event::wait(timeout) should use CLOCK_MONOTONIC on Linux
|
||||||
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
|
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
|
||||||
keys in map of copied object
|
keys in map of copied object
|
||||||
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
|
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
|
||||||
calling getpwuid
|
calling getpwuid
|
||||||
- Poco::SingletonHolder: added reset() method
|
- Poco::SingletonHolder: added reset() method
|
||||||
|
- prefer clock_getttime() over gettimeofday() if available
|
||||||
- Upgraded bundled SQLite to 3.14.1
|
- Upgraded bundled SQLite to 3.14.1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -6,11 +6,13 @@ AAAIntroduction
|
|||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
|
||||||
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
|
- fixed GH #1252: Unable to compile Poco::Data for Windows Compact Embedded 2013
|
||||||
|
- fixed GH #1344: Poco::Event::wait(timeout) should use CLOCK_MONOTONIC on Linux
|
||||||
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
|
- fixed GH #1355: [JSON::Object] After copy-ctor, JSON::Object::_keys still points to
|
||||||
keys in map of copied object
|
keys in map of copied object
|
||||||
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
|
- GH #1361: Shell expansion rules say that tilde must be replaced with $HOME before
|
||||||
calling getpwuid
|
calling getpwuid
|
||||||
- Poco::SingletonHolder: added reset() method
|
- Poco::SingletonHolder: added reset() method
|
||||||
|
- prefer clock_getttime() over gettimeofday() if available
|
||||||
- Upgraded bundled SQLite to 3.14.1
|
- Upgraded bundled SQLite to 3.14.1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user