mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-19 00:46:03 +01:00
updated changelog
This commit is contained in:
parent
d0e268fcbb
commit
0871e41f52
@ -6,6 +6,9 @@ Release 1.7.1 (2016-03-14)
|
||||
- fixed GH #1187: Data/MySQL: Seeing frequent "MySQL server has gone away" errors
|
||||
- fixed GH #1184: Attempting to connect via a proxy throws a DNS error "Host not found"
|
||||
- fixed GH #1180: Possible deadlock when TaskManager::count() is called in onFinished
|
||||
- NetSSL_OpenSSL: use TLS_*_method() instead of deprecated SSLv23_*_method()
|
||||
if OpenSSL version is >= 1.1; initialize default/fallback client context to support
|
||||
all TLS protocols, not just TLSv1
|
||||
|
||||
|
||||
Release 1.7.0 (2016-03-07)
|
||||
|
@ -8,6 +8,9 @@ AAAIntroduction
|
||||
- fixed GH #1187: Data/MySQL: Seeing frequent "MySQL server has gone away" errors
|
||||
- fixed GH #1184: Attempting to connect via a proxy throws a DNS error "Host not found"
|
||||
- fixed GH #1180: Possible deadlock when TaskManager::count() is called in onFinished
|
||||
- NetSSL_OpenSSL: use TLS_*_method() instead of deprecated SSLv23_*_method()
|
||||
if OpenSSL version is >= 1.1; initialize default/fallback client context to support
|
||||
all TLS protocols, not just TLSv1
|
||||
|
||||
|
||||
!!!Release 1.7.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user