From e2bfbb1540e88cecc4fb8c8c3c40fae91b0f2166 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 20 Feb 2017 09:31:44 +0100 Subject: [PATCH] updated release notes --- CHANGELOG | 1 + doc/99100-ReleaseNotes.page | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 5daf02e10..919ee4a6c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,7 @@ Release 1.7.8 (2017-02-21) - fixed GH #1546: Enable bitcode for iPhone build config - fixed GH #1549: Latin2Encoding and 0xFF - fixed GH #1551: Unable to use Poco on macOS 10.12 +- fixed GH #1552: IPv6 & operator throws an exception when scope = 0 - fixed GH #1566: Poco/Zip issue with some CM_DEFLATE archives - fixed GH #1567: Poco/ZIP issue with uncompressed archives - fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::" diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 1618a4235..69222fe9e 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -15,6 +15,7 @@ AAAIntroduction - fixed GH #1546: Enable bitcode for iPhone build config - fixed GH #1549: Latin2Encoding and 0xFF - fixed GH #1551: Unable to use Poco on macOS 10.12 + - fixed GH #1552: IPv6 & operator throws an exception when scope = 0 - fixed GH #1566: Poco/Zip issue with some CM_DEFLATE archives - fixed GH #1567: Poco/ZIP issue with uncompressed archives - fixed GH #1570: IPv6AddressImpl::toString() returns wrong output for IPv6 address "::"