summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index eb3bafc..fbe49b5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
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
@@ -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
24CHANGES: 23CHANGES:
241.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
251.93: 2004-01-20 281.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