diff options
author | Edward Rudd | 2004-07-28 18:28:07 +0000 |
---|---|---|
committer | Edward Rudd | 2004-07-28 18:28:07 +0000 |
commit | 9bc98a029d12912bcbfcbcf27823ea3711078013 (patch) | |
tree | 21ce7f9b613ff15935fb5defc08fabcdb65abd78 | |
parent | 17c8a5a5f7d79f44e5a05a96050673be566c4adf (diff) |
updated release date of 1.991.99
added mod_log_sql_dbi.c into distribution
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,11 +1,11 @@ | |||
1 | 1.99: 2004-06-10 | 1 | 1.99: 2004-07-28 |
2 | * Added DBI support (not completed yet) | 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 | * fixed segfault when forcepreserve is set on. |
5 | * 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 | 6 | * On Database connection failure Database errors are printed at ERR loglevel |
7 | instead of debug | 7 | instead of debug |
8 | * forgot to include build-apache(13|2).bat scripts in the distribution | 8 | * included build-apache(13|2).bat scripts in the distribution |
9 | 9 | ||
10 | 1.98: 2004-05-12 | 10 | 1.98: 2004-05-12 |
11 | * re-fixed apache.m4 to better detect APR and APU code | 11 | * re-fixed apache.m4 to better detect APR and APU code |
diff --git a/Makefile.in b/Makefile.in index 7e7ae94..a08ec1b 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -93,7 +93,7 @@ STD_DIST = install-sh \ | |||
93 | config.h.in | 93 | config.h.in |
94 | 94 | ||
95 | DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(coreSOURCES) $(HEADERS) \ | 95 | DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(coreSOURCES) $(HEADERS) \ |
96 | $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbsqlSOURCES) | 96 | $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbiSOURCES) |
97 | 97 | ||
98 | all: $(TARGETS) all-subdirs | 98 | all: $(TARGETS) all-subdirs |
99 | 99 | ||