summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59ad6c5..900d00e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.