[geeklog-cvs] geeklog: Official support for MySQL 4.1 ended yesterday. It shou...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jan 1 15:56:36 EST 2010


changeset 7567:8a7c59dcccda
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8a7c59dcccda
user: Dirk Haun <dirk at haun-online.de>
date: Fri Jan 01 15:25:20 2010 +0100
description:
Official support for MySQL 4.1 ended yesterday. It should be safe for us to at least stop supporting MySQL 3.23 finally.

diffstat:

 public_html/admin/install/lib-install.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 4da2af0dbb5d -r 8a7c59dcccda public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Thu Dec 31 17:30:19 2009 +0100
+++ b/public_html/admin/install/lib-install.php	Fri Jan 01 15:25:20 2010 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Additional functions for install script.                                  |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2008-2009 by the following authors:                         |
+// | Copyright (C) 2008-2010 by the following authors:                         |
 // |                                                                           |
 // | Authors: Matt West - matt.danger.west AT gmail DOT com                    |
 // |          Dirk Haun - dirk AT haun-online DOT de                           |
@@ -65,7 +65,7 @@
     define('SUPPORTED_PHP_VER', '4.3.0');
 }
 if (!defined('SUPPORTED_MYSQL_VER')) {
-    define('SUPPORTED_MYSQL_VER', '3.23.2');
+    define('SUPPORTED_MYSQL_VER', '4.0.0');
 }
 
 $_REQUEST = array_merge($_GET, $_POST);



More information about the geeklog-cvs mailing list