mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 07:13:27 +02:00
updated files for 1.2.2
This commit is contained in:
parent
caf2a640df
commit
0a517d5e30
19
CHANGELOG
19
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 $
|
||||
|
9
NEWS
9
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 $
|
||||
|
Loading…
x
Reference in New Issue
Block a user