aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG10
-rwxr-xr-xboot.php2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0c8498488..6a6292da3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+Hubzilla 5.0.1 (2020-11-12)
+ - Fix share title size
+ - Fix issue where hublocs could get mixed up between different protocols
+
+ Addons
+ - Pubcrawl: implement authenticated profile fetches which are now partly required in mastodon
+ - Sse: call xchan_query() just once per item
+ - Pubcrawl: reject messages where sender is not the author if ld-signature is not ok
+
+
Hubzilla 5.0 (2020-11-05)
- Remove unmaintained and deprecated schemas
- Deprecate HTML5_Parser library
diff --git a/boot.php b/boot.php
index 9045fe9f4..385a34891 100755
--- a/boot.php
+++ b/boot.php
@@ -50,7 +50,7 @@ require_once('include/attach.php');
require_once('include/bbcode.php');
define ( 'PLATFORM_NAME', 'hubzilla' );
-define ( 'STD_VERSION', '5.1.2' );
+define ( 'STD_VERSION', '5.1.3' );
define ( 'ZOT_REVISION', '6.0' );
define ( 'DB_UPDATE_VERSION', 1238 );