about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2023-05-26 22:52:47 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2023-06-17 17:36:59 +0000
commit3dd6cae4b7623ef20ebc17ccf8dd182748c7040b (patch)
tree4b2a88056e33acd44e6c718b8e1d354efdd37b65 /CHANGES
parente54344bd3252108c7c113ea773b3ae9a4e72b427 (diff)
downloadlynx-snapshots-3dd6cae4b7623ef20ebc17ccf8dd182748c7040b.tar.gz
snapshot of project "lynx", label v2-9-0dev_12d
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 710c5f58..c201e325 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,18 @@
--- $LynxId: CHANGES,v 1.1133 2023/04/10 22:59:30 tom Exp $
+-- $LynxId: CHANGES,v 1.1135 2023/05/26 22:50:24 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2023-04-10 (2.9.0dev.13)
-+ modify HTChunkPutb2() to avoid passing a zero-size or null pointer to
+2023-05-29 (2.9.0dev.13)
+* change defaults in configure script to use compression -TD
+* modify HTChunkPutb2() to avoid passing a zero-size or null pointer to
   memcpy() -TD
 * correct loop in fill_addrinfo() which adds sizes of struct addrinfo's found
   in getaddrinfo() call; the 2.8.8dev.15 change did not update the pointer to
   the struct addrinfo's (Redhat #2185402) -TD
 * modify configure script to reduce implicit-function warnings -TD
 * add viewport meta-tag to documentation/test files -TD
+* update config.guess (2023-01-01), config.sub (2023-01-21)
 
 2023-01-08 (2.9.0dev.12)
 * add a rewind() call before reading existing bookmark file opened for append