diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index e88931348b..b8f3577cc2 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.20201028'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20201202'; $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 00214dfe5d..22fda20a21 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,20 @@ +egroupware-docker (20.1.20201202) hardy; urgency=low + + * API: call async-services via HTTP to fix diverse caching problems + * Tracker: fix empty notification mail, if ticket was opened by following a link in notification mail + * Addressbook: allow sharing of individual contacts to make them available to other addressbooks or users + * Addressbook: Open CRM views into individual tabs + * Addressbook: Fix newly added distribution lists could not be added to with the context menu + * EPL/Policy: limit what contact-fields are shared and which are required to share in certain addressbooks + * Ads/CardDAV/Addressbook: fix exception / HTTP status 401 when trying to delete an not existing distribution list + * Filemanager: Put file creation & modification times in user timezone + * Calendar: Fix quick add -> edit would incorrectly set end date + * Saml/Shiboleth/SmallPART: allow to use affiliation attribute to sync with Teachers group + * Projectmanager: Fix project links no longer get opened in element list view + * Status/Videoconference: remove port from room-name, if EGw was setup with a url using a port + + -- Ralf Becker Wed, 02 Dec 2020 09:27:40 +0100 + egroupware-docker (20.1.20201028) hardy; urgency=low * Push: fix regression in keep-alive check causing clients sometimes creating a huge number of connections