From 0a517d5e309ac70ff40bddf3657738e2814f5486 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Fri, 1 Sep 2006 07:37:32 +0000 Subject: [PATCH] updated files for 1.2.2 --- CHANGELOG | 19 ++++++++++++++++++- NEWS | 9 ++++++++- VERSION | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a1a0931c7..7edb2728d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,22 @@ This is the changelog file for POCO - the C++ Portable Components. +Release 1.2.2 (2006-09-01) +========================== + +- fixed SF # 1549973: NotificationCenter::hasObservers() returns wrong result +- fixed a memory leak in EchoServer sample +- fixed SocketReactor TimeoutNotification bug (SF #1549365, SocketNotifier::addObserver() incorrect behavior) +- fixed SF# 1549513: MultipartReader does not work with Unix-style linefeeds +- MailMessage and HTMLForm: processing of multipart messages will no longer fail if a PartHandler does not read all data from the part stream. +- added additional test case (Unix-style line ends) to MultipartReaderTest + + +Release 1.2.1 (2006-08-29) +========================== + +- fixed Config.h header (no more #undefs) + + Release 1.2.0 (2006-08-29) ========================== @@ -466,4 +483,4 @@ building the libraries. -- -$Id: //poco/1.2/dist/CHANGELOG#1 $ +$Id: //poco/1.2/dist/CHANGELOG#4 $ diff --git a/NEWS b/NEWS index c520ab4fc..a1bb047a2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Release 1.2.2 (2006-09-01) +========================== + +This release contains bugfixes only. +See the CHANGELOG for details. + + Release 1.2.0 (2006-08-29) ========================== @@ -117,4 +124,4 @@ Please refer to the README file for more information and instructions for building the libraries. -- -$Id: //poco/1.2/dist/NEWS#1 $ +$Id: //poco/1.2/dist/NEWS#2 $ diff --git a/VERSION b/VERSION index f73629fd6..bcd7ef665 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 (2006-08-29) +1.2.2 (2006-09-01)