diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-10 15:39:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-08-10 15:39:12 -0400 |
commit | e95e8bb0ca158527eebbde0ca503552bfeda77c8 (patch) | |
tree | 6e8bc02687ffdf9c111c26b4fa4f3d2d3b98cd31 /CHANGES | |
parent | 49a26ec8e574bda2f6b8c809a30a471c7f274ff6 (diff) | |
download | lynx-snapshots-e95e8bb0ca158527eebbde0ca503552bfeda77c8.tar.gz |
snapshot of project "lynx", label v2-8-8dev_12k
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index fc20d0ab..667aa760 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,16 @@ --- $LynxId: CHANGES,v 1.610 2012/08/05 01:08:02 tom Exp $ +-- $LynxId: CHANGES,v 1.612 2012/08/10 15:38:14 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2012-08-04 (2.8.8dev.13) +2012-08-10 (2.8.8dev.13) +* modify configure check for sizeof(time_t), sizeof(off_t) to help recover if + it is run in a deficient environment such as busybox -TD +* limit downloaded files by Content-Length if any, to match behavior of IE, + Firefox and some other browsers; this is not addressed in RFC 2616 (Debian + #681214) -TD + For more information, see "Content-Length in the Real World" by Eric Law: + http://blogs.msdn.com/b/ieinternals/archive/2011/03/09/browsers-accommodate-incorrect-http-content-length-and-sites-depressingly-depend-on-it.aspx * fix an unbounded loop in restrictions_fun() which could cause a core dump (Debian #616107) -TD * add LDFLAGS to top-level makefile.in, for consistency with other recursive |