From 017adf836f41f11678fb2422dce1513f556fd223 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 17 Oct 2016 19:08:58 +0200 Subject: [PATCH] updated changelog --- CHANGELOG | 2 ++ doc/99100-ReleaseNotes.page | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7819293d8..1052a4a9a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,8 @@ Release 1.7.6 (2016-10-17) - fixed GH #1429: exception thrown in MongoDB when using replicaset - fixed GH #1431: Poco/FIFOBuffer.h copy issue - fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS +- fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime +- fixed GH #1458: Probably invalid epoll_create() usage inside Poco/Socket.cpp - Poco::XML::NamePool: increased default size from 251 to 509. Default size can now be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly. - Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 09a22dbaa..bc5c2de4d 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -15,6 +15,8 @@ AAAIntroduction - fixed GH #1429: exception thrown in MongoDB when using replicaset - fixed GH #1431: Poco/FIFOBuffer.h copy issue - fixed GH #1445: Use stable_sort to preserve order of IP addresses from DNS + - fixed GH #1456: better handle leap seconds in Poco::DateTime and Poco::LocalDateTime + - fixed GH #1458: Probably invalid epoll_create() usage inside Poco/Socket.cpp - Poco::XML::NamePool: increased default size from 251 to 509. Default size can now be changed by defining the POCO_XML_NAMEPOOL_DEFAULT_SIZE macro accordingly. - Enchancements: Poco::XML::Document and Poco::XML::DOMParser have new constructors