tinyproxy/NEWS

34 lines
1.1 KiB
Plaintext
Raw Normal View History

2009-09-27 21:54:11 +08:00
Tinyproxy NEWS
==============
2009-09-27 21:55:51 +08:00
Version 1.7.1
2009-09-27 21:54:11 +08:00
-------------
* Fixed all warnings reported by GCC
* Wrote improved asciidoc manpages
2009-09-28 21:07:40 +08:00
* Cleaned up build system
2009-09-27 21:54:11 +08:00
* 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.)
2009-09-27 21:54:11 +08:00
2009-09-27 21:55:51 +08:00
Bugs fixed since version 1.7.0
2009-09-27 21:54:11 +08:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* BB#2: Fix Tinyproxy for requests like www.site.com:8001
* BB#5: Move templates from the doc directory to its own directory
2009-09-28 21:38:54 +08:00
* 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
2009-09-27 21:54:11 +08:00
Contributors
~~~~~~~~~~~~
Andrew Stribblehill, Jeremy Hinegardner, Mathew Mrosko, Matthew Dempsky,
Michael Adam, Mukund Sivaraman, Robert James Kaes.