From 831fb72052e2d407dffa9f597569423210c0f811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 7 Mar 2018 13:34:58 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 25 +++++++++++++++++++++++-- doc/99100-ReleaseNotes.page | 23 ++++++++++++++++++++++- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 59778e218..06589141b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,31 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.9.0 (2018-02-xx) +Release 1.9.0 (2018-03-07) ========================== -- TODO +- Added additional text encodings, available in the new PocoEncodings library (GH #2165) +- Added Punycode support for resolving Internationalized Domain Names to Poco::Net::DNS (GH #2164) +- Added XDG Base Directory Specification support in Poco::Path, Poco::Util::SystemConfiguration + and Poco::Util::Application (GH #1609, GH #561, GH #1609) +- Added support for GCM ciphers in Crypto library (GH #2129) +- Poco::Net::RemoteSyslogChannel and Poco::Net::RemoteSyslogListener now have basic + support for RFC 5424 structured data (GH #2173) +- Poco::File now has methods for obtaining partition space (GH #1545) +- Added Poco::Net::Context::addCertificateAuthority() (GH #2197) +- Added Poco::AutoPtr::reset() and Poco::SharedPtr::reset() to improve compatibility + with std::shared_ptr() (GH #2172) +- fixed GH #703: Poco::Data::SQLite data types (INTEGER is now mapped to Int64) +- fixed GH #1426: inttypes.h is available on sun solaris +- fixed GH #1912: Run ping with custom data size #1912 +- fixed GH #2177: Run ping with custom timeout instead of the default +- fixed GH #2058 and GH #2095: Synchronization issue/deadlock in Poco::Util::Timer at destruction +- fixed GH #2089: Allow hyphen in HTTP authentication scheme names +- fixed GH #2106: Undefined behavior in Delegate::equals() +- fixed GH #2108: POCO SQLite Data Connector hangs for 20 secs waiting for thread timeouts on Windows +- fixed GH #2142: JSON::Object preserveOrder keys not synced on assignment +- fixed GH #2199 and GH #2188: Illegal header in zip file exception/assertion failure during JAR file decompression +- fixed GH #2203: Use MAX_ADDRESS_LENGTH to determine buffer size Release 1.8.1 (2018-01-09) diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 5df7eae82..fb5187d55 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -5,7 +5,28 @@ AAAIntroduction !!Summary of Changes - - TODO + - Added additional text encodings, available in the new PocoEncodings library (GH #2165) + - Added Punycode support for resolving Internationalized Domain Names to Poco::Net::DNS (GH #2164) + - Added XDG Base Directory Specification support in Poco::Path, Poco::Util::SystemConfiguration + and Poco::Util::Application (GH #1609, GH #561, GH #1609) + - Added support for GCM ciphers in Crypto library (GH #2129) + - Poco::Net::RemoteSyslogChannel and Poco::Net::RemoteSyslogListener now have basic + support for RFC 5424 structured data (GH #2173) + - Poco::File now has methods for obtaining partition space (GH #1545) + - Added Poco::Net::Context::addCertificateAuthority() (GH #2197) + - Added Poco::AutoPtr::reset() and Poco::SharedPtr::reset() to improve compatibility + with std::shared_ptr() (GH #2172) + - fixed GH #703: Poco::Data::SQLite data types (INTEGER is now mapped to Int64) + - fixed GH #1426: inttypes.h is available on sun solaris + - fixed GH #1912: Run ping with custom data size #1912 + - fixed GH #2177: Run ping with custom timeout instead of the default + - fixed GH #2058 and GH #2095: Synchronization issue/deadlock in Poco::Util::Timer at destruction + - fixed GH #2089: Allow hyphen in HTTP authentication scheme names + - fixed GH #2106: Undefined behavior in Delegate::equals() + - fixed GH #2108: POCO SQLite Data Connector hangs for 20 secs waiting for thread timeouts on Windows + - fixed GH #2142: JSON::Object preserveOrder keys not synced on assignment + - fixed GH #2199 and GH #2188: Illegal header in zip file exception/assertion failure during JAR file decompression + - fixed GH #2203: Use MAX_ADDRESS_LENGTH to determine buffer size !!!Release 1.8.1