about summary refs log tree commit diff stats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-03-12 16:45:47 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2022-03-12 16:45:47 +0000
commitbaa72f144c15896a40c794b967854f0508459a20 (patch)
tree6ab4d8ff00ebf399e72f2dcbc3491c0538b5403a /CHANGES
parentd9c9f31fcbfa46070186e3f43a76fac3786fd824 (diff)
downloadlynx-snapshots-baa72f144c15896a40c794b967854f0508459a20.tar.gz
snapshot of project "lynx", label v2-9-0dev_10c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 8cc6789e..e892edd7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,13 @@
--- $LynxId: CHANGES,v 1.1101 2022/03/11 01:29:33 tom Exp $
+-- $LynxId: CHANGES,v 1.1104 2022/03/12 16:16:34 tom Exp $
 ===============================================================================
 Changes since Lynx 2.8 release
 ===============================================================================
 
-2022-03-10 (2.9.0dev.11)
+2022-03-12 (2.9.0dev.11)
+* changes for working with SOCKS5 on Windows 10 -GV, -TD
+* fix a few coverity and clang warnings -TD
+* add a null-pointer check in StrAllocVsprintf() to work with existing SOCKS5
+  configuration (report/patch by Gisle Vanem).
 * 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)