Changelog for 20.1.20201217

This commit is contained in:
Ralf Becker 2020-12-17 08:47:30 +01:00
parent b8edbd159e
commit 24ff2dd0fc
2 changed files with 18 additions and 1 deletions

View File

@ -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';

View File

@ -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 <rb@egroupware.org> 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