about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2015-12-15 01:42:54 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2015-12-15 01:42:54 -0500
commit769b6cceb3e3a602353f47b91c1214dd47455966 (patch)
tree1c5e07f961a13c8e2ada76a324d336b53fa34cce /CHANGES
parent84b858446526002867227b47c790d20273b8e146 (diff)
downloadlynx-snapshots-769b6cceb3e3a602353f47b91c1214dd47455966.tar.gz
snapshot of project "lynx", label v2-8-9dev_6n
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index df559d20..b93b64da 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,12 @@
--- $LynxId: CHANGES,v 1.826 2015/12/14 00:14:24 Axel.Beckert Exp $
+-- $LynxId: CHANGES,v 1.828 2015/12/15 01:42:54 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2015-12-13 (2.8.9dev.7)
+2015-12-14 (2.8.9dev.7)
+* fix a potential null dereference in tidy_tls.c reported by Coverity -TD
+* extend advanced mode by showing field names in forms in the status line
+  (suggested by TG) -TD
 * fix some typos found by lintian -Axel Beckert
 * correct buffer size in pretty_html() function of LYKeymap.c -TG
 * add support for some HTML5 elements -Kihara Hideto