diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-07-31 09:38:29 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-07-31 09:38:29 -0400 |
commit | e6ba2a01f70f84d9133cf305e4b493c9d656cb21 (patch) | |
tree | 264c4d01cf7791c9f77d583f05456a6108df3cdc /CHANGES | |
parent | aa3258c631eaca9dc2e7e2590b8778b827006144 (diff) | |
download | lynx-snapshots-e6ba2a01f70f84d9133cf305e4b493c9d656cb21.tar.gz |
snapshot of project "lynx", label v2-8-1dev_19
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES index 217fc1a0..4051ad77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,30 @@ Changes since Lynx 2.8 release ================================================================================ +1998-07-31 (2.8.1dev.19) +* modify OpenHiddenFile so that it can overwrite files owned by the real + user if the O_EXCL open fails because the file already exists - TD +* add experimental forms-based options screen (patch by Mike Castle), ifdef'd + with EXP_FORMS_OPTIONS and configured with --enable-forms-options. +* add option -eat_all_cookies and corresponding config variable + EAT_ALL_COOKIES (Brian J Pardy <posterkid@psnw.com>). +* correct spurious 'Content' string versus newline after X-URL in LYMain.c + (Bela Lubkin and Larry Virden). +* updated versions of config.guess and config.sub based on automake 1.3 - TD +* updated experimental persistent-cookie support based on RP's patch: Replaced + the call to strsep with a home-rolled one for those people who don't have it. + (Reported by Bela Lubkin, Mon, 27 Jul 1998 16:51:14 -0700 on the mailing + list.) Bela's modification to make some character arrays static is also + included. +* nits/spelling in LYPrint.c, LYUtils.c (reported by Mike Castle). +* changed LYGetFile.c to build lynx2.8.1dev.18 with SLANG and the + DJGPP_KEYHANDLER for DOS - DK +* fix a couple of places where the return-value of calloc was not checked + (reported by Mike Castle <dalgoda@ix.netcom.com>) - TD +* correct typo in command-line parsing of -lss option (reported by Chris + Kottaridis <chrisk@BSDI.COM>) +* define _AIX if needed for socks5 (request by Brian Hauber) - TD +* improved configure test for getgroups array type - TD 1998-07-24 (2.8.1dev.18) * improved test for socks5, to account for special cases on AIX (reported by Brian Hauber) - TD |