diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index b8f3577cc2..d651ea3faa 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.20201202'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20201217'; $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 22fda20a21..e3bc745491 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,20 @@ +egroupware-docker (20.1.20201217) hardy; urgency=low + + * Status/Videoconference: add support for BigBlueButton videoconferencing, it can be configured via Status app's site-configuration + * Collabora: support Collabora Online 6.4 + * Admin/EMail: display administrative IMAP actions folder ACL and vacation notice in IMAP tab too + * Mail: Config setting for how many mailing lists are returned in address search results + * Setup: fix no accounts found for SQL instances + * Calendar: Fix missing / incorrect recurrence date in cancel notification iCal + * Calendar: Show correct event date when notified of a single cancelled recurring event + * Calendar: Fix quick add 'Save' button would close the whole window, if it had been opened by a different window + * Calendar: Fix todo sizing / scrolling + * Addressbook: fix 'undefined' title shown for some contact links opened in CRM view tabs + * SmallPART: CSV export of comments for course-owner and students own comments and recording time of comments + * SmallPART: fixed not playing uploaded vidoes through egroupware-docker package update (container is not enough!) + + -- Ralf Becker Thu, 17 Dec 2020 08:47:29 +0100 + egroupware-docker (20.1.20201202) hardy; urgency=low * API: call async-services via HTTP to fix diverse caching problems