about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2014-11-30 23:28:13 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2014-11-30 23:28:13 -0500
commita47d5eba571ee53ff331ebd0f20a284bd9b8cdfb (patch)
treecece397aab2928a51d0fa31ce51615e24acc20cf /CHANGES
parentb363dfc27473c2ee3c1ccc286115b238030d85f0 (diff)
downloadlynx-snapshots-a47d5eba571ee53ff331ebd0f20a284bd9b8cdfb.tar.gz
snapshot of project "lynx", label v2-8-9dev_1d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 80ed77b7..7f4143e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,15 @@
--- $LynxId: CHANGES,v 1.753 2014/08/25 00:34:35 tom Exp $
+-- $LynxId: CHANGES,v 1.758 2014/11/30 23:25:52 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2014-08-24 (2.8.9dev.2)
+2014-11-30 (2.8.9dev.2)
+* drop libgnutls-extra when using --with-gnutls-compat option -TD
+* drop libgcrypt dependency when building with gnutls, using gnutls_rnd()
+  rather than gcry_randomize() (adapted from patch by Andreas Metzler,
+  Debian #753699) -TD
+* fix a reference-after-free in scan_cookie_sublist(), probably fixing RedHat
+  #1120925 (patch by Mike Gorse).
 * update eo.po, id.po from
     http://translationproject.org/latest/lynx
 * improve workaround for too-long pathnames in LYPrint.c SetupFilename() -TD
@@ -26,12 +32,13 @@ Changes since Lynx 2.8 release
   + CF_XOPEN_SOURCE:  Minix3.2 ifdef's the POSIX.1-2001 functions inside
     _NETBSD_SOURCE, even though it was released 2012-02-29 - appease it.  At
     the same time, turn on the verbose flag to show that most platforms need
-    platform-specific define's to get POSIX (sic).
+    platform-specific define's to get POSIX (sic).  Also, add case for UnixWare
+    (report/discussion with Mark Ryan).
   + CF_X_ATHENA:  add --with-Xaw3dxft option
   + CF_X_TOOLKIT:  add workaround for breakage in XQuartz upgrades
 * add check to ensure that "submit" command from 2.8.8dev.10 is performed
   in a form (report by Karen Lewellen) -TD
-* update config.guess (2014-03-23), config.sub (2014-04-03)
+* update config.guess (2014-03-23), config.sub (2014-07-28)
 
 2014-03-12 (2.8.9dev.1)