diff options
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 | ||
3 | TODO: | 3 | TODO: |
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: | |||
23 | CHANGES: | 23 | CHANGES: |
24 | 1.95: 2004-02-05 | 24 | 1.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 | ||
28 | 1.94: 2004-02-03 | 28 | 1.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 | ||
34 | 1.93: 2004-01-20 | 34 | 1.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 | ||
45 | 1.92: 2004-01-05 | 45 | 1.92: 2004-01-05 |