summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
commite2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch)
treee9576f43acacc69993ab369c0f608cefcedf8ae2 /CHANGELOG
parent5b0927ae5d90380ac043f66787e253b03d218319 (diff)
update apache.m4 to use -with-apxs instead of --with-apache
got SSL support to compile. added Documentation subdirectory.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9769044..c50eb29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
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
@@ -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
19CHANGES: 21CHANGES:
221.92: ?
23* fixed compilation issue with mysql 4.x where mysql_error returns const char *
24* added mysql import script by Aaron Jenson
25
201.91: 2003-12-23 261.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.