diff options
author | Michael Adam <obnox@samba.org> | 2010-01-14 08:33:11 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-14 08:33:11 +0100 |
commit | a61f6018f2f92981a46bfa34fa491a27847d2614 (patch) | |
tree | c36a45349ac583711da2b919d21f58e16ab2327e | |
parent | a639f3fca207a5a9eed08cb3fd1dde35c5adbacd (diff) | |
download | tinyproxy-a61f6018f2f92981a46bfa34fa491a27847d2614.tar.gz tinyproxy-a61f6018f2f92981a46bfa34fa491a27847d2614.zip |
NEWS: document some more new features in the release notes
Michael
Diffstat (limited to '')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ Version 1.7.2 * 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... + * A new config option AddHeader allows to configure a list of + custom headers. + * A new config option DisableViaHeader allows to disable sending + of the "Via:" header. + * Tinyproxy is now IPv6-aware. + * The config option PidFile now has a compiled in default. Bugs fixed since Version 1.7.0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |