diff options
author | Edward Rudd | 2004-03-05 00:30:58 +0000 |
---|---|---|
committer | Edward Rudd | 2004-03-05 00:30:58 +0000 |
commit | 6ad58b7d5c5d0ca53ec644021f0108811bceac4a (patch) | |
tree | 5556cfe9eed0c379b875d38eeac556a32f8b5f6d /CHANGELOG | |
parent | a3d0fadb9bbc2a70cac6d46b768822b1875a1811 (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-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 $ |
2 | 1.96: ? | 2 | 1.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 | ||
16 | 1.95: 2004-02-05 | 18 | 1.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 |