From d1c7c8dbc63f6548cf12d8d2c8c9b67d852af5f3 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 30 Oct 2014 15:17:06 +0100 Subject: [PATCH] Mention TFO in ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a040b689..b64cf86b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,8 @@ * Move spec examples to spec subdirectory * Fix issue#76: Setting UDP Payload size below 512 should not error * 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 * Synchronous resolves now respect timeout setting, @@ -67,7 +69,7 @@ * 2014-03-24 : Version 0.1.1 * 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 * respect configure --docdir=X * Documentation/man page updates