summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-12 03:18:41 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-12 03:18:41 (GMT)
commite92140a0ea52fa6e1e5c454e02103bd317674c96 (patch)
treeb8f2820d0e2a77b87818ca08999fdc91f258ae7d /CHANGELOG
parent87c3bdb0b4547536568cf91c188fe4505fc41ee8 (diff)
Cleaned up changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 79c740f..0ff3b7f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.11 2004/02/05 22:05:42 urkle Exp $ 1$Id: CHANGELOG,v 1.12 2004/02/12 03:18:41 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
@@ -23,13 +23,13 @@ TODO:
23CHANGES: 23CHANGES:
241.95: 2004-02-05 241.95: 2004-02-05
25* audit and update of extract_* functions to acheive same output as 25* audit and update of extract_* functions to acheive same output as
26 mod_log_config. 26 mod_log_config.
27 27
281.94: 2004-02-03 281.94: 2004-02-03
29* ssl loggin back in as separate module under 1.3 and 2.0 29* ssl loggin back in as separate module under 1.3 and 2.0
30* preparsing of format tags is now done to speed up main logging loop. 30* preparsing of format tags is now done to speed up main logging loop.
31* fixed a nasty bug with pointer arithmetic (ick) that caused a segfault with 31* fixed a nasty bug with pointer arithmetic (ick) that caused a segfault with
32 LogSQLWhichCookies 32 LogSQLWhichCookies
33 33
341.93: 2004-01-20 341.93: 2004-01-20
35* Compiles for apache 1.3 AND 2.0 35* Compiles for apache 1.3 AND 2.0
@@ -37,9 +37,9 @@ CHANGES:
37* split apache version specific includes to seperate header files 37* split apache version specific includes to seperate header files
38* added wrapper defines for apache 1.3 38* added wrapper defines for apache 1.3
39* updated configure m4 scripts to detect both apache versions at the same time 39* updated configure m4 scripts to detect both apache versions at the same time
40 and assign defines as to which version was found. 40 and assign defines as to which version was found.
41* made install default to not activate module in configuration files. 41* made install default to not activate module in configuration files.
42 (use make activate) 42 use make activate instead
43* split SSL logging to separate module (still needs to be finished) 43* split SSL logging to separate module (still needs to be finished)
44 44
451.92: 2004-01-05 451.92: 2004-01-05