mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +01:00
Changelog for 20.1.20200818
This commit is contained in:
parent
a85b13a487
commit
d3f01ccb61
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
|||||||
$setup_info['api']['version'] = '20.1';
|
$setup_info['api']['version'] = '20.1';
|
||||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||||
$setup_info['api']['versions']['maintenance_release'] = '20.1.20200812';
|
$setup_info['api']['versions']['maintenance_release'] = '20.1.20200818';
|
||||||
$setup_info['api']['enable'] = 3;
|
$setup_info['api']['enable'] = 3;
|
||||||
$setup_info['api']['app_order'] = 1;
|
$setup_info['api']['app_order'] = 1;
|
||||||
$setup_info['api']['license'] = 'GPL';
|
$setup_info['api']['license'] = 'GPL';
|
||||||
|
@ -1,3 +1,19 @@
|
|||||||
|
egroupware-docker (20.1.20200818) hardy; urgency=low
|
||||||
|
|
||||||
|
* All apps: fix last rows was removed when adding new entry to list with only a couple of rows
|
||||||
|
* Mail: fix not working push with Dovecot 2.2 caused by different case in event-type compared to 2.3
|
||||||
|
* Mail: fix not shown folder tree for some Cyrus servers
|
||||||
|
* InfoLog: fix list not allways refreshed via push, caused by insufficient ACL implementation on client-side
|
||||||
|
* Calendar/Resources: do NOT try to notify a not set resource responsible
|
||||||
|
* Calendar/CalDAV: config to replace email-domain eg. for a migration
|
||||||
|
* Timesheet: fix list not always refreshed via push, caused by owner filter
|
||||||
|
* File Sharing: fix broken file sharing dialog
|
||||||
|
* Filemanager: Fix broken drop-down button of create new file type
|
||||||
|
* News admin: fix issue language filter in list is always empty
|
||||||
|
* Univention: fix not running async jobs because of old overlay storage driver
|
||||||
|
|
||||||
|
-- Ralf Becker <rb@egroupware.org> Tue, 18 Aug 2020 14:58:09 +0200
|
||||||
|
|
||||||
egroupware-docker (20.1.20200812) hardy; urgency=low
|
egroupware-docker (20.1.20200812) hardy; urgency=low
|
||||||
|
|
||||||
* final 20.1 release
|
* final 20.1 release
|
||||||
|
Loading…
Reference in New Issue
Block a user