Merge remote-tracking branch 'origin/master'

This commit is contained in:
Evan Prodromou 2012-07-04 13:22:58 -04:00
commit 24ecb42f0e
3 changed files with 4 additions and 3 deletions

4
README
View File

@ -2,8 +2,8 @@
README
------
StatusNet 1.1.0-alpha1
3 October 2011
StatusNet 1.1.0
2 July 2012
This is the README file for StatusNet, the Open Source social
networking platform. It includes general information about the

View File

@ -20,7 +20,7 @@
if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
define('STATUSNET_BASE_VERSION', '1.1.0');
define('STATUSNET_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('STATUSNET_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
define('STATUSNET_VERSION', STATUSNET_BASE_VERSION . '-' . STATUSNET_LIFECYCLE);
define('LACONICA_VERSION', STATUSNET_VERSION); // compatibility

View File

@ -253,6 +253,7 @@ class RealtimePlugin extends Plugin
list($action, $arg1, $arg2) = $path;
$channels = Realtime_channel::getAllChannels($action, $arg1, $arg2);
$this->log(LOG_INFO, sprintf(_("%d candidate channels for notice %d"), $notice->id));
foreach ($channels as $channel) {