about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2014-12-03 01:00:40 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-12-03 01:00:40 -0500
commitb6876101dd58c39d05f0ea521a8c00f690cb7da8 (patch)
treec7bdba490f694862d02b839d5934f9e52a1db08f /CHANGES
parenta47d5eba571ee53ff331ebd0f20a284bd9b8cdfb (diff)
downloadlynx-snapshots-b6876101dd58c39d05f0ea521a8c00f690cb7da8.tar.gz
snapshot of project "lynx", label v2-8-9dev_1e
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f4143e7..fdf385d9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,12 @@
--- $LynxId: CHANGES,v 1.758 2014/11/30 23:25:52 tom Exp $
+-- $LynxId: CHANGES,v 1.760 2014/12/03 00:42:32 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
 2014-11-30 (2.8.9dev.2)
+* modify LYExpandHostForURL() to call HTGetAddrInfo(), allowing DNS lookups
+  for IPv6 to be interrupted, e.g., by typing ^G.  This was a path overlooked
+  in 2.8.8dev.13 (reports by Chad Kline, etc.) -TD
 * drop libgnutls-extra when using --with-gnutls-compat option -TD
 * drop libgcrypt dependency when building with gnutls, using gnutls_rnd()
   rather than gcry_randomize() (adapted from patch by Andreas Metzler,