From 462180eb51f29c52a5247048f3ef7a6367cb36d4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 28 Oct 2020 16:24:34 +0100 Subject: [PATCH] Changelog for 20.1.20201028 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index abd3bdb6e6..ddcb7a3be4 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.20201020'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20201028'; $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 82d03540e8..00214dfe5d 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,20 @@ +egroupware-docker (20.1.20201028) hardy; urgency=low + + * Push: fix regression in keep-alive check causing clients sometimes creating a huge number of connections + * Addressbook: allow to configure sending fax via email by replacing the number with an email address + * ActiveDirectory/Mail: fix groups as distribution lists + * ActiveDirectory: implement addtional user or group filter + * Calendar: Fix missing category in event tooltip + * RocketChat: show unread messages in status app and on tab header + * SmallPART: fix not working LTI launch after last maintenance release + * SmallPART: allow to record watched videos: start-, end-time, position, duration and paused times + * SmallPART: fix not working iframe embedding by LTI host + * SmallPART: add missing frame-ancestors ContentSecurityPolicy for LTI 1.3 + * SmallPART: allow to run a presentation / html overlay in sync with the video without need to modify video + * Admin: fix IP address validation in site configuration + + -- Ralf Becker Wed, 28 Oct 2020 16:24:34 +0100 + egroupware-docker (20.1.20201020) hardy; urgency=low * Swoolepush: fix access to undeclared static propertiy SwoolPush\Backend::$failed_attempts