diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 | ||
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 |
@@ -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 | ||
23 | CHANGES: | 23 | CHANGES: |
24 | 1.94: ? | 24 | 1.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 | ||
28 | 1.93: 2004-01-20 | 30 | 1.93: 2004-01-20 |
29 | * Compiles for apache 1.3 AND 2.0 | 31 | * Compiles for apache 1.3 AND 2.0 |