about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-11-05 00:11:32 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-11-05 00:11:32 +0000
commitd5a40d10fe0116599ce8be8b4b582f2f1f30c73b (patch)
tree9a612ea72dc979e52431fc74a5cec1989d7605a3 /CHANGES
parentb440c9db75e4eec893efa657d094514d35225dfc (diff)
downloadlynx-snapshots-d5a40d10fe0116599ce8be8b4b582f2f1f30c73b.tar.gz
snapshot of project "lynx", label v2-9-0dev_10a
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3f595f0a..e5a460c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,17 @@
--- $LynxId: CHANGES,v 1.1098 2021/10/24 17:46:32 tom Exp $
+-- $LynxId: CHANGES,v 1.1100 2021/11/05 00:04:05 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
+2021-11-04 (2.9.0dev.11)
+* change capitalization of "Content-type" sent to the remote server to work
+  around "HeavyThing" server which does not follow RFC 2616 in treating field
+  name as case insensitive (report/patch by Sylvain Bertrand)
+* improved several configure macros:
+  CF_ADD_INCDIR, CF_CHECK_EXTERN_DATA, CF_DISABLE_ECHO, CF_MAKEFLAGS,
+  CF_NCURSES_CONFIG, CF_NCURSES_LIBS, CF_PKG_CONFIG, CF_SIZECHANGE,
+  CF_TRY_XOPEN_SOURCE, CF_WITH_PATH, CF_XOPEN_SOURCE
+
 2021-10-24 (2.9.0dev.10)
 * several fixes for problems found using asan2 with fuzzer-generated data
   (report/testcases by Kuang-che Wu) -TD