diff options
author | Mario <mario@mariovavti.com> | 2020-11-12 08:57:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-12 08:57:51 +0000 |
commit | c879e5de44d8a29fb3d3aa0902f44a85add8ef99 (patch) | |
tree | b3a58d5cf2cbc40e62af1ee2aa8cb089266629d0 | |
parent | 890290fff019f691221a530b0cff01f291b38044 (diff) | |
download | volse-hubzilla-c879e5de44d8a29fb3d3aa0902f44a85add8ef99.tar.gz volse-hubzilla-c879e5de44d8a29fb3d3aa0902f44a85add8ef99.tar.bz2 volse-hubzilla-c879e5de44d8a29fb3d3aa0902f44a85add8ef99.zip |
changelog and version bump
-rw-r--r-- | CHANGELOG | 10 | ||||
-rwxr-xr-x | boot.php | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 @@ -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 ); |