# Updated ChangeLog

This commit is contained in:
Robert James Kaes 2003-07-14 17:45:11 +00:00
parent a748265b50
commit 7115a37f23

View File

@ -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> 2003-06-26 Robert James Kaes <rjkaes@flarenet.com>
* src/reqs.c (upstream_add): * src/reqs.c (upstream_add):
Rewrote the function to actually handle the various types of Rewrote the function to actually handle the various types of
upstream configurations correctly. Hopefully, the code is also a upstream configurations correctly. Hopefully, the code is also a
little clearer in it's implementation. little clearer in it's implementation.
* src/scanner.l: * src/scanner.l:
Modified the patterns to allow the new upstream directives to work Modified the patterns to allow the new upstream directives to work
as defined in the tinyproxy.conf documentation. as defined in the tinyproxy.conf documentation.