]> git.mjollnir.org Git - s9y.git/commitdiff
backport
authorgarvinhicking <garvinhicking>
Wed, 29 Aug 2007 19:55:02 +0000 (19:55 +0000)
committergarvinhicking <garvinhicking>
Wed, 29 Aug 2007 19:55:02 +0000 (19:55 +0000)
docs/NEWS
serendipity_config.inc.php

index 21ee616167c10711e95548bf569b3e408d029662..a36313d77319e8b8715a0ac66c4f7258ff133585 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -1,5 +1,11 @@
 # $Id$
 
+Version 1.2.1 ()
+------------------------------------------------------------------------
+
+    * Bulletproof template can now include custom user stylesheets
+      (*_style.css) in the dropdown of a colorset. (garvinhicking)
+
 Version 1.2 (August 26th, 2007)
 ------------------------------------------------------------------------
 
index 8f4a83a53427e6762ed612fb6a76415d4a6d3937..9f468af903e7c43a3a38cff840b0bd8221048c74 100644 (file)
@@ -41,7 +41,7 @@ if (defined('USE_MEMSNAP')) {
 }
 
 // The version string
-$serendipity['version']         = '1.2';
+$serendipity['version']         = '1.2.1';
 
 // 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);