summaryrefslogtreecommitdiffstatsabout
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7d9fba0..b0da0a2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
4TODO: 4TODO:
@@ -9,6 +9,13 @@ TODO:
9 9
10CHANGES: 10CHANGES:
11 11
121.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
121.13: 191.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
251.12: 331.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