mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
relnotes
This commit is contained in:
parent
db91266c34
commit
0eaaa42d97
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user