From ef99c3ce5c93a931611bef5532386b57288c14ee Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Sep 2020 07:54:36 +0200 Subject: [PATCH 1/4] 2020.09.1 Changelog --- CHANGELOG | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f64ec6cfeb..b3a72e1967 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,18 @@ -Version 2020.12 (unreleased) +Version 2020.09.1 (2020-09-24) Friendica Core: + Updates to the translations: RU [translation teams] Enhanced forum delivery using attached mention tags [redmatrix] Enhanced code testability [nupplaphil] + Enhanced the Activity Pub relay functionality [annando] Added phpseclib dependency to replace standalone ASN1 library [nupplaphil] + Fixed a bug generating Message-IDs for notification mails [nupplaphil] + + Friendica Addons: + phpmailer: + Fixed a bug that prevented notification mails being send [nupplaphil] + + Closed Issues: + 9142 Version 2020.09 (2020-09-20) Friendica Core: From 922a59fa2a97c8006398a672409af2cf461eb186 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Sep 2020 09:41:33 +0200 Subject: [PATCH 2/4] typo --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index b3a72e1967..464d3af2bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ Version 2020.09.1 (2020-09-24) Friendica Core: Updates to the translations: RU [translation teams] Enhanced forum delivery using attached mention tags [redmatrix] - Enhanced code testability [nupplaphil] + Enhanced code test-ability [nupplaphil] Enhanced the Activity Pub relay functionality [annando] Added phpseclib dependency to replace standalone ASN1 library [nupplaphil] Fixed a bug generating Message-IDs for notification mails [nupplaphil] From 9c1423005619d5eb335007bed79906d0b7ce8b1d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Sep 2020 15:11:58 +0200 Subject: [PATCH 3/4] use dashes, and some more fixed things for the 2020.09-1 release --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 464d3af2bf..a578905c3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,18 +1,21 @@ -Version 2020.09.1 (2020-09-24) +Version 2020.09-1 (2020-09-24) Friendica Core: Updates to the translations: RU [translation teams] Enhanced forum delivery using attached mention tags [redmatrix] Enhanced code test-ability [nupplaphil] + Enhanced character set detection when parsing URLs [MrPetovan] Enhanced the Activity Pub relay functionality [annando] Added phpseclib dependency to replace standalone ASN1 library [nupplaphil] Fixed a bug generating Message-IDs for notification mails [nupplaphil] + Fixed missing uri-ids in the database [annando] + Fixed a display problem with the new re-shares [annando] Friendica Addons: phpmailer: Fixed a bug that prevented notification mails being send [nupplaphil] Closed Issues: - 9142 + 9142, 9264 Version 2020.09 (2020-09-20) Friendica Core: From 0441a8b12fbc7f597de5e80f5e06bb99b1ce0651 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 24 Sep 2020 15:13:33 +0200 Subject: [PATCH 4/4] don't forget the new Nominatim addon --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a578905c3c..d50c3ff65e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -11,6 +11,8 @@ Version 2020.09-1 (2020-09-24) Fixed a display problem with the new re-shares [annando] Friendica Addons: + nominatim: + Added addon to resolve coordinates with OpenStreetmap [annando] phpmailer: Fixed a bug that prevented notification mails being send [nupplaphil]