diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.8 2004/01/21 04:34:21 urkle Exp $ | 1 | $Id: CHANGELOG,v 1.9 2004/01/22 05:26:56 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 |
@@ -14,14 +14,17 @@ TODO: | |||
14 | * Directive to yes/no create ancillary tables (or just access table) | 14 | * Directive to yes/no create ancillary tables (or just access table) |
15 | * break module into separate code files | 15 | * break module into separate code files |
16 | separate DB implimentation into sub-modules via provider mechanism | 16 | separate DB implimentation into sub-modules via provider mechanism |
17 | separate module for SSL support | 17 | * convert documentation to docbook |
18 | apache version specific code already split into separate files. | ||
19 | * add document building to Makefile.in | 18 | * add document building to Makefile.in |
20 | * investigate thread safety issues (libmysqlclient_r) | 19 | * investigate thread safety issues (libmysqlclient_r) |
21 | Add thread locks if using standard mysqlclient | 20 | Add thread locks if using standard mysqlclient |
22 | * rewrite main core logging function to optimize for speed. | 21 | * rewrite main core logging function to optimize for speed. |
23 | 22 | ||
24 | CHANGES: | 23 | CHANGES: |
24 | 1.94: ? | ||
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. | ||
27 | |||
25 | 1.93: 2004-01-20 | 28 | 1.93: 2004-01-20 |
26 | * Compiles for apache 1.3 AND 2.0 | 29 | * Compiles for apache 1.3 AND 2.0 |
27 | * split apache version specific functions to seperate header files | 30 | * split apache version specific functions to seperate header files |