From: garvinhicking Date: Tue, 18 Mar 2008 09:09:59 +0000 (+0000) Subject: release X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bbb4e8829e2d372671dac4689291f600d2763aad;p=s9y.git release --- diff --git a/docs/NEWS b/docs/NEWS index a60b8d0..723274e 100644 --- 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 diff --git a/serendipity_config.inc.php b/serendipity_config.inc.php index 49b2cbd..87b90d2 100644 --- a/serendipity_config.inc.php +++ b/serendipity_config.inc.php @@ -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);