]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
StatusNet 0.9.4 "Orange Crush"
authorBrion Vibber <brion@pobox.com>
Mon, 16 Aug 2010 17:09:33 +0000 (10:09 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 16 Aug 2010 17:09:33 +0000 (10:09 -0700)
README
lib/common.php

diff --git a/README b/README
index 93b63c2acf6244428c85c8dc7585d169270058c4..e5cb2c933d53f378b7ca4c07f8fd82c10139cba3 100644 (file)
--- a/README
+++ b/README
@@ -2,8 +2,8 @@
 README
 ------
 
-StatusNet 0.9.4beta2
-11 August 2010
+StatusNet 0.9.4 "Orange Crush"
+16 August 2010
 
 This is the README file for StatusNet, the Open Source microblogging
 platform. It includes installation instructions, descriptions of
@@ -88,9 +88,6 @@ For best compatibility with client software and site federation, and a lot of
 bug fixes, it is highly recommended that all public sites upgrade to the new
 version.
 
-Changes from 0.9.4beta1:
-- fix for daemon config switching on multi-site setup
-
 Notable changes this version:
 
 - OpenID and OAuth libraries patched for potential timing attack
index 897d08b77d8bf87c4c831de676a77c18318ba489..097f19268d55398ef14697107c79f48a1811be6d 100644 (file)
@@ -22,7 +22,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
 //exit with 200 response, if this is checking fancy from the installer
 if (isset($_REQUEST['p']) && $_REQUEST['p'] == 'check-fancy') {  exit; }
 
-define('STATUSNET_VERSION', '0.9.4beta2');
+define('STATUSNET_VERSION', '0.9.4');
 define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility
 
 define('STATUSNET_CODENAME', 'Orange Crush');