diff options
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 |