about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-07-29 00:56:09 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-07-29 00:56:09 -0400
commitf075bbffd23155cd111ddd6e61b5c8af74381fda (patch)
tree425c38c82e3388004dcfb1bd6238633863c6c4aa /CHANGES
parente16dad6521b5662ea017de8b639301bd996415c7 (diff)
downloadlynx-snapshots-f075bbffd23155cd111ddd6e61b5c8af74381fda.tar.gz
snapshot of project "lynx", label v2-8-8dev-15j
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 02d3c6e2..4152bf5e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,12 @@
--- $LynxId: CHANGES,v 1.650 2013/07/20 14:20:17 tom Exp $
+-- $LynxId: CHANGES,v 1.652 2013/07/29 00:56:09 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2013-07-20 (2.8.8dev.16)
+2013-07-28 (2.8.8dev.16)
+* build-fix for setmode() definition on Cygwin -TD
+* modify HTUtils.h to work around header conflict with Cygwin w32api and
+  openssl 1.0.1e (prompted by report/patch by Supriyo Biswas) -TD
 * protect redefined errno values for Windows port from redefinition warnings
   when using MinGW build, since the WSAxxx values are what the configuration
   actually uses -TD