diff options
author | Michael Adam <obnox@samba.org> | 2010-01-13 23:26:20 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-01-13 23:26:20 +0100 |
commit | 8963c84dad0672dd6b04f903e9147282f769b396 (patch) | |
tree | c002508950409be109653d29bd9dce5cd7f42be3 | |
parent | 7e9a022c740437f87be5f12dddae10ef2a947a3b (diff) | |
download | tinyproxy-8963c84dad0672dd6b04f903e9147282f769b396.tar.gz tinyproxy-8963c84dad0672dd6b04f903e9147282f769b396.zip |
NEWS: move the changes after 1.7.1 to new section 1.7.2
Michael
-rw-r--r-- | NEWS | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,13 +1,9 @@ Tinyproxy NEWS ============== -Version 1.7.1 +Version 1.7.2 ------------- - * 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. * 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. @@ -15,6 +11,14 @@ Version 1.7.1 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.) + +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 |