summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2003-07-14 17:45:11 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2003-07-14 17:45:11 +0000
commit7115a37f237e9325a0cad500449f134d2eda7eaf (patch)
tree8edb724366fb995a7ee3fd03225500d96271ef63 /ChangeLog
parenta748265b50d88b73dafa4bc74da044b67b055118 (diff)
downloadtinyproxy-7115a37f237e9325a0cad500449f134d2eda7eaf.tar.gz
tinyproxy-7115a37f237e9325a0cad500449f134d2eda7eaf.zip
# Updated ChangeLog
Diffstat (limited to 'ChangeLog')
-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.