summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-03-05 00:30:58 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-03-05 00:30:58 (GMT)
commit6ad58b7d5c5d0ca53ec644021f0108811bceac4a (patch)
tree5556cfe9eed0c379b875d38eeac556a32f8b5f6d /CHANGELOG
parenta3d0fadb9bbc2a70cac6d46b768822b1875a1811 (diff)
updated compatability header for Apache 1.3
Changed log_error routing for Apache 1.3 to include APLOG_NOERRNO re-added quarter second delay between reconnect and query retry. updated makefile to generate HTML version of docbook docs. added comments to mod_log_sql_mysql.c updated documentation about --with-db-inc configure option
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 06ff1bd..319eb0b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
1$Id: CHANGELOG,v 1.15 2004/03/04 05:41:12 urkle Exp $ 1$Id: CHANGELOG,v 1.16 2004/03/05 00:30:58 urkle Exp $
21.96: ? 21.96: ?
3* fixed LogSQLPreserveFile config parameter 3* fixed LogSQLPreserveFile config parameter
4* reworked safe_create_tables and core SQL insert routine. 4* reworked safe_create_tables and core SQL insert routine.
@@ -12,6 +12,8 @@ $Id: CHANGELOG,v 1.15 2004/03/04 05:41:12 urkle Exp $
12* LogSQLDelayedInserts config option removed 12* LogSQLDelayedInserts config option removed
13* Added DB generic LogSQLDBParam. Usage is LogSQLDBParam param value 13* Added DB generic LogSQLDBParam. Usage is LogSQLDBParam param value
14 example: LogSQLDBParam tcpport 12345 14 example: LogSQLDBParam tcpport 12345
15* notes, cookes, headersin, headersout tables are no longer created unless they
16 are used.
15 17
161.95: 2004-02-05 181.95: 2004-02-05
17* audit and update of extract_* functions to acheive same output as 19* audit and update of extract_* functions to acheive same output as