summaryrefslogtreecommitdiff
path: root/NEWS
blob: f70d8abf0b800f99a2d4ae2dda4526b4073fb668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Tinyproxy NEWS
==============

Version 1.7.2
-------------

 * Tinyproxy now reloads its configuration upon HUP signal.
 * Tinyproxy reopens its log file (instead of truncation) upon HUP
   signal. This is to play more nicely with logrotate.
 * File logging is now the default.
   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...
 * 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.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * 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

Contributors
~~~~~~~~~~~~

Andrew Stribblehill, David Shanks, Jeremy Hinegardner, Mathew Mrosko,
Matthew Dempsky, Michael Adam, Mukund Sivaraman, Robert James Kaes.

Version 1.7.1
-------------

 * Fixed all warnings reported by GCC.
 * The tinyproxy manpage has been extended and converted to asciidoc.
 * There is a new tinyproxy.conf manpage that describes all the options.
 * The build system has been considerably cleaned up.
 * Various other bugs have been fixed.

Bugs fixed since version 1.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 * BB#2: Fix Tinyproxy for requests like www.site.com:8001
 * BB#5: Move templates from the doc directory to its own directory
 * BB#8: Update README, INSTALL, NEWS and the manpage
 * BB#10: Do not filter out transfer-encoding header
 * BB#18: Fix pointer aliasing issues
 * BB#53: Add a GPLv2 COPYING file

Contributors
~~~~~~~~~~~~

Andrew Stribblehill, David Shanks, Jeremy Hinegardner, Mathew Mrosko,
Matthew Dempsky, Michael Adam, Mukund Sivaraman, Robert James Kaes.