summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-28 16:21:58 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-28 16:21:58 +0000
commitadd003fd0c69640107cc1fb95794d44bfacd8781 (patch)
treef3c56d697480bb4557cf4b13a2b4c3b283d8ccc8 /ChangeLog
parentd222c7725bbaabaa8e0d62a48bd167cd8ec28f29 (diff)
downloadtinyproxy-add003fd0c69640107cc1fb95794d44bfacd8781.tar.gz
tinyproxy-add003fd0c69640107cc1fb95794d44bfacd8781.zip
Updated to reflect changes in src/reqs.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 662c7bd..5c93dee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-03-28 Robert James Kaes <rjkaes@flarenet.com>
+
+ * src/reqs.c (clientreq): Fixed a bug with the clientreq()
+ function which would cause a SEGV if the scheme was NULL. The
+ cause was the error logging code to report an invalid scheme.
+
2000-03-12 Robert James Kaes <rjkaes@flarenet.com>
* src/tinyproxy.c: include the upstream command line option. Also,