summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/lynx/CHANGES
diff options
context:
space:
mode:
authorAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-06-22 04:52:37 +0000
committerAnil Madhavapeddy <avsm@cvs.openbsd.org>2004-06-22 04:52:37 +0000
commitea2a75cbeae8b76094f2f9014719dfcb532a44d0 (patch)
tree1494d48e488f2867c2e50faecb342cfc1b318569 /gnu/usr.bin/lynx/CHANGES
parente7917a329f09fc482295626a96be8bdc8b066903 (diff)
sync with lynx 2.8.5.rel2 which fixes a few minor bugs (null pointer checks,
progress bar with very slow connections)
Diffstat (limited to 'gnu/usr.bin/lynx/CHANGES')
-rw-r--r--gnu/usr.bin/lynx/CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/lynx/CHANGES b/gnu/usr.bin/lynx/CHANGES
index dfa08dd1ff1..a9a3400d7eb 100644
--- a/gnu/usr.bin/lynx/CHANGES
+++ b/gnu/usr.bin/lynx/CHANGES
@@ -1,6 +1,17 @@
Changes since Lynx 2.8 release
===============================================================================
+2004-04-22 (2.8.5rel.2 fixes from 2.8.6dev.1)
+* correct ifdef in LYgetattrs() to ensure that getattrs() is used only if the
+ configure script actually found it (report/patch by Paul Gilmartin).
+* correct LYcommandList() to allocate data passed to HTList_addObject(), since
+ LYRemoveFromCloset() may free it (report by FLWM) -TD
+* add a null-pointer check to parameter of HTQuoteParameter(), fixes bug
+ introduced in 2.8.5pre.4 (report by FLWM) -TD
+* correct units shown by HTReadProgress() for very low rates - bug from
+ 2.8.5pre.3 changes (report by PG) -TD
+* update current-version in README -LP
+
2004-02-04 (2.8.5rel.1)
* build fixes for MINGW32 -DK
* build fixes for OS/2 (reported by IZ) -TD