Fix typos and elaborate some NEWS items
This commit is contained in:
parent
ee17131bdf
commit
eb67b4c407
26
NEWS
26
NEWS
@ -4,21 +4,21 @@ Tinyproxy NEWS
|
|||||||
Version 1.7.2
|
Version 1.7.2
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
* Tinyproxy now reloads its configuration upon HUP signal.
|
* Tinyproxy now reloads its configuration upon SIGHUP signal.
|
||||||
* Tinyproxy reopens its log file (instead of truncation) upon HUP
|
* Tinyproxy reopens its log file (instead of truncation) upon SIGHUP
|
||||||
signal. This is to play more nicely with logrotate.
|
signal. This is to play more nicely with logrotate.
|
||||||
* File logging is now the default.
|
* File logging is now the default.
|
||||||
Sylsog is chosen if and only if "SysLog Yes" is in the config.
|
Syslog is chosen if and only if "SysLog Yes" is in the config,
|
||||||
(I.e., a present "SysLog Yes" in the config file now overrides
|
i.e., a present "SysLog Yes" in the config file now overrides
|
||||||
any LogFile setting.)
|
any LogFile setting.
|
||||||
* The XTinyProxy option is now a global boolean.
|
* The XTinyProxy option is now documented as a global boolean.
|
||||||
Before,e it was documented to build a list of sites to add an
|
Before it was documented to build a list of sites to add a
|
||||||
x-tinyproxy header for, but it was implemented as global bool...
|
X-Tinyproxy header for, but it was implemented as global boolean.
|
||||||
* A new config option AddHeader allows to configure a list of
|
* A new config option AddHeader allows the user to configure a list of
|
||||||
custom headers.
|
custom headers to send in outgoing HTTP requests.
|
||||||
* A new config option DisableViaHeader allows to disable sending
|
* A new config option DisableViaHeader allows the user to disable
|
||||||
of the "Via:" header.
|
sending of the "Via:" header.
|
||||||
* Tinyproxy is now IPv6-aware.
|
* Tinyproxy is now IPv6 capable.
|
||||||
* The config option PidFile now has a compiled in default.
|
* The config option PidFile now has a compiled in default.
|
||||||
|
|
||||||
Bugs fixed since Version 1.7.1
|
Bugs fixed since Version 1.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user