about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2018-05-04 23:29:29 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2018-05-04 23:29:29 +0000
commita1f3e5c0b60d33c7bc6d732638c3beb5281281ae (patch)
tree5e5443e3062df24485c0a45e0399b98020af8b67 /CHANGES
parentc6d1fb20cd5a88f3730558a4c9615197df747bf2 (diff)
downloadlynx-snapshots-a1f3e5c0b60d33c7bc6d732638c3beb5281281ae.tar.gz
snapshot of project "lynx", label v2-8-9dev_17h
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 411539dc..8f8b75e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
--- $LynxId: CHANGES,v 1.972 2018/04/01 14:31:31 tom Exp $
+-- $LynxId: CHANGES,v 1.973 2018/05/04 22:33:56 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2018-04-01 (2.8.9dev.18)
+2018-05-03 (2.8.9dev.18)
+* add support for using client certificate with OpenSSL configuration (patch
+  by Elliot Thomas).
 * fix a few more memory leaks -TD
 * put Lynx.leaks file in home directory like Lynx.trace (report by GV) -TD
 * fix a memory leak in HTFTP.c -GV