diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-27 23:18:41 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2016-11-27 23:18:41 -0500 |
commit | 0ed1a3553152946ebe18e6ad3aa9cc11bb994b21 (patch) | |
tree | c1310313c310585b3749c25c678cbeeb3dd58655 /CHANGES | |
parent | 5d2062769fa93d01e312b64a0caab878097b882a (diff) | |
download | lynx-snapshots-0ed1a3553152946ebe18e6ad3aa9cc11bb994b21.tar.gz |
snapshot of project "lynx", label v2-8-9dev_11e
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES index 2981e04d..576e31eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ --- $LynxId: CHANGES,v 1.869 2016/11/24 23:47:53 tom Exp $ +-- $LynxId: CHANGES,v 1.871 2016/11/27 23:18:41 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2016-11-24 (2.8.9dev.12) +2016-11-27 (2.8.9dev.12) +* fix two more typos in the list of ENABLE_LYNXRC in lynx.cfg -TD +* remove a repeated item for SEND_USERAGENT from lynx.cfg (Larry Hynes) * accept userinfo in a URL, subject to override by -auth option or -pauth options. According to RFC-3986, this is deprecated, but testing shows other clients support it -TD |