From 02c3feb95d7992017eedf2881a622da7c35b8198 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 29 Mar 2021 14:30:54 +0200 Subject: [PATCH] Changelog for 21.1.20210329 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index afa06f81a1..b80a2b1327 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.003'; $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'] = '21.1.20210318'; +$setup_info['api']['versions']['maintenance_release'] = '21.1.20210329'; $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 1b8bd281ca..0418a51c7a 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,14 @@ +egroupware-docker (21.1.20210329) hardy; urgency=low + + * 2nd 21.1 pre-release now supporting PHP 7.4 and using it in the container + * Infolog: Fix details / no details filter preference was not saved + * Kanban: default actions of apps are now available on the cards + * Status/BigBlueButton: support record a meeting and play/download it via calendar + * Status/BigBlueButton: ad hoc (not scheduled) video calls are no longer deleted on call end and can be toggeled in calendar like cti calls + * Admin/ActiveDirector: fixed user list was empty + + -- Ralf Becker Mon, 29 Mar 2021 14:30:54 +0200 + egroupware-docker (21.1.20210318) hardy; urgency=low * first beta of upcomming 21.1 release (CE already feature complete, EPL still working on firewall feature)