updated relnotes

This commit is contained in:
Guenter Obiltschnig 2016-03-04 19:17:43 +01:00
parent e70c958cc3
commit 2545ee6f29
2 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,10 @@ Release 1.7.0 (2016-03-07)
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
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 #1160: Poco::Net::NetException
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"

View File

@ -7,6 +7,10 @@ AAAIntroduction
- POSSIBLE BREAKING CHANGE: removed automatic registration of Data connectors due to
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 #1160: Poco::Net::NetException
"SSL Exception: error:1409F07F:SSL routines:ssl3_write_pending:bad write retry"