From f1fdd7e2f10db42bcefa1df4335ca3cb513ea462 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 5 Oct 2020 11:20:41 +0200 Subject: [PATCH] Changelog for 20.1.20201005 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index c39e28f350..79d269ae6a 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.20200914'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20201005'; $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 4aa07ce368..c50b0cad73 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,21 @@ +egroupware-docker (20.1.20201005) hardy; urgency=low + + * WatchTowner/Nginx: modified Nginx config to resolve changed IP addresses of updated containers, fix 502 Bad Gateway errors + * Admin/Push: push server test to diagnose problems and improved recovery from failed requests / network problems + * ActiveDirectory: fix unwilling to perform error when saving an account + * Calendar: Improve handling of infolog push messages + * Calendar: Fix quick add did not open conflict dialog + * InfoLog/eTemplate: fixed multiple update problems eg. when responsible no longer matches filter + * SmallPART: allow to record watched videos: start-, end-time, position, duration and how ovent paused + * Tracker: Fix adding a favorite could sometimes pick up escalation columns + * Tracker: Fix Site Configuration User selection could not select new groups + * Mail: Add custom html toolbar settings in mail site-configuration in order to be able to add/remove certain actions only for mail-compose dialog. + * Login Page: Fix login button on login page not being clickable on small screens + * eSyncPro: fix SQL error in device list + * Authentication: allow using multiple backends, even same backend multiple times with different configuration + + -- Ralf Becker Mon, 05 Oct 2020 11:20:41 +0200 + egroupware-docker (20.1.20200914) hardy; urgency=low * Addressbook: fix CRM view was not properly refreshed