diff options
author | Edward Rudd | 2004-04-07 06:21:24 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-07 06:21:24 +0000 |
commit | 2d71c1472c64bc47348fc4c6337a2e903e2649b3 (patch) | |
tree | ebe00e37210aeb4727314a672b7bcbcb0daa3fdd /CHANGELOG | |
parent | 812bc70dae80637548a0ccfab649f8912a09faf5 (diff) |
Added registration function for database drivers
completely separated mysql driver
added optional server announce (LogSQLAnnouce On)
cleaned up internal names of Database parameters
added code to allow +/- of logged cookies,headers, and notes, as well as remhostignore, request allow and request ignore.
reorganized command_rec again
made bigger not about deprecated commands
updated documentation
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ $Id: CHANGELOG,v 1.18 2004/03/22 20:32:16 urkle Exp $ | |||
2 | ?: ? | 2 | ?: ? |
3 | * fixed apache.m4 to work with apache 2 setups with different include | 3 | * fixed apache.m4 to work with apache 2 setups with different include |
4 | directories for APR and APU then core Apache | 4 | directories for APR and APU then core Apache |
5 | * cleaned up configuration documentation (updated due to deprecated commands) | ||
6 | * LogSQLLoginInfo updated to support a connection URI | ||
7 | * new module "registration" macros to clean up new driver modules | ||
8 | * mysql driver completely separted from core module | ||
5 | 9 | ||
6 | 1.96: 2004-03-04 | 10 | 1.96: 2004-03-04 |
7 | * fixed LogSQLPreserveFile config parameter | 11 | * fixed LogSQLPreserveFile config parameter |