From a98d10e800ef4efa7d5df88e40c2af7883823737 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Mon, 14 Sep 2015 15:22:41 +0200 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 257a2868e3..e37f45a87c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,45 @@ +Version 3.4.2 + + Updates to the documentation (tobias, silke, annando) + Updates to the translations (tobiasd & translation teams) + Updates to themes frost-mobile, vier, duepuntozero, quattro (annando, tobiasd) + Enancements of the communications via OStatus and Diaspora protocols (annando) + Option to automatically follow OStatus contacts was moved from addon to the core (annando) + Add tool to import OStatus contacts from an old account (annando) + SALMON slaps with OStatus were reworked (annando) + fFx for saving searches (rabuzarus) + Fix separation of list items in contact editor (issue #1747) (tobiasd) + When a picture is uploaded, "don't send a note about this new picture" is now the default behaviour (tobiasd) + Show profile url in contact-edit overview listing (issue #1745) (tobiasd) + The vagrant VM usage was changed so that the "installation" is now done automatically on the first run. Example users are automatically put into the database (silke) + Buttons to insert images or attachment to a post use a popup browser to select a previously uploaded item or upload a new one (fabrixxm, rabuzarus) + Improvements in contact handling (annando) + Friendica node can now query other nodes about their users and the contact lists (annando) + Contact recommendation is done only for recently active users (annando) + Admins can opt for search the local DB for contacts instead of the global directory (annando) + The global directory is queried in the background to update local DB and improve similar searches in the future. (annando) + By communication over the Diaspora protocol, red#matrix sources are now correctly identified, hubzilla is detected (annando) + Adopt limitation of usage of "-" in username to avoid conflicts with GNU Social and Diaspora (annando) + Option to automatically follow OStatus contacts was moved from addon to the core (annando) + The [url] tag now also suppots ftp, mailto, gopher links (annando) + An "inspect queue" module was added to the admin panel (tobiasd) + Fix some missing SQL data escapes (fabrixxm) + Improved the accessability of the web UI for better screen reader compatibility (annando) + Added access keys (annando) + Support for the public relay server of Diaspora (annando) + Support for the new nodeinfo protocol (predecessor of current statistics.json), addon deprecated as functionality has been moved in core (annando) + Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando) + Show more information on contact request page (issue #1739) (annando) + Support for newer versions of the Twidere client was enhanced (annando) + Support for inline [code] tag usage (fabrixxm) + Fix login form in aside (issue #1348) (annando) + Show both url-style and webfinger-style identity address in profile (issue #1621) (tobiasd) + Add button to reload all active plugins in admin plugins page to ensure new hooks are used (fabrixxm) + Make the hardcoded path to global directory configurable (annando) + Change default directory to dir.friendi.ca (annando) + Improve cache system with granular expire time (annando) + Remove oohembed code (issue #1855) (annando) + Version 3.4.1 Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm) From 7affbba05535b288d8044b7efcd7e79d1ee226ca Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Mon, 14 Sep 2015 17:31:13 +0200 Subject: [PATCH 2/3] Fix CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e37f45a87c..01ae443d3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,7 +7,7 @@ Version 3.4.2 Option to automatically follow OStatus contacts was moved from addon to the core (annando) Add tool to import OStatus contacts from an old account (annando) SALMON slaps with OStatus were reworked (annando) - fFx for saving searches (rabuzarus) + Fix for saving searches (rabuzarus) Fix separation of list items in contact editor (issue #1747) (tobiasd) When a picture is uploaded, "don't send a note about this new picture" is now the default behaviour (tobiasd) Show profile url in contact-edit overview listing (issue #1745) (tobiasd) @@ -27,7 +27,7 @@ Version 3.4.2 Improved the accessability of the web UI for better screen reader compatibility (annando) Added access keys (annando) Support for the public relay server of Diaspora (annando) - Support for the new nodeinfo protocol (predecessor of current statistics.json), addon deprecated as functionality has been moved in core (annando) + Support for the new nodeinfo protocol (successor of current statistics.json), addon deprecated as functionality has been moved in core (annando) Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando) Show more information on contact request page (issue #1739) (annando) Support for newer versions of the Twidere client was enhanced (annando) From 8086a21b373a53fcbb0c448e218cc63601cfa03e Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 16 Sep 2015 16:59:14 +0200 Subject: [PATCH 3/3] Fix CHANGELOG --- CHANGELOG | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 01ae443d3c..df571e5528 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -20,14 +20,13 @@ Version 3.4.2 The global directory is queried in the background to update local DB and improve similar searches in the future. (annando) By communication over the Diaspora protocol, red#matrix sources are now correctly identified, hubzilla is detected (annando) Adopt limitation of usage of "-" in username to avoid conflicts with GNU Social and Diaspora (annando) - Option to automatically follow OStatus contacts was moved from addon to the core (annando) The [url] tag now also suppots ftp, mailto, gopher links (annando) An "inspect queue" module was added to the admin panel (tobiasd) Fix some missing SQL data escapes (fabrixxm) - Improved the accessability of the web UI for better screen reader compatibility (annando) + Improved the accessibility of the web UI for better screen reader compatibility (annando) Added access keys (annando) Support for the public relay server of Diaspora (annando) - Support for the new nodeinfo protocol (successor of current statistics.json), addon deprecated as functionality has been moved in core (annando) + Support for the new nodeinfo protocol (successor of current statistics.json), addon deprecated as functionality has been moved into the core (annando) Fix issue with moved Friendica profiles and Diaspora communication (issue #1491) (annando) Show more information on contact request page (issue #1739) (annando) Support for newer versions of the Twidere client was enhanced (annando)