mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
updated relnotes
This commit is contained in:
parent
aabb406794
commit
24a08d8400
@ -1,8 +1,10 @@
|
|||||||
This is the changelog file for the POCO C++ Libraries.
|
This is the changelog file for the POCO C++ Libraries.
|
||||||
|
|
||||||
Release 1.7.0 (2016-03-xx)
|
Release 1.7.0 (2016-03-07)
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
||||||
|
issues with static initialization order.
|
||||||
- fixed GH #1160: Poco::Net::NetException
|
- fixed GH #1160: Poco::Net::NetException
|
||||||
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"
|
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"
|
||||||
- fixed GH #1152: Wrong TaskProgressNotification description
|
- fixed GH #1152: Wrong TaskProgressNotification description
|
||||||
|
@ -5,6 +5,8 @@ AAAIntroduction
|
|||||||
|
|
||||||
!!Summary of Changes
|
!!Summary of Changes
|
||||||
|
|
||||||
|
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
||||||
|
issues with static initialization order.
|
||||||
- fixed GH #1160: Poco::Net::NetException
|
- fixed GH #1160: Poco::Net::NetException
|
||||||
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"
|
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"
|
||||||
- fixed GH #1152: Wrong TaskProgressNotification description
|
- fixed GH #1152: Wrong TaskProgressNotification description
|
||||||
@ -55,6 +57,13 @@ AAAIntroduction
|
|||||||
- added constant for HTTP PATCH method to Poco::Net::HTTPRequest
|
- added constant for HTTP PATCH method to Poco::Net::HTTPRequest
|
||||||
- NumberParser::parseHex[64](): allow 0x/0X prefix
|
- NumberParser::parseHex[64](): allow 0x/0X prefix
|
||||||
|
|
||||||
|
!!Incompatible Changes and Possible Transition Issues
|
||||||
|
|
||||||
|
- Removed automatic registration of Data connectors due to issues with static
|
||||||
|
initialization order. Data connectors used in an application must be explicitly
|
||||||
|
registered with a call to registerConnector() before it can be used, e.g.:
|
||||||
|
Poco::Data::SQLite::Connector::registerConnector()
|
||||||
|
|
||||||
|
|
||||||
!!!Release 1.6.1
|
!!!Release 1.6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user