diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,14 +1,27 @@ | |||
1 | $Id: CHANGELOG,v 1.6 2002/02/24 20:17:16 helios Exp $ | 1 | $Id: CHANGELOG,v 1.7 2002/04/02 20:19:30 helios Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | TODO: | 4 | TODO: |
5 | * Full commenting of the code. | 5 | * Full commenting of the code. |
6 | * Rethink documentation flow and rewrite? | 6 | * Rethink documentation flow and rewrite? |
7 | * Message queueing during server downtime? | 7 | * Config directives for proxy clients |
8 | * Port connection portion to other DBMS? Genericize the module? | ||
8 | 9 | ||
9 | 10 | ||
10 | CHANGES: | 11 | CHANGES: |
11 | 12 | ||
13 | 1.15: | ||
14 | * Vastly improved error reporting is a lot clearer about lost db | ||
15 | connections, etc. Some unreachable code has been corrected. | ||
16 | * The way that query-retries and openlink-retries are handled has | ||
17 | been tweaked and improved. | ||
18 | * Missed database entries are now preserved for later inclusion. This | ||
19 | file is not held open but is closed after each use, so it's safe | ||
20 | to delete while Apache is running. | ||
21 | * Now each child instantiates its MySQL link upon birth rather than | ||
22 | waiting for its first request. | ||
23 | |||
24 | |||
12 | 1.14: | 25 | 1.14: |
13 | * Improved the apxs instructions based on user feedback, including the | 26 | * Improved the apxs instructions based on user feedback, including the |
14 | mysql.sock define issue. | 27 | mysql.sock define issue. |