From 9bc98a029d12912bcbfcbcf27823ea3711078013 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Wed, 28 Jul 2004 18:28:07 +0000 Subject: updated release date of 1.99 added mod_log_sql_dbi.c into distribution --- diff --git a/CHANGELOG b/CHANGELOG index bdbe8bc..9bcc20a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,11 @@ -1.99: 2004-06-10 +1.99: 2004-07-28 * Added DBI support (not completed yet) * fixed segfault in the mysql driver escape_string function * fixed segfault when forcepreserve is set on. * switched escape_string driver function to include the string quotes. * On Database connection failure Database errors are printed at ERR loglevel instead of debug -* forgot to include build-apache(13|2).bat scripts in the distribution +* included build-apache(13|2).bat scripts in the distribution 1.98: 2004-05-12 * 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 \ config.h.in DISTFILES = $(STD_DIST) $(EXTRA_DIST) $(coreSOURCES) $(HEADERS) \ - $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbsqlSOURCES) + $(sslSOURCES) $(mysqlSOURCES) $(pgsqlSOURCES) $(dbiSOURCES) all: $(TARGETS) all-subdirs -- cgit v0.9.2