summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-20 19:38:08 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-20 19:38:08 (GMT)
commitccd1b379bfc208c34ad61fc42cac4a797af6d153 (patch)
tree572f08ed678630b4244010aadf2a7305f7c98d8a /CHANGELOG
parent40f0c8fe04858acd724d6221dbf8a357259e5d6b (diff)
moved extract_* functions to functions.h (version specific in functions(13|20).h)
moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ffb512a..5b30bcb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.6 2004/01/20 16:27:34 urkle Exp $ 1$Id: CHANGELOG,v 1.7 2004/01/20 19:38:07 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
@@ -28,6 +28,7 @@ CHANGES:
28* updated configure m4 scripts to detect both apache versions at the same time 28* updated configure m4 scripts to detect both apache versions at the same time
29 and assign defines as to which version was found. 29 and assign defines as to which version was found.
30* made install default to not activate module in configuration files. 30* made install default to not activate module in configuration files.
31 (use make activate)
31 32
321.92: 2004-01-05 331.92: 2004-01-05
33* fixed compilation issue with mysql 4.x where mysql_error returns const char * 34* fixed compilation issue with mysql 4.x where mysql_error returns const char *