diff options
author | Edward Rudd | 2004-07-16 01:33:59 +0000 |
---|---|---|
committer | Edward Rudd | 2004-07-16 01:33:59 +0000 |
commit | 197e405e8e8ae8e11bb251305043810c7fa93e4e (patch) | |
tree | c601e247a7073c6385cf739d96de7399c31b5feb /CHANGELOG | |
parent | 21122f1bb734aa00fc14564d801ea9dc4804c793 (diff) |
fixed another segfault related to the mysql escaping function (forcepreserve bug)
included win32 build bat files in distribution
separated -Werror to a configure time option (--enable-maintainer)
update autogen to use autoconf 2.57, aclocal 1.7
included pgsql and dbi module source in distribution.
setup autodetection in configure script for databases.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,9 +1,13 @@ | |||
1 | ?: ? | 1 | 1.99: 2004-06-10 |
2 | * Added DBI support | 2 | * Added DBI support (not completed yet) |
3 | * fixed segfault in the mysql driver escape_string function | 3 | * fixed segfault in the mysql driver escape_string function |
4 | * fixed segfault when forcepreserve is set on. | ||
4 | * switched escape_string driver function to include the string quotes. | 5 | * switched escape_string driver function to include the string quotes. |
6 | * On Database connection failure Database errors are printed at ERR loglevel | ||
7 | instead of debug | ||
8 | * forgot to include build-apache(13|2).bat scripts in the distribution | ||
5 | 9 | ||
6 | 1.98: 2004-04-12 | 10 | 1.98: 2004-05-12 |
7 | * re-fixed apache.m4 to better detect APR and APU code | 11 | * re-fixed apache.m4 to better detect APR and APU code |
8 | * fixed for win32 compilation under apache 2 | 12 | * fixed for win32 compilation under apache 2 |
9 | * lowered minumum required apache 2 version to 2.0.40 (RH9) | 13 | * lowered minumum required apache 2 version to 2.0.40 (RH9) |