Changelog for 21.1.20210329

This commit is contained in:
Ralf Becker 2021-03-29 14:30:54 +02:00
parent 615c6126b8
commit 02c3feb95d
2 changed files with 12 additions and 1 deletions

View File

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

View File

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