mirror of https://github.com/getdnsapi/getdns.git
First release candidate tomorrow
This commit is contained in:
parent
fe79e7e633
commit
a694080400
|
@ -1,4 +1,4 @@
|
||||||
* 2020-0?-??: Version 1.6.1-rc.1
|
* 2021-05-28: Version 1.6.1-rc.1
|
||||||
* Make TLS Handshake timeout max 4/5th of timeout for the query,
|
* Make TLS Handshake timeout max 4/5th of timeout for the query,
|
||||||
just like connection setup timeout was, so fallback transport
|
just like connection setup timeout was, so fallback transport
|
||||||
have a chance too when TCP connection setup is less well
|
have a chance too when TCP connection setup is less well
|
||||||
|
@ -10,6 +10,8 @@
|
||||||
unacknowledged by the peer in a TCP connection (when supported
|
unacknowledged by the peer in a TCP connection (when supported
|
||||||
by the OS) with getdns_context_set_tcp_send_timeout()
|
by the OS) with getdns_context_set_tcp_send_timeout()
|
||||||
Thanks maciejsszmigiero.
|
Thanks maciejsszmigiero.
|
||||||
|
* Issue #497: Fix typo in CMAKE included files, so Stubby can use
|
||||||
|
TLS v1.3 with chipersuites options ON. Thanks har-riz.
|
||||||
|
|
||||||
* 2020-02-28: Version 1.6.0
|
* 2020-02-28: Version 1.6.0
|
||||||
* Issues #457, #458, #461: New symbols with libnettle >= 3.4.
|
* Issues #457, #458, #461: New symbols with libnettle >= 3.4.
|
||||||
|
|
2
stubby
2
stubby
|
@ -1 +1 @@
|
||||||
Subproject commit ef0a1476ae066612efd99628d7bc36ef8bcf1fb6
|
Subproject commit f3d3197d125a635b57e39c4a7d1d8bd9d0c6d07c
|
Loading…
Reference in New Issue