Changelog for 20.1.20200728

This commit is contained in:
Ralf Becker 2020-07-28 11:50:08 +02:00
parent 3898e13c65
commit 4750db5a87
2 changed files with 21 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '20.1'; $setup_info['api']['version'] = '20.1';
$setup_info['api']['versions']['current_header'] = '1.29'; $setup_info['api']['versions']['current_header'] = '1.29';
// maintenance release in sync with changelog in doc/rpm-build/debian.changes // 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']['enable'] = 3;
$setup_info['api']['app_order'] = 1; $setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL'; $setup_info['api']['license'] = 'GPL';

View File

@ -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 <rb@egroupware.org> Tue, 28 Jul 2020 11:50:08 +0200
egroupware-docker (20.1.20200716) hardy; urgency=low egroupware-docker (20.1.20200716) hardy; urgency=low
* 3rd 20.1 release candidate * 3rd 20.1 release candidate