diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 4ac3767018..b4c2bea5e6 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.20200728'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200731'; $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 5e3a8c1f9e..1930b60e02 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,15 @@ +egroupware-docker (20.1.20200731) hardy; urgency=low + + * 5th and last 20.1 release candidate + * Calendar: fix not working refresh via push, if Home app is used + * Mail: replying to a mail should only update icon, not move it to top of list + * Mail: new preference to disable notifications for new arriving mails (requires push for mail) + * Login: fixed not able to login due to notifications + * Login: fix not working forced password reset + * Preferences: use push to ask every affected client to reload preferences, if affected + + -- Ralf Becker Fri, 31 Jul 2020 10:50:07 +0200 + egroupware-docker (20.1.20200728) hardy; urgency=low * 4th and probably last 20.1 release candidate