about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-12-01 09:41:59 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2011-12-01 09:41:59 -0500
commitcac80105508d5fd74e402be4094c123687a6d399 (patch)
treed2599e968a0986ea47e0db234a987a1dbe9438aa /CHANGES
parent159e9403a44c5f95e8a9c8bf9ef45011c2f80baf (diff)
downloadlynx-snapshots-cac80105508d5fd74e402be4094c123687a6d399.tar.gz
snapshot of project "lynx", label v2-8-8dev_9d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 193e0919..c9746753 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
--- $LynxId: CHANGES,v 1.559 2011/10/07 08:38:58 tom Exp $
+-- $LynxId: CHANGES,v 1.562 2011/12/01 09:22:14 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2011-10-07 (2.8.8dev.10)
+2011-12-01 (2.8.8dev.10)
+* ensure that button/input tags have a value for display, in case the tag is
+  improperly terminated (report by Aki Helin) -TD
+* work around glibc bug in sscanf in SGML_character() using strtol() (report by
+  Aki Helin) -TD
 * add check for charset attribute on meta element -Kihara Hideto
 * eliminate ON/OFF macros, using TRUE/FALSE both to work around breakage from
   zlib 1.2.5.1 changes as well as because they were unnecessary (GenToo