forked from extern/egroupware
Changelog for 20.1.20201028
This commit is contained in:
parent
1eae5d3780
commit
b3e4b3d5a1
@ -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.20201020';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '20.1.20201028';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,20 @@
|
||||
egroupware-docker (20.1.20201028) hardy; urgency=low
|
||||
|
||||
* Push: fix regression in keep-alive check causing clients sometimes creating a huge number of connections
|
||||
* Addressbook: allow to configure sending fax via email by replacing the number with an email address
|
||||
* ActiveDirectory/Mail: fix groups as distribution lists
|
||||
* ActiveDirectory: implement addtional user or group filter
|
||||
* Calendar: Fix missing category in event tooltip
|
||||
* RocketChat: show unread messages in status app and on tab header
|
||||
* SmallPART: fix not working LTI launch after last maintenance release
|
||||
* SmallPART: allow to record watched videos: start-, end-time, position, duration and paused times
|
||||
* SmallPART: fix not working iframe embedding by LTI host
|
||||
* SmallPART: add missing frame-ancestors ContentSecurityPolicy for LTI 1.3
|
||||
* SmallPART: allow to run a presentation / html overlay in sync with the video without need to modify video
|
||||
* Admin: fix IP address validation in site configuration
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Wed, 28 Oct 2020 16:24:34 +0100
|
||||
|
||||
egroupware-docker (20.1.20201020) hardy; urgency=low
|
||||
|
||||
* Swoolepush: fix access to undeclared static propertiy SwoolPush\Backend::$failed_attempts
|
||||
|
Loading…
Reference in New Issue
Block a user