diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-03-21 11:01:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-03-21 11:01:01 +0100 |
commit | aab515b16c99543ae173c41a2d62f160353cc0cf (patch) | |
tree | e88b29542802d63f8ec2094c7bbda889216125b6 /CHANGELOG | |
parent | f220628354013233e2fc22939767b2b5597f87c6 (diff) | |
download | volse-hubzilla-aab515b16c99543ae173c41a2d62f160353cc0cf.tar.gz volse-hubzilla-aab515b16c99543ae173c41a2d62f160353cc0cf.tar.bz2 volse-hubzilla-aab515b16c99543ae173c41a2d62f160353cc0cf.zip |
optimize autoload cache and update changelog
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +Hubzilla 4.0.1 (2019-03-21) + - Fix permissions not getting decrypted on follow + - Add option to add a poster to the video bbcode + - Fix SQL performance issue with queries including thr_parent + - Fix share encoding issue between hz and zap + - Fix edge case in unsupported advisory privacy + - Messagefilter enhancements + - Fix XSS issues + - Clone systems apps to the extent possible + - Auto-configure imagick thumbnail binary during setup if possible + - Fix array not unserialized in util/service_class + - Add phpmd and phpcs to composer require-dev for code linting + - Fix issue with email encoding + - Fix signature issue for zot6 content imported from zotfeeds to hubzilla + - Find unregistered z6 clones on hubzilla sites + - Add zot6 to clonable networks + - Add owner permission checks to AS item fetch + - Perform zot6 discovery in import_author_xchan + - Fix authenticated fetches + - Port zot_record_preferred() from zap + + Addons: + - Pubcrawl: deliver comments to abook contacts and thread participants + - Pubcrawl: fix can_comment_on_post() + - Deliverynotice: do not save empty postopts + - Gravatar: fix URL and use z_fetch_url() + - Pubcrawl: improve SQL queries in pubcrawl_item_mod_init() + - Pubcrawl: fix authenticated item fetch + + Hubzilla 4.0 (2019-03-08) - Add CURLOPT_CONNECTTIMEOUT option - Allow parameters as final path argument in API router |