diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.13 2002/05/24 20:52:39 helios Exp $ | 1 | $Id: CHANGELOG,v 1.14 2002/06/27 20:09:17 helios Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | TODO: | 4 | TODO: |
@@ -10,6 +10,9 @@ TODO: | |||
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 | * LogSQLRotateLogs directive with daily/monthly/weekly/etc. | ||
14 | * new format char: IP as bigint? | ||
15 | * socket-based middleman daemon with configurable conns? | ||
13 | 16 | ||
14 | 17 | ||
15 | CHANGES: | 18 | CHANGES: |
@@ -44,7 +47,18 @@ CHANGES: | |||
44 | * Config directives used to begin with MySQL, now begin with LogSQL. | 47 | * Config directives used to begin with MySQL, now begin with LogSQL. |
45 | This is for database inspecificity. In your httpd.conf just do | 48 | This is for database inspecificity. In your httpd.conf just do |
46 | a search-and-replace. | 49 | a search-and-replace. |
47 | 50 | * More robust table-creation code with error checking. [The race condition | |
51 | that several users have reported may still exist, but this will go a long | ||
52 | way toward debugging the condition.] | ||
53 | * Fixed bug whereby a MySQL connection was abandoned on reopen; the old | ||
54 | connection is now properly closed first. | ||
55 | * Minor: remind user not to set createtables when massvirtual is on. | ||
56 | * If Apache started but MySQL was unavailable, the module would do | ||
57 | everything it was supposed to (preserve entries, etc.) but not notify | ||
58 | the sysadmin. Added a log message to alert sysadmin if MySQL is | ||
59 | unreachable at startup. | ||
60 | * Migrated to the Artistic License (as used by Perl). | ||
61 | |||
48 | 62 | ||
49 | 1.16: | 63 | 1.16: |
50 | * Moved all the user DEFINEs inside the .c file -- splitting them | 64 | * Moved all the user DEFINEs inside the .c file -- splitting them |
@@ -87,7 +101,7 @@ CHANGES: | |||
87 | * Reduced sleep time on a retry to 1/4 second from 1/2 second. | 101 | * Reduced sleep time on a retry to 1/4 second from 1/2 second. |
88 | * Confirmed that this module will compile with -pedantic ... but not | 102 | * Confirmed that this module will compile with -pedantic ... but not |
89 | with -ansi. :-) | 103 | with -ansi. :-) |
90 | 104 | ||
91 | 105 | ||
92 | 1.15: | 106 | 1.15: |
93 | * Vastly improved error reporting is a lot clearer about lost db | 107 | * Vastly improved error reporting is a lot clearer about lost db |