This commit is contained in:
Guenter Obiltschnig 2016-03-05 17:58:22 +01:00
parent db91266c34
commit 0eaaa42d97
2 changed files with 6 additions and 0 deletions

View File

@ -9,7 +9,10 @@ Release 1.7.0 (2016-03-07)
specific protocols (Poco::Net::Context::disableProtocols()); specific protocols (Poco::Net::Context::disableProtocols());
new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that
allows specifying ECDH and DH parameters. allows specifying ECDH and DH parameters.
- Poco::Net::TCPServer: add additional try ... catch block around poll() to
gracefully deal with errors due to high system load (e.g., out of file descriptors).
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute - fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
- fixed GH #1167: CMake & POCO_UNBUNDLED: expat sources are compiled in libPocoXML
- 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

View File

@ -11,7 +11,10 @@ AAAIntroduction
specific protocols (Poco::Net::Context::disableProtocols()); specific protocols (Poco::Net::Context::disableProtocols());
new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that new Poco::Net::Context constructor taking a Poco::Net::Context::Params structure that
allows specifying ECDH and DH parameters. allows specifying ECDH and DH parameters.
- Poco::Net::TCPServer: add additional try ... catch block around poll() to
gracefully deal with errors due to high system load (e.g., out of file descriptors).
- fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute - fixed GH #1171: Poco::Data::RecordSet: rowCount not reset after execute
- fixed GH #1167: CMake & POCO_UNBUNDLED: expat sources are compiled in libPocoXML
- 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