summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-01-14 08:33:11 +0100
committerMichael Adam <obnox@samba.org>2010-01-14 08:33:11 +0100
commita61f6018f2f92981a46bfa34fa491a27847d2614 (patch)
treec36a45349ac583711da2b919d21f58e16ab2327e
parenta639f3fca207a5a9eed08cb3fd1dde35c5adbacd (diff)
downloadtinyproxy-a61f6018f2f92981a46bfa34fa491a27847d2614.tar.gz
tinyproxy-a61f6018f2f92981a46bfa34fa491a27847d2614.zip
NEWS: document some more new features in the release notes
Michael
Diffstat (limited to '')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a764f27..b0188d9 100644
--- a/NEWS
+++ b/NEWS
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~