]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Version bump to 1.1.3 since conversation tracking
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 16:12:36 +0000 (17:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Nov 2014 16:12:36 +0000 (17:12 +0100)
README.md
lib/framework.php

index c705dd54125d6b3985a1ae422f1c0f5176921e00..0bf73ae44cc051f6156dd38ec7e5829595852cbd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Upgrades from _StatusNet_ 1.1.1 will also experience these improvements:
 - More robust handling of errors in distribution.
 - Fix error in OStatus subscription for remote groups.
 - Fix error in XMPP distribution.
-
+- Tracking of conversation URI metadata (more coherent convos)
 
 ### Troubleshooting
 
index 379da9692c22d2f09a719842d06ca04d71b7f994..d597a8d40d3380ed0dde2c4464942c06730dcb46 100644 (file)
@@ -22,7 +22,7 @@ if (!defined('GNUSOCIAL')) { exit(1); }
 define('GNUSOCIAL_ENGINE', 'GNU social');
 define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
 
-define('GNUSOCIAL_BASE_VERSION', '1.1.2');
+define('GNUSOCIAL_BASE_VERSION', '1.1.3');
 define('GNUSOCIAL_LIFECYCLE', 'alpha1'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
 
 define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);