mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
updated relnotes
This commit is contained in:
@@ -5,6 +5,10 @@ Release 1.7.0 (2016-03-07)
|
|||||||
|
|
||||||
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
||||||
issues with static initialization order.
|
issues with static initialization order.
|
||||||
|
- NetSSL_OpenSSL: added support for ECDH and DH ciphers; added support to disable
|
||||||
|
specific protocols (Poco::Net::Context::disableProtocols());
|
||||||
|
new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that
|
||||||
|
allows specifying ECDH and DH parameters.
|
||||||
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
|
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
|
||||||
- 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"
|
||||||
|
|||||||
@@ -7,6 +7,10 @@ AAAIntroduction
|
|||||||
|
|
||||||
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
|
||||||
issues with static initialization order.
|
issues with static initialization order.
|
||||||
|
- NetSSL_OpenSSL: added support for ECDH and DH ciphers; added support to disable
|
||||||
|
specific protocols (Poco::Net::Context::disableProtocols());
|
||||||
|
new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that
|
||||||
|
allows specifying ECDH and DH parameters.
|
||||||
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
|
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
|
||||||
- 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user