about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2014-02-08 01:39:30 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-02-08 01:39:30 -0500
commitd8123715a421d9f30c2622aafb1f87587862a419 (patch)
tree53ed1d849132b21c05ce7761458c465a661befe6 /CHANGES
parent0667f1af3796d805771d3d9c556dc593eece7486 (diff)
downloadlynx-snapshots-d8123715a421d9f30c2622aafb1f87587862a419.tar.gz
snapshot of project "lynx", label v2-8-8pre_4a
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fc3051df..10833027 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,14 @@
--- $LynxId: CHANGES,v 1.730 2014/02/04 01:45:19 tom Exp $
+-- $LynxId: CHANGES,v 1.732 2014/02/08 01:11:57 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2014-02-07 (2.8.8pre.5)
+* use idn_free() rather than ordinary free (patch by GV)
+* build-fix when alt-bindings are disabled (patch by GV)
+* correct sense of --disable-alt-bindings option in configure script (prompted
+  by report by GV) -TD
+
 2014-02-04 (2.8.8pre.4)
 * modify the LOCALE_CHARSET feature to provide a default value for the
   ASSUMED_CHARSET feature aka "display-charset" (Debian #737416) -TD