mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 03:03:23 +02:00
updated changelog
This commit is contained in:
23
CHANGELOG
23
CHANGELOG
@@ -1,16 +1,16 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
Release 1.5.4 (2014-10-13)
|
Release 1.5.4 (2014-10-14)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
- fixed GH #326: compile Net lib 1.5.2 without UTF8 support enabled
|
- fixed GH #326: compile Net lib 1.5.2 without UTF8 support enabled
|
||||||
- fixed GH #518: NetworkInterface.cpp compile error w/ POCO_NO_WSTRING (1.5.3)
|
- fixed GH #518: NetworkInterface.cpp compile error w/ POCO_NO_WSTRING (1.5.3)
|
||||||
- Fixed MSVC 2010 warnings on large alignment
|
- Fixed MSVC 2010 warnings on large alignment
|
||||||
- make HTTPAuthenticationParams::parse() add value on end of string
|
- make HTTPAuthenticationParams::parse() add value on end of string
|
||||||
- GH #482: Poco::JSON::Stringifier::stringify bad behaviour
|
- fixed GH #482: Poco::JSON::Stringifier::stringify bad behaviour
|
||||||
- GH #508: Can't compile for arm64 architecture
|
- fixed GH #508: Can't compile for arm64 architecture
|
||||||
- fixed GH #510: Incorrect RSAKey construction from istream
|
- fixed GH #510: Incorrect RSAKey construction from istream
|
||||||
- fix SharedMemory for WinCE
|
- fix SharedMemory for WinCE/WEC2013
|
||||||
- Add NIOS2 double conversion detection, fixes compile errors
|
- Add NIOS2 double conversion detection, fixes compile errors
|
||||||
- added VS2013 project/solution files for Windows Embedded Compact 2013
|
- added VS2013 project/solution files for Windows Embedded Compact 2013
|
||||||
- added Process::isRunning()
|
- added Process::isRunning()
|
||||||
@@ -25,20 +25,25 @@ Release 1.5.4 (2014-10-13)
|
|||||||
- added Var::isBoolean() and fixed JSON stringifier
|
- added Var::isBoolean() and fixed JSON stringifier
|
||||||
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
|
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
|
||||||
with unexpected exceptions in destructors
|
with unexpected exceptions in destructors
|
||||||
- GH #538 prevent destructors from throwing exceptions
|
- fixed GH #538 prevent destructors from throwing exceptions
|
||||||
- improved HTTP server handling of errors while reading header
|
- improved HTTP server handling of errors while reading header
|
||||||
- GH# 545: use short for sign
|
- fixed GH #545: use short for sign
|
||||||
- upgraded SQLite to 3.8.6
|
- upgraded SQLite to 3.8.6
|
||||||
- GH #550 WebSocket fragmented message problem
|
- fixed GH #550 WebSocket fragmented message problem
|
||||||
- improved HTTPClientSession handling of network errors while sending the request
|
- improved HTTPClientSession handling of network errors while sending the request
|
||||||
- updated bundled PCRE to 8.35.0
|
- updated bundled PCRE to 8.35.0
|
||||||
- GH #552: FIFOBuffer drain() problem
|
- fixed GH #552: FIFOBuffer drain() problem
|
||||||
- GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
|
- fixed GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
|
||||||
not thread safe
|
not thread safe
|
||||||
- HTTPCookie: fix documentation for max age
|
- HTTPCookie: fix documentation for max age
|
||||||
- added Timestamp::raw() and Clock::raw()
|
- added Timestamp::raw() and Clock::raw()
|
||||||
- Poco::Buffer properly handles zero-sized buffers
|
- Poco::Buffer properly handles zero-sized buffers
|
||||||
- GH #512: Poco:Data:ODBC:Binder.h causes a crash
|
- GH #512: Poco:Data:ODBC:Binder.h causes a crash
|
||||||
|
- Added Crypto_Win and NetSSL_Win libraries which are re-implementations of existing
|
||||||
|
Crypto and NetSSL_OpenSSL libraries based on WinCrypt/Schannel. The new libraries
|
||||||
|
can be used as an almost drop-in replacement for the OpenSSL based libraries on
|
||||||
|
Windows and Windows Embedded Compact platforms. Only available from GitHub for now.
|
||||||
|
|
||||||
|
|
||||||
Release 1.5.3 (2014-06-30)
|
Release 1.5.3 (2014-06-30)
|
||||||
==========================
|
==========================
|
||||||
|
@@ -9,10 +9,10 @@ AAAIntroduction
|
|||||||
- fixed GH #518: NetworkInterface.cpp compile error w/ POCO_NO_WSTRING (1.5.3)
|
- fixed GH #518: NetworkInterface.cpp compile error w/ POCO_NO_WSTRING (1.5.3)
|
||||||
- Fixed MSVC 2010 warnings on large alignment
|
- Fixed MSVC 2010 warnings on large alignment
|
||||||
- make HTTPAuthenticationParams::parse() add value on end of string
|
- make HTTPAuthenticationParams::parse() add value on end of string
|
||||||
- GH #482: Poco::JSON::Stringifier::stringify bad behaviour
|
- fixed GH #482: Poco::JSON::Stringifier::stringify bad behaviour
|
||||||
- GH #508: Can't compile for arm64 architecture
|
- fixed GH #508: Can't compile for arm64 architecture
|
||||||
- fixed GH #510: Incorrect RSAKey construction from istream
|
- fixed GH #510: Incorrect RSAKey construction from istream
|
||||||
- fix SharedMemory for WinCE
|
- fix SharedMemory for WinCE/WEC2013
|
||||||
- Add NIOS2 double conversion detection, fixes compile errors
|
- Add NIOS2 double conversion detection, fixes compile errors
|
||||||
- added VS2013 project/solution files for Windows Embedded Compact 2013
|
- added VS2013 project/solution files for Windows Embedded Compact 2013
|
||||||
- added Process::isRunning()
|
- added Process::isRunning()
|
||||||
@@ -27,19 +27,24 @@ AAAIntroduction
|
|||||||
- added Var::isBoolean() and fixed JSON stringifier
|
- added Var::isBoolean() and fixed JSON stringifier
|
||||||
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
|
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
|
||||||
with unexpected exceptions in destructors
|
with unexpected exceptions in destructors
|
||||||
- GH #538 prevent destructors from throwing exceptions
|
- fixed GH #538 prevent destructors from throwing exceptions
|
||||||
- improved HTTP server handling of errors while reading header
|
- improved HTTP server handling of errors while reading header
|
||||||
- GH #545: use short for sign
|
- fixed GH #545: use short for sign
|
||||||
- upgraded SQLite to 3.8.6
|
- upgraded SQLite to 3.8.6
|
||||||
- GH #550 WebSocket fragmented message problem
|
- fixed GH #550 WebSocket fragmented message problem
|
||||||
- improved HTTPClientSession handling of network errors while sending the request
|
- improved HTTPClientSession handling of network errors while sending the request
|
||||||
- updated bundled PCRE to 8.35.0
|
- updated bundled PCRE to 8.35.0
|
||||||
- GH #552: FIFOBuffer drain() problem
|
- fixed GH #552: FIFOBuffer drain() problem
|
||||||
- GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
|
- fixed GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
|
||||||
not thread safe
|
not thread safe
|
||||||
- HTTPCookie: fix documentation for max age
|
- HTTPCookie: fix documentation for max age
|
||||||
- added Timestamp::raw() and Clock::raw()
|
- added Timestamp::raw() and Clock::raw()
|
||||||
- Poco::Buffer properly handles zero-sized buffers
|
- Poco::Buffer properly handles zero-sized buffers
|
||||||
|
- GH #512: Poco:Data:ODBC:Binder.h causes a crash
|
||||||
|
- Added Crypto_Win and NetSSL_Win libraries which are re-implementations of existing
|
||||||
|
Crypto and NetSSL_OpenSSL libraries based on WinCrypt/Schannel. The new libraries
|
||||||
|
can be used as an almost drop-in replacement for the OpenSSL based libraries on
|
||||||
|
Windows and Windows Embedded Compact platforms. Only available from GitHub for now.
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.5.3
|
!!!Release 1.5.3
|
||||||
|
Reference in New Issue
Block a user