diff options
author | Christopher Powell | 2002-05-24 20:52:39 +0000 |
---|---|---|
committer | Christopher Powell | 2002-05-24 20:52:39 +0000 |
commit | e8f3aec956154276082ca2b6ed40ac4a320c6af0 (patch) | |
tree | 81fab3d8bc27f2c5fa8b7edc93d9126566cbe5dd /CHANGELOG | |
parent | 29329b3e7c68e6af2370968d7900daffa63adb93 (diff) |
More effort toward next release. Now include headers in/out.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,16 +1,17 @@ | |||
1 | $Id: CHANGELOG,v 1.12 2002/05/16 21:35:12 helios Exp $ | 1 | $Id: CHANGELOG,v 1.13 2002/05/24 20:52:39 helios Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | TODO: | 4 | TODO: |
5 | * Full commenting of the code. | ||
6 | * Rethink documentation flow and rewrite? | 5 | * Rethink documentation flow and rewrite? |
7 | * Port connection portion to other DBMS? Genericize the module? Start with PostgreSQL. | 6 | * Port connection portion to other DBMS? Genericize the module? Start with PostgreSQL. |
8 | * check for mandatory conf directives / syntax quit if not | 7 | * check for mandatory conf directives / syntax quit if not |
8 | * GNU autoconf | ||
9 | * merge server config into vh config | 9 | * merge server config into vh config |
10 | * port to Apache 2.x | 10 | * port to Apache 2.x |
11 | * does determining table name in massvirtual mode upon every request | 11 | * does determining table name in massvirtual mode upon every request |
12 | cause performance degradation? If so fix. | 12 | cause performance degradation? If so fix. |
13 | 13 | ||
14 | |||
14 | CHANGES: | 15 | CHANGES: |
15 | 16 | ||
16 | 1.17: | 17 | 1.17: |
@@ -20,6 +21,9 @@ CHANGES: | |||
20 | custom modules that provide loggable info in the notes, e.g. mod_gzip. | 21 | custom modules that provide loggable info in the notes, e.g. mod_gzip. |
21 | A new directive MySQLWhichNotes configures which notes to log to the | 22 | A new directive MySQLWhichNotes configures which notes to log to the |
22 | notes_log table. | 23 | notes_log table. |
24 | * Added capability of logging inbound and outbound headers. New directives | ||
25 | LogSQLWhichHeadersIn and LogSQLWhichHeadersOut configure which headers to | ||
26 | capture. Headers are stored in their own table or tables. | ||
23 | * Fixed potential segfault in preserve file function due to silly pfclose | 27 | * Fixed potential segfault in preserve file function due to silly pfclose |
24 | placement. (Only affected user if the preserve file couldn't | 28 | placement. (Only affected user if the preserve file couldn't |
25 | be opened.) | 29 | be opened.) |
@@ -37,7 +41,10 @@ CHANGES: | |||
37 | of database inspecificity. More to come. | 41 | of database inspecificity. More to come. |
38 | * Simplified error messages. | 42 | * Simplified error messages. |
39 | * Table creation now uses safe_mysql_query and checks the result. | 43 | * Table creation now uses safe_mysql_query and checks the result. |
40 | 44 | * Config directives used to begin with MySQL, now begin with LogSQL. | |
45 | This is for database inspecificity. In your httpd.conf just do | ||
46 | a search-and-replace. | ||
47 | |||
41 | 48 | ||
42 | 1.16: | 49 | 1.16: |
43 | * Moved all the user DEFINEs inside the .c file -- splitting them | 50 | * Moved all the user DEFINEs inside the .c file -- splitting them |