about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-12-04 21:39:19 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2022-12-04 22:45:08 +0000
commit6e7cae400154d3d8bca99ceef49dde1518695731 (patch)
tree630baec8b414d865a7391dcdb1a456562ffc1f3e /CHANGES
parent4878442d6383197772806ca0008ed8e270cd92f8 (diff)
downloadlynx-snapshots-6e7cae400154d3d8bca99ceef49dde1518695731.tar.gz
snapshot of project "lynx", label v2-9-0dev_10n
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index e384770c..0ec3a3a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,11 @@
--- $LynxId: CHANGES,v 1.1121 2022/10/26 22:10:34 tom Exp $
+-- $LynxId: CHANGES,v 1.1122 2022/12/04 21:25:47 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2022-10-26 (2.9.0dev.11)
+2022-12-04 (2.9.0dev.11)
+* modify configure script to reduce implicit-function warnings (report by
+  Florian Weimer) -TD
 * update configure script to work around regression in grep 3.8 -TD
 * add some consistency-checks to dtd_util to make it easier to use -TD
 * improve formatting of bookmark file, e.g., to fix warnings by tidy -TD