]> git.mjollnir.org Git - s9y.git/commitdiff
version increment
authorgarvinhicking <garvinhicking>
Fri, 1 Dec 2006 08:01:17 +0000 (08:01 +0000)
committergarvinhicking <garvinhicking>
Fri, 1 Dec 2006 08:01:17 +0000 (08:01 +0000)
docs/NEWS
serendipity_config.inc.php

index 97455df02559d50053e7f1c03175cf6fcfaee91f..4789a62ea22189bbfb4a570fa381dd02b1d0ffe6 100644 (file)
--- a/docs/NEWS
+++ b/docs/NEWS
@@ -357,6 +357,9 @@ Version 1.0.4 (December 1st, 2006)
      register_globals=on AND missing .htaccess for restricting access to
      .inc.php files. (garvinhicking)
 
+   * Fixed problem in trackbacks using a formatted link (like through
+     trackexits plugin) to trackback to instead of the real one
+        
 Version 1.0.3 (November 7th, 2006)
 ------------------------------------------------------------------------
 
index 40489d88b74279de9ebacb414183bd1f5a261be6..22759c6d0229d9a191572fa57ce951115fd06ebf 100644 (file)
@@ -31,7 +31,7 @@ if (IS_installed === true && !defined('IN_serendipity')) {
 include(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
 
 // The version string
-$serendipity['version']         = '1.1-beta5';
+$serendipity['version']         = '1.1-beta6';
 
 // 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);