diff options
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 45 |
1 files changed, 43 insertions, 2 deletions
| @@ -1,14 +1,55 @@ | ||||
| 1 | $Id: CHANGELOG,v 1.8 2002/04/08 06:35:04 helios Exp $ | 1 | $Id: CHANGELOG,v 1.9 2002/04/21 23:01:52 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 | * Port connection portion to other DBMS? Genericize the module? | 7 | * Port connection portion to other DBMS? Genericize the module? Start with PostgreSQL. | |
| 8 | * Fully test create-table | |||
| 9 | * Document new features | |||
| 10 | * preserve and socket configurable in .conf | |||
| 11 | * segfault when mvh on | |||
| 8 | 12 | |||
| 9 | 13 | |||
| 10 | CHANGES: | 14 | CHANGES: | |
| 11 | 15 | |||
| 16 | 1.16: | |||
| 17 | * Moved all the user DEFINEs inside the .c file -- splitting them | |||
| 18 | between the C and the Makefile was getting just too cumbersome. | |||
| 19 | * A new MySQLPreserveFile runtime config directive. In the last | |||
| 20 | version the name of the preserve-file was hardcoded and therefore | |||
| 21 | global across all Apache virtual servers. Now the user can configure | |||
| 22 | this on a per-virthost basis. It defaults to a hardcoded value | |||
| 23 | if the user does not define it. | |||
| 24 | * A new MySQLSocketFile runtime config directive. In the last | |||
| 25 | version the name of the MySQL socket was hardcoded. Now the user | |||
| 26 | can configure this at Apache runtime. However, it is a global | |||
| 27 | setting (set once) just like the rest of the actual database info is. | |||
| 28 | Paul Querna | 2005-04-04 | ||
| | | ||||
| * | working support for a ssl session cache via memcached. | 2004-12-10 | ||
| | | ||||
| * | add check for apr_memcache | 2004-12-09 | ||
| | | ||||
| * | setting proper ignores. | 2004-12-02 | ||
| | | | | | | | | adding an empty cache files trying to fix >16kb writes. | |||
| * | input and output filters | 2004-09-28 | ||
| | | ||||
| * | rename structures. | 2004-09-27 | ||
| | | | | | | | properly prefix all non-static functions with mod_gnutls_ fix build for GnuTLS 1.0.X. (redefine the changed structure names) | |||
| * | break up the IO functions into their own file | 2004-09-27 | ||
