mirror of https://github.com/getdnsapi/getdns.git
Mention TFO in ChangeLog
This commit is contained in:
parent
0daa5b573d
commit
d1c7c8dbc6
|
@ -20,6 +20,8 @@
|
||||||
* Move spec examples to spec subdirectory
|
* Move spec examples to spec subdirectory
|
||||||
* Fix issue#76: Setting UDP Payload size below 512 should not error
|
* Fix issue#76: Setting UDP Payload size below 512 should not error
|
||||||
* Fix: Include OPT RR in response dict always (even without options)
|
* Fix: Include OPT RR in response dict always (even without options)
|
||||||
|
* TCP Fast open support (linux only).
|
||||||
|
Enable with the --enable-tcp-fastopen configure option
|
||||||
|
|
||||||
* 2014-09-03: Version 0.1.4
|
* 2014-09-03: Version 0.1.4
|
||||||
* Synchronous resolves now respect timeout setting,
|
* Synchronous resolves now respect timeout setting,
|
||||||
|
@ -67,7 +69,7 @@
|
||||||
|
|
||||||
* 2014-03-24 : Version 0.1.1
|
* 2014-03-24 : Version 0.1.1
|
||||||
* default to NOT build extensions (libev, libuv, libevent), handle
|
* default to NOT build extensions (libev, libuv, libevent), handle
|
||||||
--with/--without optiosn to configure for them
|
--with/--without options to configure for them
|
||||||
* Fixed some build/make nits
|
* Fixed some build/make nits
|
||||||
* respect configure --docdir=X
|
* respect configure --docdir=X
|
||||||
* Documentation/man page updates
|
* Documentation/man page updates
|
||||||
|
|
Loading…
Reference in New Issue