summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-01-13 21:25:03 +0100
committerMichael Adam <obnox@samba.org>2010-01-13 21:25:03 +0100
commit7ca792043ca80be8620132ee8389411edbf805bb (patch)
treedc102c9118885eb9665645ea6ae1443b1d0f6e7b /NEWS
parent028cad3c3b39fc559697225908f3c5e0fef39501 (diff)
downloadtinyproxy-7ca792043ca80be8620132ee8389411edbf805bb.tar.gz
tinyproxy-7ca792043ca80be8620132ee8389411edbf805bb.zip
update NEWS
* mention config reload and upon HUP * log-reopen (not trunc!) upon HUP * file-logging as default Michael
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7293c22..5bb6e61 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,13 @@ Version 1.7.1
* Wrote improved asciidoc manpages
* Cleaned up build system
* Fixed various other bugs
+ * 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.)
Bugs fixed since version 1.7.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~