summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-30 16:58:41 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-08-30 16:58:41 +0000
commit2577811738a89fbf91297535465156213db8676a (patch)
treeedf41dcae90437bbfa3675b3ad0af0e8af43850f
parent66012c4e8e35277aedd4432c24ab18f8031fefc5 (diff)
downloadtinyproxy-2577811738a89fbf91297535465156213db8676a.tar.gz
tinyproxy-2577811738a89fbf91297535465156213db8676a.zip
New information for Thursday, August 30, 2001
Diffstat (limited to '')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cf1a257..05fd4df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Thursday, August 30, 2001
+-------------------------
+
+Maybe I just shouldn't be working on the code base this week. The
+memory fix I added in the last release contained a serious bug which
+would cause a segmentation fault. I actually fixed this by removing
+the code I added and just fixing the problem in ternary_insert()
+instead. I don't know why I didn't do this in the first place. I also
+removed the xstrstr() function since strstr() will do what tinyproxy
+needs. Removing code is _always_ a good idea. Less code, less chance
+of bugs.
+
+ -- Robert
+
+
Wednesday, August 29, 2001
--------------------------
@@ -22,4 +37,4 @@ needed.
I would suggest that everyone upgrade to this version; especially
anyone who is still running 1.4.0 or below.
- -- Robert \ No newline at end of file
+ -- Robert \ No newline at end of file