about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-03-21 16:00:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-03-21 16:00:00 -0500
commit43797ce7b89f70182191e7b41521772c7efa2d25 (patch)
tree24880fdd0a1fc4a7778ec322a0af12e878a9a4fb /CHANGES
parentd8e8363bb47d88e434c2128c4c1ffbf501a67898 (diff)
downloadlynx-snapshots-43797ce7b89f70182191e7b41521772c7efa2d25.tar.gz
snapshot of project "lynx", label v2-8-1dev_3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 96645ced..ad5fca27 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,14 @@
 Changes since Lynx 2.8 release
 ================================================================================
 
+1998-03-20
+* Added death for Win/DOS clients that don't have a TMP space defined. - WB
+* Added _WINDOWS_NSL to provide interruptable lookups in Win32 per a
+  patch from afn06760@afn.org. (modified hopefully for borland AND cygwin and
+  hard defined in tcp.h).  I had to recompile everything in multithread
+  mode for borland, including my zlib library. - WB
+* Added _WINDOWS as a target for FNAMES_8_3 in userdefs.h to allow for 16
+  bit helper apps that can't handle LFN's. (report by afn06760@afn.org) - WB
 1998-03-18 (2.8.1dev.1)
 * correct an ifdef that caused inconsistent pathname separators on Windows
   (reported by afn, patch by DK).