about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-05-03 23:53:30 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-05-03 23:53:30 -0400
commit398cc2f5cbd84d35293b2a4cd68c73fe854fbddb (patch)
treec8bb658b5538d7f91e75aca69c834902fb254129 /CHANGES
parent844a17014bd45706a13ee5318b36a56fbcf6924c (diff)
downloadlynx-snapshots-398cc2f5cbd84d35293b2a4cd68c73fe854fbddb.tar.gz
snapshot of project "lynx", label v2-8-8dev_15d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f89ed501..ef8fb8bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,14 @@
--- $LynxId: CHANGES,v 1.638 2013/04/30 09:55:16 tom Exp $
+-- $LynxId: CHANGES,v 1.640 2013/05/03 09:27:54 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2013-04-30 (2.8.8dev.16)
-+ make DONT_TRACK_INTERNAL_LINKS logic configurable via lynx.cfg as
+2013-05-03 (2.8.8dev.16)
+* correct handling of backslash in TrimCommand() function introduced in
+  2.8.6dev.4, used to process the commands for "test=" in mime-types -TD
+* correct 2.8.3dev.13 check for permissible place to split UTF-8 encoded text,
+  reported by Coverity -TD
+* make DONT_TRACK_INTERNAL_LINKS logic configurable via lynx.cfg as
   TRACK_INTERNAL_LINKS; the configure script now sets the default value -TD
 * fix issues found by Coverity scan -TD