aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG18
-rwxr-xr-xboot.php2
2 files changed, 19 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c3e280963..3c57bd26c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,21 @@
+Hubzilla 3.8.4 (2018-11-14)
+ - Fix xss issue (thanks to Eduardo)
+ - Implement hook in enotify to be used by superblock
+ - Various css fixes
+ - Improve photo cache handling
+ - Provide a function hz_syslog() to log to syslog
+ - Fix request_target in z_post_url()
+ - Fix plural handling for various languages
+ - Some preparatory work for zot6
+ - Fix warning in gallery addon
+ - Fix date issue on xchan photo update in diaspora and pubcrawl addons
+ - Fix typos in startpage addon
+ - Improve activitypub addressing
+ - Fix taxonomy in activitypub direct messages
+ - Fix syntax error in diaspora addon
+ - New e-learning addon flashcards
+
+
Hubzilla 3.8.3 (2018-11-05)
- Do not count likes in forum notifications if likes notifications are disabled
- Fix typo in spanish translation which broke javascript
diff --git a/boot.php b/boot.php
index 612654820..4cd676bcf 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', '3.9.4' );
+define ( 'STD_VERSION', '3.9.5' );
define ( 'ZOT_REVISION', '6.0a' );