diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 52b0826e24..e88931348b 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.002'; $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