diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-07-14 17:45:11 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-07-14 17:45:11 +0000 |
commit | 7115a37f237e9325a0cad500449f134d2eda7eaf (patch) | |
tree | 8edb724366fb995a7ee3fd03225500d96271ef63 | |
parent | a748265b50d88b73dafa4bc74da044b67b055118 (diff) | |
download | tinyproxy-7115a37f237e9325a0cad500449f134d2eda7eaf.tar.gz tinyproxy-7115a37f237e9325a0cad500449f134d2eda7eaf.zip |
# Updated ChangeLog
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,10 +1,17 @@ +2003-07-14 Robert James Kaes <rjkaes@flarenet.com> + + Released tinyproxy 1.6.0 (2003-07-14) + + * src/htmlerror.c (indicate_http_error): + Added calls to va_end() before leaving the function. + 2003-06-26 Robert James Kaes <rjkaes@flarenet.com> * src/reqs.c (upstream_add): Rewrote the function to actually handle the various types of upstream configurations correctly. Hopefully, the code is also a little clearer in it's implementation. - + * src/scanner.l: Modified the patterns to allow the new upstream directives to work as defined in the tinyproxy.conf documentation. |