about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2015-01-25 17:35:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2015-01-25 17:35:28 -0500
commit4b7192fcc61053dea1c187caf2d30bbdac8733cb (patch)
treebd3373d957d46cf8c0a6b60f0e75fc7a500f6bc0 /CHANGES
parent55df51e6ca5ebf5cd5910179f5e03b7a275a3e5d (diff)
downloadlynx-snapshots-4b7192fcc61053dea1c187caf2d30bbdac8733cb.tar.gz
snapshot of project "lynx", label v2-8-9dev_3a
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index cb415e47..3b82db6f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,14 @@
--- $LynxId: CHANGES,v 1.771 2015/01/05 09:17:08 tom Exp $
+-- $LynxId: CHANGES,v 1.775 2015/01/25 17:33:17 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2015-01-25 (2.8.9dev.4)
+* modify check after gnutls_certificate_verify_peers2() to use
+  gnutls_certificate_verification_status_print() when available, to give
+  potentially more details on certficate revocation (patch by Andreas Metzler,
+  Debian #745835, Debian #752610)
+
 2015-01-05 (2.8.9dev.3)
 * correct shortcut for "Send To" link used in Inno Setup script, broken in
   2.8.8dev.15 -TD