diff options
author | Edward Rudd | 2004-04-29 21:19:30 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-29 21:19:30 +0000 |
commit | 7c378cc1fac4e9fec1ca32d8d314ea86761a7404 (patch) | |
tree | bc82e7e864ce3978904bc1cb9d9eb6fa52e95dde /CHANGELOG | |
parent | be0fe66bcd84e4660b9dba4c1f1f20a649b66c61 (diff) |
win32 updates and build script
added LogSQLDisablePreserve
set default of preserve file to root_relative logs/mod_log_sql-preserve
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ | |||
1 | 1.98: 2004-04-? | ||
2 | * re-fixed apache.m4 to better detect APR and APU code | ||
3 | * fixed for win32 compilation under apache 2 | ||
4 | * lowered minumum required apache 2 version to 2.0.40 (RH9) | ||
5 | * Added LogSQLDisablePreserve to disable the preserve file. | ||
6 | * Changed default preserve file location to logs/mod_log_sql-preserve | ||
7 | And made LogSQLPreserveFile root relative. | ||
8 | * fixed bug where preserve file wouldn't be created in apache 2 | ||
9 | |||
1 | 1.97: 2004-04-08 | 10 | 1.97: 2004-04-08 |
2 | * fixed apache.m4 to work with apache 2 setups with different include | 11 | * fixed apache.m4 to work with apache 2 setups with different include |
3 | directories for APR and APU then core Apache | 12 | directories for APR and APU then core Apache |