Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Oct 9, 2014
1 parent 80952e1 commit e271b1a
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 4 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,43 @@
This is the changelog file for the POCO C++ Libraries.

Release 1.6.0 (2014-10-??)
Release 1.5.4 (2014-10-13)
==========================

- 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 MSVC 2010 warnings on large alignment
- make HTTPAuthenticationParams::parse() add value on end of string
- GH #482: Poco::JSON::Stringifier::stringify bad behaviour
- GH #508: Can't compile for arm64 architecture
- fixed GH #510: Incorrect RSAKey construction from istream
- fix SharedMemory for WinCE
- Add NIOS2 double conversion detection, fixes compile errors
- added VS2013 project/solution files for Windows Embedded Compact 2013
- added Process::isRunning()
- NetSSL: Fix typo in documentation
- NetSSL_OpenSSL: support for TLS 1.1 and 1.2
- Zip: Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based
on file extension. Used to avoid double-compression of already compressed file
formats such as images.
- added %L modifier to PatternFormatter to switch to local time
- removed unnecessary explicit in some multi-arg constructors
- Allow SecureStreamSocket::attach() to be used in server connections
- added Var::isBoolean() and fixed JSON stringifier
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
with unexpected exceptions in destructors
- GH #538 prevent destructors from throwing exceptions
- improved HTTP server handling of errors while reading header
- GH# 545: use short for sign
- upgraded SQLite to 3.8.6
- GH #550 WebSocket fragmented message problem
- improved HTTPClientSession handling of network errors while sending the request
- updated bundled PCRE to 8.35.0
- GH #552: FIFOBuffer drain() problem
- GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
not thread safe
- HTTPCookie: fix documentation for max age
- added Timestamp::raw() and Clock::raw()
- Poco::Buffer properly handles zero-sized buffers


Release 1.5.3 (2014-06-30)
Expand Down
47 changes: 44 additions & 3 deletions doc/99100-ReleaseNotes.page
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
POCO C++ Libraries Release Notes
AAAIntroduction

!!!Release 1.5.4

!!Summary of Changes

- 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 MSVC 2010 warnings on large alignment
- make HTTPAuthenticationParams::parse() add value on end of string
- GH #482: Poco::JSON::Stringifier::stringify bad behaviour
- GH #508: Can't compile for arm64 architecture
- fixed GH #510: Incorrect RSAKey construction from istream
- fix SharedMemory for WinCE
- Add NIOS2 double conversion detection, fixes compile errors
- added VS2013 project/solution files for Windows Embedded Compact 2013
- added Process::isRunning()
- NetSSL: Fix typo in documentation
- NetSSL_OpenSSL: support for TLS 1.1 and 1.2
- Zip: Added CM_AUTO, which automatically selects CM_STORE or CM_DEFLATE based
on file extension. Used to avoid double-compression of already compressed file
formats such as images.
- added %L modifier to PatternFormatter to switch to local time
- removed unnecessary explicit in some multi-arg constructors
- Allow SecureStreamSocket::attach() to be used in server connections
- added Var::isBoolean() and fixed JSON stringifier
- added poco_unexpected() macro invoking Bugcheck::unexpected() to deal
with unexpected exceptions in destructors
- GH #538 prevent destructors from throwing exceptions
- improved HTTP server handling of errors while reading header
- GH #545: use short for sign
- upgraded SQLite to 3.8.6
- GH #550 WebSocket fragmented message problem
- improved HTTPClientSession handling of network errors while sending the request
- updated bundled PCRE to 8.35.0
- GH #552: FIFOBuffer drain() problem
- GH #402: StreamSocket::receiveBytes(FIFOBuffer&) and sendBytes(FIFOBuffer&) are
not thread safe
- HTTPCookie: fix documentation for max age
- added Timestamp::raw() and Clock::raw()
- Poco::Buffer properly handles zero-sized buffers


!!!Release 1.5.3

!!Summary of Changes
Expand Down Expand Up @@ -82,8 +123,7 @@ AAAIntroduction
- 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.
Expand All @@ -96,7 +136,8 @@ AAAIntroduction
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

!!Summary of Changes
Expand Down

0 comments on commit e271b1a

Please sign in to comment.