diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.4 2004/01/04 03:23:21 urkle Exp $ | 1 | $Id: CHANGELOG,v 1.5 2004/01/06 00:32:46 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 |
@@ -13,15 +13,19 @@ TODO: | |||
13 | * Directive to yes/no create ancillary tables (or just access table) | 13 | * Directive to yes/no create ancillary tables (or just access table) |
14 | * break module into separate code files | 14 | * break module into separate code files |
15 | separate DB implimentation into sub-modules via provider mechanism | 15 | separate DB implimentation into sub-modules via provider mechanism |
16 | separate module for SSL support | ||
16 | * add document building to Makefile.in | 17 | * add document building to Makefile.in |
17 | * backport patch for apache 1.3 | 18 | * backport patch for apache 1.3 |
18 | * investigate thread safety issues (libmysqlclient_r) | 19 | * investigate thread safety issues (libmysqlclient_r) |
19 | * Get SSL logging working with apache 2.0 | ||
20 | 20 | ||
21 | CHANGES: | 21 | CHANGES: |
22 | 1.92: ? | 22 | 1.92: 2004-01-05 |
23 | * fixed compilation issue with mysql 4.x where mysql_error returns const char * | 23 | * fixed compilation issue with mysql 4.x where mysql_error returns const char * |
24 | * added mysql import script by Aaron Jenson | 24 | * Have SSL support compiling (though not really tested) |
25 | * updated configure macros to detect mod_ssl.h | ||
26 | * configure now uses --with-apxs instead of --with-apache | ||
27 | * Added documentation from 1.19b (needs to be update) | ||
28 | * Fixed an issue with dependencies in Makefile.in | ||
25 | 29 | ||
26 | 1.91: 2003-12-23 | 30 | 1.91: 2003-12-23 |
27 | * Added checks for MySQL to autoconf | 31 | * Added checks for MySQL to autoconf |