diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 5348a377a7..18c45eef61 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.20200812'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200818'; $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 8d049aeea1..c7a203cee2 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-docker (20.1.20200818) hardy; urgency=low + + * All apps: fix last rows was removed when adding new entry to list with only a couple of rows + * Mail: fix not working push with Dovecot 2.2 caused by different case in event-type compared to 2.3 + * Mail: fix not shown folder tree for some Cyrus servers + * InfoLog: fix list not allways refreshed via push, caused by insufficient ACL implementation on client-side + * Calendar/Resources: do NOT try to notify a not set resource responsible + * Calendar/CalDAV: config to replace email-domain eg. for a migration + * Timesheet: fix list not always refreshed via push, caused by owner filter + * File Sharing: fix broken file sharing dialog + * Filemanager: Fix broken drop-down button of create new file type + * News admin: fix issue language filter in list is always empty + * Univention: fix not running async jobs because of old overlay storage driver + + -- Ralf Becker Tue, 18 Aug 2020 14:58:09 +0200 + egroupware-docker (20.1.20200812) hardy; urgency=low * final 20.1 release