summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-06 00:32:46 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-06 00:32:46 (GMT)
commit60f9107f5a4e68f6a4f22721cc4f43fb8575807f (patch)
tree28b968c4d2c9587cf9d6d15768ad0f6f5fa0b767 /CHANGELOG
parente2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (diff)
update m4 files
release 1.92
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c50eb29..9660209 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
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
@@ -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
21CHANGES: 21CHANGES:
221.92: ? 221.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
261.91: 2003-12-23 301.91: 2003-12-23
27* Added checks for MySQL to autoconf 31* Added checks for MySQL to autoconf