From 9c1c1def08cd1342e565b75a5745e17dc51369a1 Mon Sep 17 00:00:00 2001 From: Alex Fabijanic Date: Mon, 16 Jun 2014 21:52:38 -0500 Subject: [PATCH] updated CHANGELOG, ReleaseNotes and libversion --- CHANGELOG | 2 +- doc/99100-ReleaseNotes.page | 16 +++++++++++----- libversion | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index beea16c8c..154d5d6b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ This is the changelog file for the POCO C++ Libraries. -Release 1.5.3 (2014-06-xx) +Release 1.5.3 (2014-06-30) ========================== - fixed GH# 316: Poco::DateTimeFormatter::append() gives wrong result for diff --git a/doc/99100-ReleaseNotes.page b/doc/99100-ReleaseNotes.page index 2bfe2bb68..90b2ac5f6 100644 --- a/doc/99100-ReleaseNotes.page +++ b/doc/99100-ReleaseNotes.page @@ -79,17 +79,23 @@ AAAIntroduction - added hasDelegates() method to AbstractEvent - fixed GH #230: Poco::Timer problem - fixed GH #317: Poco::Zip does not support newer Zip file versions. + - fixed GH #176: Poco::JSON::Stringifier UTF encoding + - fixed GH #458: Broadcast address and subnet mask for IEEE802.11 network interface + - fixed GH #456: poco: library install dirs per RUNTIME/LIBRARY/ARCHIVE !!Incompatible Changes and Possible Transition Issues - Data::ODBC: UTF-16 Unicode is now directly mapped and recognized as type by ODBC. This may cause behavior different from previosu versions, especially with Any and - Dynamic::Var bindings. - In this release, UTF-16 binding is only available for ODBC back end; although other - back ends will compile with UTF-16 strings bound, such binding will throw - NotImplementedException at runtime. - + Dynamic::Var bindings. + In this release, UTF-16 binding is only available for ODBC back end; although other + back ends will compile with UTF-16 strings bound, such binding attempt will throw + NotImplementedException at runtime. + - Please note that 1.5.x releases are development releases and not considered stable. Interfaces may + change, and backwards compatibility with the stable 1.4 release series + is not guaranteed. There may also be some rough edges. + The next stable release incorporating 1.5 features will be 1.6. !!!Release 1.5.2 diff --git a/libversion b/libversion index 2bd5a0a98..409940768 100644 --- a/libversion +++ b/libversion @@ -1 +1 @@ -22 +23