diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.3 2003/12/23 19:49:55 urkle Exp $ | 1 | $Id: CHANGELOG,v 1.4 2004/01/04 03:23:21 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 |
@@ -15,8 +15,14 @@ TODO: | |||
15 | separate DB implimentation into sub-modules via provider mechanism | 15 | separate DB implimentation into sub-modules via provider mechanism |
16 | * add document building to Makefile.in | 16 | * add document building to Makefile.in |
17 | * backport patch for apache 1.3 | 17 | * backport patch for apache 1.3 |
18 | * investigate thread safety issues (libmysqlclient_r) | ||
19 | * Get SSL logging working with apache 2.0 | ||
18 | 20 | ||
19 | CHANGES: | 21 | CHANGES: |
22 | 1.92: ? | ||
23 | * fixed compilation issue with mysql 4.x where mysql_error returns const char * | ||
24 | * added mysql import script by Aaron Jenson | ||
25 | |||
20 | 1.91: 2003-12-23 | 26 | 1.91: 2003-12-23 |
21 | * Added checks for MySQL to autoconf | 27 | * Added checks for MySQL to autoconf |
22 | * fixed merge code to work correctly. | 28 | * fixed merge code to work correctly. |