diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 04f425131e..4ac3767018 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'; $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'] = '20.1.20200716'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200728'; $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 1fea8f3661..5e3a8c1f9e 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,23 @@ +egroupware-docker (20.1.20200728) hardy; urgency=low + + * 4th and probably last 20.1 release candidate + * Login: updated background image with 20.1 highlights + * Calendar: send notifications/meeting requests after responding to user + * InfoLog: implemented push updates and incremental list updates + * Mail/SwoolePush: push notifications for new mails from Dovecot (needs configuration!) + * Mail: fix download attachments as zip + * Mail: open notification email of own domain as popup + * Notifications: show app-specific number of notifications on tab-header + * All apps: success or error messages no longer overwrite each other and new styling + * smallPART: add missing frame-ancestors ContentSecurityPolicy for LTI 1.3 + * Security: allow to configure SameSite cookie attribute (eg. for LTI embeding) + * jDots: fix login page + * InfoLog: add filter by contact to export filters + * Home: fixed loading widgets and stalling calendar + * Mobile: fix missing search in mobile view + + -- Ralf Becker Tue, 28 Jul 2020 11:50:08 +0200 + egroupware-docker (20.1.20200716) hardy; urgency=low * 3rd 20.1 release candidate