From 43b04bb21b2f227cb48e8a8a50035b284eb9a1cc Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 21 May 2021 17:54:03 +0200 Subject: [PATCH] Changelog for 21.1.20210521 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 380553f004..c503a247e7 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API'; $setup_info['api']['version'] = '21.1'; $setup_info['api']['versions']['current_header'] = '1.29'; // maintenance release in sync with changelog in doc/rpm-build/debian.changes -$setup_info['api']['versions']['maintenance_release'] = '21.1.20210420'; +$setup_info['api']['versions']['maintenance_release'] = '21.1.20210521'; $setup_info['api']['enable'] = 3; $setup_info['api']['app_order'] = 1; $setup_info['api']['license'] = 'GPL'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index 9d39faf704..6ceed4cc06 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,33 @@ +egroupware-docker (21.1.20210521) hardy; urgency=low + + * last 21.1 release candidate incl. new login background, probably identical to release on 25th May + * CalDAV/Calendar: fix broken sync in last RC + * AD: fix account-selection type "groupmembers" caused high load on AD + * AD: fix login always reports "account is expired", if account-selection "group-members" is set for AD + * ADS/LDAP: improve caching of searching/listing + * Infolog: Add info_owner/... merge placeholders + * SmallPART: allow to interactive choose a course and video via LTI 1.3 + * SmallPART: automatic registration from Moodle 3.10+ + * SmallPART: using now ceLTIc/LTI for LTI 1.3 too + * SmallPART: automatic use SameSite=None cookie attribute when embedding via LTI + * SmallPART: fix failed opening of courses from course-list via LTI + * SmallPART: allow to configure "Moodle username" for checking or creating an EGroupware user + * EPL/CTI/Placetel: allow to download preconfigured Windows softphone + * EPL/CTI/Placetel: automatic create API token and enable notify-API + + -- Ralf Becker Fri, 21 May 2021 17:54:03 +0200 + +egroupware-docker (21.1.20210504) hardy; urgency=low + + * 5th and last 21.1 release candidate + * EPL/Placetel: create Placetel users, VoIP destinations and IP devices / autoconfigurable phones from EGroupware + * EPL/Placetel: allow users to reset Placetel password, view SIP credentials and configure function keys / BLF of their phones + * SmallPART: fix wrongly "fixed" regular expression causing eg. Panopto video-url giving an error + * Push: allow setting EGW_MAX_PUSH_USERS to support more then default 1024 user (current/highest usage is reported in logs) + * Login: new icon-bar showcasing available applications (new login image yet to come) + + -- Ralf Becker Tue, 04 May 2021 09:55:21 +0200 + egroupware-docker (21.1.20210420) hardy; urgency=low * 4th and now feature-complete 21.1 pre-release