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-13 19:39:36 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-02-13 19:39:36 -0500
commit0c867413a08246fd7923ef5339675e7218dbb059 (patch)
treeddabd2fd491e634c864f4906e0d462a4588804f3 /CHANGES
parent5f1307fdb4466cc4a76a6ca9f46e0399ec0459bc (diff)
downloadlynx-snapshots-0c867413a08246fd7923ef5339675e7218dbb059.tar.gz
snapshot of project "lynx", label v2-8-8pre_4e
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e79277a9..e0c1811b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,14 @@
--- $LynxId: CHANGES,v 1.734 2014/02/13 13:22:22 tom Exp $
+-- $LynxId: CHANGES,v 1.736 2014/02/13 19:39:36 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2014-02-14 (2.8.8rel.1)
 2014-02-14 (2.8.8pre.5)
+* trim unexpected query-parameters from file: URIs when checking for their
+  presentation and compression types.  Not all browsers do this, etc. -TD
+* modify forms-submit to trim query-parameters from the action URI if it
+  happens to be a file-URL.  IE and some other browsers do this. The RFCs
+  do not mention this since forms are an HTTP feature (Debian #738121) -TD
 * reviewed command-line options which were not provided in lynx.cfg; added
   others which could be useful for dumps (i.e., force_html, hiddenlinks,
   listonly, list_inline, localhost, short_url, with_backspaces) -TD: