1.1 --- a/public_html/admin/install/lib-install.php Sun Nov 01 09:04:51 2009 +0100
1.2 +++ b/public_html/admin/install/lib-install.php Sun Nov 01 09:20:01 2009 +0100
1.3 @@ -56,7 +56,7 @@
1.4 * This constant defines Geeklog's version number. It will be written to
1.5 * siteconfig.php and the database (in the latter case minus any suffix).
1.6 */
1.7 - define('VERSION', '1.6.1hg');
1.8 + define('VERSION', '1.6.1b1');
1.9 }
1.10 if (!defined('XHTML')) {
1.11 define('XHTML', ' /');
2.1 --- a/public_html/docs/english/changes.html Sun Nov 01 09:04:51 2009 +0100
2.2 +++ b/public_html/docs/english/changes.html Sun Nov 01 09:20:01 2009 +0100
2.3 @@ -34,6 +34,8 @@
2.4 <li>The Migrate option in the install script can now also be applied to an
2.5 existing database (i.e. you don't need to import a database dump to update
2.6 your URLs and paths).</li>
2.7 +<li>The Database Backup admin panel now includes options to optimize the
2.8 + database and convert tables to InnoDB (MySQL only).</li>
2.9 </ul>
2.10
2.11 <h3>Bugfixes</h3>
3.1 --- a/public_html/docs/history Sun Nov 01 09:04:51 2009 +0100
3.2 +++ b/public_html/docs/history Sun Nov 01 09:20:01 2009 +0100
3.3 @@ -1,8 +1,10 @@
3.4 Geeklog History/Changes:
3.5
3.6 -Nov 1, 2009 (1.6.1)
3.7 ------------
3.8 -
3.9 +Nov 1, 2009 (1.6.1b1)
3.10 +-----------
3.11 +
3.12 +- Fixed an old bug that could cause SQL errors when a user changed their "Show
3.13 + & hide boxes" settings [Dirk]
3.14 - Searching by author threw an error on PHP 4 (bug #0001008) [Dirk]
3.15 - Moved the functionality of the toinnodb.php script into the Database Backups
3.16 admin panel [Dirk]