diff options
author | Michael Adam <obnox@samba.org> | 2010-01-14 08:14:01 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-14 08:14:01 +0100 |
commit | 3baa5f6f7c402ae2956a794974ff1e4e279dd84a (patch) | |
tree | 730ebe0956ade658977ae7f88983d1a30ca4f1ad | |
parent | 184d07e47cde7e2db64507c46d4bf7f4a59f5939 (diff) | |
download | tinyproxy-3baa5f6f7c402ae2956a794974ff1e4e279dd84a.tar.gz tinyproxy-3baa5f6f7c402ae2956a794974ff1e4e279dd84a.zip |
NEWS: mention change of XTinyProxy to be a global bool
Michael
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ Version 1.7.2 Sylsog is chosen if and only if "SysLog Yes" is in the config. (I.e., a present "SysLog Yes" in the config file now overrides any LogFile setting.) + * The XTinyProxy option is now a global boolean. + Before,e it was documented to build a list of sites to add an + x-tinyproxy header for, but it was implemented as global bool... Version 1.7.1 ------------- |