diff options
author | Christopher Powell | 2002-02-24 20:17:16 +0000 |
---|---|---|
committer | Christopher Powell | 2002-02-24 20:17:16 +0000 |
commit | 175ec1e3bee79b081e1d5ef999a5ee82714bbe9b (patch) | |
tree | 6f8535a717accabc77c4ba104f5a3b0014d4769d /CHANGELOG | |
parent | ec06ba32ef1bfb3de7fd87ddc9c43468d5f5684e (diff) |
Minor but significant updates to the instructions for apxs users.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | $Id: CHANGELOG,v 1.5 2002/01/15 18:40:14 helios Exp $ | 1 | $Id: CHANGELOG,v 1.6 2002/02/24 20:17:16 helios Exp $ |
2 | 2 | ||
3 | 3 | ||
4 | TODO: | 4 | TODO: |
@@ -9,6 +9,13 @@ TODO: | |||
9 | 9 | ||
10 | CHANGES: | 10 | CHANGES: |
11 | 11 | ||
12 | 1.14: | ||
13 | * Improved the apxs instructions based on user feedback, including the | ||
14 | mysql.sock define issue. | ||
15 | * Corrected the INSTALL example directives to the new format. | ||
16 | * Some improvements to 'make distro' | ||
17 | |||
18 | |||
12 | 1.13: | 19 | 1.13: |
13 | 20 | ||
14 | * Now use ap_get_server_name() in extract_virtual_host() to fix the | 21 | * Now use ap_get_server_name() in extract_virtual_host() to fix the |
@@ -22,6 +29,7 @@ CHANGES: | |||
22 | machine and is ignored in that case (although it still must be defined | 29 | machine and is ignored in that case (although it still must be defined |
23 | for the connect to work). | 30 | for the connect to work). |
24 | 31 | ||
32 | |||
25 | 1.12: | 33 | 1.12: |
26 | 34 | ||
27 | * Added a mysql_close() call to get rid of those annoying MySQL | 35 | * Added a mysql_close() call to get rid of those annoying MySQL |