From a2fde92c89eab4494f050c4ca95b40bc2730e621 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 25 Jan 2021 10:43:01 +0200 Subject: [PATCH] Changelog for 20.1.20210125 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index d651ea3faa..7c4e1a2e50 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.20201217'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20210125'; $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 e3bc745491..3340c15106 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,22 @@ +egroupware-docker (20.1.20210125) hardy; urgency=low + + * Admin: Context menu action to clear user credentials + * Status/Videoconference: fix broken fullscreen mode in BBB client + * Calendar: Fix videoconference link in event tooltip + * Calendar: Fix event notifications had the wrong times in iCal attachment if user timezone was not server timezone + * Calendar: Fix bug where yearly planner would not show events that went outside the displayed time period + * All apps: Add context menu action on linked files to copy them somewhere else + * Etemplate: Avoid "Uncaught TypeError: Cannot read property ‘length’ of undefined" + * Mail: New "Save As" preference option to attach just the mail, no mail attachments + * LDAP/Addressbook: use accounts filter from setup for accounts addressbook too + * Projectmanager: Fix async notifications were sent out to too many users + * Projectmanager: fix some modification dates were stored in user time + * Tracker: Fix export filter for groups was allowing non-group accounts as options + * Tracker: Add resolution to the fields that escalations can change + * FPM/Container: start more php processes by default and keep them running to better cope with high usage + + -- Ralf Becker Mon, 25 Jan 2021 09:43:01 +0100 + 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