summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-28 16:44:38 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2000-03-28 16:44:38 +0000
commit85a7ebdacbb766ed8e13f8930898a88015535863 (patch)
tree455628896604a76473ee29207817d68bfb946c10 /ChangeLog
parent46076808fbe2df8c847988d575f01a0ad7ad72c9 (diff)
downloadtinyproxy-85a7ebdacbb766ed8e13f8930898a88015535863.tar.gz
tinyproxy-85a7ebdacbb766ed8e13f8930898a88015535863.zip
Updated ChangeLog entry for new fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c93dee..8940b09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
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.
+ * src/reqs.c (clientreq): Fixed a bug which would cause a SEGV if
+ the scheme was NULL. The cause was the error logging code to
+ report an invalid scheme.
+ (clientreq): Fixed another bug with the uri->authority. If a
+ request in the form of http:\\www.somewhere.com/ was entered,
+ tinyproxy would SEGV.
2000-03-12 Robert James Kaes <rjkaes@flarenet.com>