diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.11 2002/05/14 21:47:14 helios Exp $ | 1 | $Id: CHANGELOG,v 1.12 2002/05/16 21:35:12 helios Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | TODO: | 4 | TODO: |
@@ -8,7 +8,8 @@ TODO: | |||
8 | * check for mandatory conf directives / syntax quit if not | 8 | * check for mandatory conf directives / syntax quit if not |
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 | 11 | * does determining table name in massvirtual mode upon every request | |
12 | cause performance degradation? If so fix. | ||
12 | 13 | ||
13 | CHANGES: | 14 | CHANGES: |
14 | 15 | ||
@@ -32,6 +33,10 @@ CHANGES: | |||
32 | really dumb, and people have requested this change. | 33 | really dumb, and people have requested this change. |
33 | * Better checking in the extract_cookie routine. Before, it could | 34 | * Better checking in the extract_cookie routine. Before, it could |
34 | segfault if a person specified "c" but didn't define MySQLWhichCookie. | 35 | segfault if a person specified "c" but didn't define MySQLWhichCookie. |
36 | * Some code reorg/renaming for clarity and to support the new direction | ||
37 | of database inspecificity. More to come. | ||
38 | * Simplified error messages. | ||
39 | * Table creation now uses safe_mysql_query and checks the result. | ||
35 | 40 | ||
36 | 41 | ||
37 | 1.16: | 42 | 1.16: |