From c7142c96e0e8f334feec244fc5fec387c56de47f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 20 Apr 2021 17:51:50 +0200 Subject: [PATCH] Changelog for 21.1.20210420 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 13e8e5826d..38662ff8b4 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'] = '20.1.003'; $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.20210406'; +$setup_info['api']['versions']['maintenance_release'] = '21.1.20210420'; $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 6d31c16bc2..9d39faf704 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,21 @@ +egroupware-docker (21.1.20210420) hardy; urgency=low + + * 4th and now feature-complete 21.1 pre-release + * EPL: new application firewall allowing to restrict login based on IP address, time, user or group-membership and 2-Factor-Auth + * EPL/Kanban: allow to collapse, expand and move columns and swimlanes + * Login: new start animation / throbber + * SAML/Shibboleth: update phpSimpleSAML to 1.19.0 to support Shibboleth v4.0 + * SAML/Shibboleth: fix metadata-URL to container eduPersonUniqueId or a custom OID, if specified + * SAML/Shibboleth: fix not stored custome OID and added eduPersonUniqueId + * Calendar: Fix quick-add did not pass changes to start time on to edit dialog + * Calendar: Fix missing line breaks in event tooltip + * Timesheet: Fix created was overlapping with status + * CalDAV/CardDAV: fix freebusy-URL for users and support basic auth with regular user credentials too + * Mail: fix losing inline images after being re-saved as draft or created as new + * All apps: many small fixes and improved PHP 8.0 support + + -- Ralf Becker Tue, 20 Apr 2021 17:51:50 +0200 + egroupware-docker (21.1.20210406) hardy; urgency=low * 3rd 21.1 pre-release using PHP 7.4 by default