diff options
author | Michael Adam <obnox@samba.org> | 2010-01-14 08:24:46 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-14 08:25:44 +0100 |
commit | a639f3fca207a5a9eed08cb3fd1dde35c5adbacd (patch) | |
tree | f4bf226175b99775e86d653e006bcbb60ac3b6bd | |
parent | 3baa5f6f7c402ae2956a794974ff1e4e279dd84a (diff) | |
download | tinyproxy-a639f3fca207a5a9eed08cb3fd1dde35c5adbacd.tar.gz tinyproxy-a639f3fca207a5a9eed08cb3fd1dde35c5adbacd.zip |
NEWS: add list of bugs fixed since 1.7.1
Muks: please verify - thes are current the fixed bugs
with milestone 1.8.0 (i.e. the renamed 1.7.2).
I hope this is correct!
I also hope this was the intended scheme - have bug
lists per version section. Please feel free to edit...
Michael
Diffstat (limited to '')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -15,6 +15,19 @@ Version 1.7.2 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... +Bugs fixed since Version 1.7.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + * BB#9: Add support for the IPv6 protocol + * BB#17: Add support for custom headers + * BB#55: Error message response omits body when request has a body + * BB#60: Add config option to disable Via header + * BB#61: SIGHUP does not refresh filter list + * BB#62: Make tinyproxy reload the config upon SIGHUP + * BB#64: Config parsing error with reverse proxy option + * BB#65: Format string compile warnings + * BB#67: ACL processing error with multiple Allow statements + Version 1.7.1 ------------- |