[geeklog-cvs] geeklog: Update documentation + version number

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 1 03:32:35 EST 2009


changeset 7427:7915c1f5f403
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7915c1f5f403
user: Dirk Haun <dirk at haun-online.de>
date: Sun Nov 01 09:20:01 2009 +0100
description:
Update documentation + version number

diffstat:

 public_html/admin/install/lib-install.php |  2 +-
 public_html/docs/english/changes.html     |  2 ++
 public_html/docs/history                  |  7 +++++--
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 1a195ed188fe -r 7915c1f5f403 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Sun Nov 01 09:04:51 2009 +0100
+++ b/public_html/admin/install/lib-install.php	Sun Nov 01 09:20:01 2009 +0100
@@ -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.6.1hg');
+    define('VERSION', '1.6.1b1');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r 1a195ed188fe -r 7915c1f5f403 public_html/docs/english/changes.html
--- a/public_html/docs/english/changes.html	Sun Nov 01 09:04:51 2009 +0100
+++ b/public_html/docs/english/changes.html	Sun Nov 01 09:20:01 2009 +0100
@@ -34,6 +34,8 @@
 <li>The Migrate option in the install script can now also be applied to an
     existing database (i.e. you don't need to import a database dump to update
     your URLs and paths).</li>
+<li>The Database Backup admin panel now includes options to optimize the
+    database and convert tables to InnoDB (MySQL only).</li>
 </ul>
 
 <h3>Bugfixes</h3>
diff -r 1a195ed188fe -r 7915c1f5f403 public_html/docs/history
--- a/public_html/docs/history	Sun Nov 01 09:04:51 2009 +0100
+++ b/public_html/docs/history	Sun Nov 01 09:20:01 2009 +0100
@@ -1,8 +1,10 @@
 Geeklog History/Changes:
 
-Nov 1, 2009 (1.6.1)
------------
-
+Nov 1, 2009 (1.6.1b1)
+-----------
+
+- Fixed an old bug that could cause SQL errors when a user changed their "Show
+  & hide boxes" settings [Dirk]
 - Searching by author threw an error on PHP 4 (bug #0001008) [Dirk]
 - Moved the functionality of the toinnodb.php script into the Database Backups
   admin panel [Dirk]



More information about the geeklog-cvs mailing list