[geeklog-hg] geeklog: Set minimum required MySQL version to 4.1.2 (cf. bugs #...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Dec 22 05:12:09 EST 2012


changeset 8894:e9aa7be82cea
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e9aa7be82cea
user: Dirk Haun <dirk at haun-online.de>
date: Sat Dec 08 16:55:19 2012 +0100
description:
Set minimum required MySQL version to 4.1.2 (cf. bugs #0001410, #0001456);
Set Geeklog version number to 1.8.2

diffstat:

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

diffs (30 lines):

diff -r 2f6a2bf694ce -r e9aa7be82cea public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Mon Oct 22 12:23:31 2012 -0400
+++ b/public_html/admin/install/lib-install.php	Sat Dec 08 16:55:19 2012 +0100
@@ -8,7 +8,7 @@
 // |                                                                           |
 // | Additional functions for install script.                                  |
 // +---------------------------------------------------------------------------+
-// | Copyright (C) 2008-2011 by the following authors:                         |
+// | Copyright (C) 2008-2012 by the following authors:                         |
 // |                                                                           |
 // | Authors: Matt West - matt.danger.west AT gmail DOT com                    |
 // |          Dirk Haun - dirk AT haun-online DOT de                           |
@@ -56,7 +56,7 @@
     * This constant defines Geeklog's version number. It will be written to
     * siteconfig.php and the database (in the latter case minus any suffix).
     */
-    define('VERSION', '1.8.1');
+    define('VERSION', '1.8.2');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
@@ -65,7 +65,7 @@
     define('SUPPORTED_PHP_VER', '5.2.0');
 }
 if (!defined('SUPPORTED_MYSQL_VER')) {
-    define('SUPPORTED_MYSQL_VER', '4.0.18');
+    define('SUPPORTED_MYSQL_VER', '4.1.2');
 }
 
 $_REQUEST = array_merge($_GET, $_POST);



More information about the geeklog-cvs mailing list