summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-04 02:16:33 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-04 02:16:33 (GMT)
commit0fc4f656c7768469d971234ef7fe687a6b9ea1b7 (patch)
tree75b266468ebcf627249fae853d8cf12bcf3d790b /CHANGELOG
parent3f25cbb47c251d84980f4176be06173388d29225 (diff)
fixed segfaul bug with pointer arithmetic in add_server_string_slot
Added authors file release 1.94
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fbe49b5..d3b0713 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.9 2004/01/22 05:26:56 urkle Exp $ 1$Id: CHANGELOG,v 1.10 2004/02/04 02:16:33 urkle Exp $
2 2
3TODO: 3TODO:
4* Port connection portion to other DBMS? Genericize the module? Start with 4* Port connection portion to other DBMS? Genericize the module? Start with
@@ -21,9 +21,11 @@ TODO:
21* rewrite main core logging function to optimize for speed. 21* rewrite main core logging function to optimize for speed.
22 22
23CHANGES: 23CHANGES:
241.94: ? 241.94: 2004-02-03
25* ssl loggin back in as separate module under 1.3 and 2.0 25* ssl loggin back in as separate module under 1.3 and 2.0
26* preparsing of format tags is now done to speed up main logging loop. 26* preparsing of format tags is now done to speed up main logging loop.
27* fixed a nasty bug with pointer arithmetic (ick) that caused a segfault with
28 LogSQLWhichCookies
27 29
281.93: 2004-01-20 301.93: 2004-01-20
29* Compiles for apache 1.3 AND 2.0 31* Compiles for apache 1.3 AND 2.0