[geeklog-hg] geeklog: Some final version number and documentation updates

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 30 04:17:25 EST 2012


changeset 8899:e63ec3e67704
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e63ec3e67704
user: Dirk Haun <dirk at haun-online.de>
date: Sun Dec 30 10:15:08 2012 +0100
description:
Some final version number and documentation updates

diffstat:

 public_html/docs/english/install.html |  10 +++++-----
 public_html/docs/history              |   4 ++--
 public_html/siteconfig.php.dist       |   2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r 7437b61268a9 -r e63ec3e67704 public_html/docs/english/install.html
--- a/public_html/docs/english/install.html	Fri Dec 28 15:11:16 2012 +0100
+++ b/public_html/docs/english/install.html	Sun Dec 30 10:15:08 2012 +0100
@@ -60,7 +60,7 @@
         </li>
         <li>
             <p>Unpack the downloaded tarball file by running: </p>
-            <p><code>tar -zxvf geeklog-1.8.0.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.8.2.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, PostgreSQL, 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.8.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.8.2/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.8.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.8.2/</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.8.0.tar.gz</code> </p>
+            <p><code>tar -zxvf geeklog-1.8.2.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.8.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.8.2/</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 7437b61268a9 -r e63ec3e67704 public_html/docs/history
--- a/public_html/docs/history	Fri Dec 28 15:11:16 2012 +0100
+++ b/public_html/docs/history	Sun Dec 30 10:15:08 2012 +0100
@@ -1,6 +1,6 @@
 Geeklog History/Changes:
 
-Dec ??, 2012 (1.8.2)
+Dec 30, 2012 (1.8.2)
 ------------
 
 - A remote service user now bypasses current password check when account is
@@ -9,7 +9,7 @@
   #0001497) [Tom]
 - $dbconfig_path was not escaped in the install script (bug #0001457, patch
   provided by mystral-kk)
-- COM_stripslashes will now handle arrays; this was problem during
+- COM_stripslashes will now handle arrays; this was a problem during
   re-authentication after a security token expired (bug #0001413) [suprsidr]
 - The comment count for a story could be wrong if there was a different object
   with the same id and a comment (bug #0001414) [Tom]
diff -r 7437b61268a9 -r e63ec3e67704 public_html/siteconfig.php.dist
--- a/public_html/siteconfig.php.dist	Fri Dec 28 15:11:16 2012 +0100
+++ b/public_html/siteconfig.php.dist	Sun Dec 30 10:15:08 2012 +0100
@@ -38,7 +38,7 @@
   define('LB',"\n");
 }
 if (!defined('VERSION')) {
-  define('VERSION', '1.8.1');
+  define('VERSION', '1.8.2');
 }
 
 ?>



More information about the geeklog-cvs mailing list