From e399eba98b135b2a92990c863b7453434d318fe4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 12 Aug 2020 12:38:07 +0200 Subject: [PATCH] Changelog for 20.1.20200812 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 1fe33f3764..5348a377a7 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.20200810'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200812'; $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 c84e7943b3..8d049aeea1 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,12 @@ +egroupware-docker (20.1.20200812) hardy; urgency=low + + * final 20.1 release + * Admin: ACL dialog showed no rights when first opened and deleted them on saving + * InfoLog/Timesheet/Mail: disable automatic list refresh, as they support push now + * Mail: fix refresh problems with automatic refresh and no push enabled imap server + + -- Ralf Becker Wed, 12 Aug 2020 12:38:07 +0200 + egroupware-docker (20.1.20200810) hardy; urgency=low * Preferences: new pref how to update lists: fast or exact