updated release notes

This commit is contained in:
Guenter Obiltschnig
2011-01-27 08:02:02 +00:00
parent 7e1a5e107f
commit cf3ca05082
2 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
This is the changelog file for the POCO C++ Libraries.
Release 1.4.1 (2011-01-24)
Release 1.4.1 (2011-01-28)
============================
- fixed SF# 3150223: Poco::BinaryReader cannot read std::vector correctly
@@ -33,6 +33,13 @@ Release 1.4.1 (2011-01-24)
instead of istream.
- it is now possible to specify additional MIME part header fields
for a MIME part through the Poco::Net::PartSource class.
- upgraded SQLite to release 3.7.4
- added experimental VxWorks support for VxWorks 5.5.1/Tornado 2.2 and
newer. Please see the VxWorks Platform Notes in the reference documentation
for more information. Currently, the VxWorks is untested; full support
will be available in release 1.4.2.
- fixed SF# 3165918: Poco::DynamicAny fails to convert from string to float
- fixed SF# 3165910: Poco::Net::MessageHeader does not accept HTTP conforming header
Release 1.4.0 (2010-12-14)
@@ -1440,4 +1447,4 @@ building the libraries.
--
$Id: //poco/1.4/dist/CHANGELOG#5 $
$Id: //poco/1.4/dist/CHANGELOG#7 $

View File

@@ -35,6 +35,13 @@ AAAIntroduction
instead of istream.
- it is now possible to specify additional MIME part header fields
for a MIME part through the Poco::Net::PartSource class.
- upgraded SQLite to release 3.7.4
- added experimental VxWorks support for VxWorks 5.5.1/Tornado 2.2 and
newer. Please see the VxWorks Platform Notes in the reference documentation
for more information. Currently, the VxWorks is untested; full support
will be available in release 1.4.2.
- fixed SF# 3165918: Poco::DynamicAny fails to convert from string to float
- fixed SF# 3165910: Poco::Net::MessageHeader does not accept HTTP conforming header
!!!Release 1.4.0