[geeklog-cvs] geeklog: Updated version numbers

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 11 16:33:34 EDT 2010


changeset 7974:5c2946db2f39
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/5c2946db2f39
user: Dirk Haun <dirk at haun-online.de>
date: Fri Sep 10 13:20:31 2010 +0200
description:
Updated version numbers

diffstat:

 public_html/admin/install/lib-install.php |   2 +-
 public_html/docs/english/install.html     |  10 +++++-----
 public_html/docs/history                  |   9 +++++----
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs (70 lines):

diff -r 26940599bc4c -r 5c2946db2f39 public_html/admin/install/lib-install.php
--- a/public_html/admin/install/lib-install.php	Wed Sep 08 10:03:00 2010 -0400
+++ b/public_html/admin/install/lib-install.php	Fri Sep 10 13:20:31 2010 +0200
@@ -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.7.1hg');
+    define('VERSION', '1.7.1rc1');
 }
 if (!defined('XHTML')) {
     define('XHTML', ' /');
diff -r 26940599bc4c -r 5c2946db2f39 public_html/docs/english/install.html
--- a/public_html/docs/english/install.html	Wed Sep 08 10:03:00 2010 -0400
+++ b/public_html/docs/english/install.html	Fri Sep 10 13:20:31 2010 +0200
@@ -60,7 +60,7 @@
         </li>
         <li>
             <p>Unpack the downloaded tarball file by running: </p>
-            <p><code>tar -zxvf geeklog-1.7.0.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.7.1.tar.gz</code> </p>
             
             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
         </li>
@@ -68,9 +68,9 @@
             <p>Create a blank MySQL or Microsoft SQL database and a user account with privileges to modify it. Your hosting provider may have already set up a database and account for you, contact them if you need assistance with this step.</p>
         </li>
         <li>
-            <p>Place the contents of <code>geeklog-1.7.0/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>
+            <p>Place the contents of <code>geeklog-1.7.1/public_html/</code> into your web root directory on your web server. The web root directory is often named "public_html", "htdocs", or "www".</p>
         
-            <p>Next, place the remaining contents of <code>geeklog-1.7.0/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>
+            <p>Next, place the remaining contents of <code>geeklog-1.7.1/</code> into either the parent directory of your root web directory (recommended) or any other non public folder and the installation wizard will attempt to locate them automatically. If it cannot you will be asked to specify their paths during installation. This is done as a security measure to prevent access to Geeklog system files by Internet users. </p>
             
             <p><strong>Note:</strong> If your hosting provider does not allow you to place files outside of your root web directory:</p>
             <ul>
@@ -108,12 +108,12 @@
         </li>
         <li>
             <p>Unpack the downloaded tarball file by running: </p>
-            <p><code>tar -zxvf geeklog-1.7.0.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.7.1.tar.gz</code> </p>
             
             <p><strong>Note:</strong> Some users have reported that WinZip corrupts certain Geeklog files during decompression. This will cause errors during the installation process. You are strongly urged not to use WinZip. Try <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/">WinRAR</a> if you must decompress the file locally.</p>
         </li>
         <li>
-            <p>Place the contents of <code>geeklog-1.7.0/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
+            <p>Place the contents of <code>geeklog-1.7.1/</code> into the same directory your old installation was located. For instance, if your old Geeklog was in <code>/usr/home/www/geeklog/</code>, then your new installation should also be in <code>/usr/home/www/geeklog/</code>.</p>
         </li>
         <li>Depending on the version you're upgrading from:
             <ul>
diff -r 26940599bc4c -r 5c2946db2f39 public_html/docs/history
--- a/public_html/docs/history	Wed Sep 08 10:03:00 2010 -0400
+++ b/public_html/docs/history	Fri Sep 10 13:20:31 2010 +0200
@@ -1,10 +1,10 @@
 Geeklog History/Changes:
 
-Sep ?, 2010 (1.7.1rc1)
------------
-
-- Themes can now have their own display funtions for the start and end of Blocks. 
-  (Feature #0001188) [Tom]
+Sep 1?, 2010 (1.7.1rc1)
+------------
+
+- Themes can now have their own display funtions for the start and end of
+  Blocks. (Feature #0001188) [Tom]
 - Reverted a change in 1.7.0 that would send a Content-Type header when calling
   COM_refresh since this conflicts with some plugins (e.g. the Forum) [Dirk]
 - Fixed wrong view after posting a comment on a poll (bug #0001080, patch



More information about the geeklog-cvs mailing list