mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Changelog for 20.1.20210503
This commit is contained in:
parent
feb4fbbe74
commit
4c7c70aa0a
@ -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'] = '20.1.20210324';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '20.1.20210503';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,17 @@
|
||||
egroupware-docker (20.1.20210503) hardy; urgency=low
|
||||
|
||||
* PHP 7.4: default container is now updated to PHP 7.4.18, which is also a security update
|
||||
* Mail: fix losing inline images after being re-saved as draft or created as new
|
||||
* Mail: Convert mail Date header to user timezone when being displayed on forward/reply header
|
||||
* CardDAV/Addressbook: Fix contact categories were cleared when DAVx5 synced some Android clients
|
||||
* CalDAV/CardDAV: fix freebusy-URL for users and support basic auth with regular user credentials too
|
||||
* Calendar: Fix quick-add did not pass changes to start time on to edit dialog
|
||||
* Timesheet: Fix created was overlapping with status
|
||||
* Setup/SAML: fix not stored custome OID and added eduPersonUniqueId
|
||||
* Notifications: Add refresh handler for notifications (click on Notifications header)
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Mon, 03 May 2021 09:02:37 +0200
|
||||
|
||||
egroupware-docker (20.1.20210324) hardy; urgency=low
|
||||
|
||||
* Infolog: Fix details / no details filter preference was not saved
|
||||
|
Loading…
Reference in New Issue
Block a user