]> git.mjollnir.org Git - s9y.git/commitdiff
release
authorgarvinhicking <garvinhicking>
Tue, 18 Mar 2008 09:09:59 +0000 (09:09 +0000)
committergarvinhicking <garvinhicking>
Tue, 18 Mar 2008 09:09:59 +0000 (09:09 +0000)
docs/NEWS
serendipity_config.inc.php

index a60b8d0ee9898332e19357bc5bc4dce2c98f0dc7..723274e3b2ffe845e3556f73cbebe200cb02be98 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,6 +1,13 @@
 # $Id$
 
-Version 1.3 ()
+Version 1.4 ()
+------------------------------------------------------------------------
+
+    * Add new config option to entryproperties plugin to not use
+      extensive joins to save performance in cases where no ACLs
+      need to be evaluated. (garvinhicking)
+
+Version 1.3 (March 18th, 2008)
 ------------------------------------------------------------------------
 
     * Added "Google Reader" option to syndication plugin, by Adam
@@ -17,7 +24,7 @@ Version 1.3 ()
     * Allow to submit comments to future entries, when showing
       future entries is enabled (garvinhicking)      
 
-Version 1.3-beta1 (February 25th)
+Version 1.3-beta1 (February 25th, 2008)
 ------------------------------------------------------------------------
 
     * Fix sidebar plugin for the author's list to not include counting
index 49b2cbd948e8f3c74a0e69a31fa068fee666c9bc..87b90d2de0fdb0644c6ef4cec348ac5a068a59fa 100644 (file)
@@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.3-beta2';
+$serendipity['version']         = '1.4-alpha1';
 
 // Setting this to 'false' will enable debugging output. All alpa/beta/cvs snapshot versions will emit debug information by default. To increase the debug level (to enable Smarty debugging), set this flag to 'debug'.
 $serendipity['production']      = (preg_match('@\-(alpha|beta|cvs)@', $serendipity['version']) ? false : true);