mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Changelog for 20.1.20200901
This commit is contained in:
parent
b7b4cb31c8
commit
953a132e9c
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '20.1';
|
||||
$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.20200818';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '20.1.20200901';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,21 @@
|
||||
egroupware-docker (20.1.20200901) hardy; urgency=low
|
||||
|
||||
* Infolog: fix diverse refresh problems in lists
|
||||
* CalDAV/Calendar: fixed doublication of alarms when participant setting the alarm has no edit rights on the event
|
||||
* Calendar: deleting a recurrence of an event series did not refresh displayed events
|
||||
* Calendar: fix event click and event drag were not properly separated
|
||||
* Calendar: fix clicking on an event to edit opened a new one and draged clicked one around
|
||||
* Mail: fix deleting or moving multiple mail to another folder did not update the list
|
||||
* Mail: fix opening mailto: link in html mail causes connection error
|
||||
* Mail: fix moving a mail removes more then the moved mail, if push is active
|
||||
* All Apps: fix print list column selection does not contain customfields
|
||||
* Timesheet: fix list gets always set to summary filter after being refreshed/filtered
|
||||
* Notifications: Some performance optimizations
|
||||
* All apps: fix drag and drop a file from FireFox download list not working
|
||||
* PostgreSQL: fix SQL error opening ProjectManager
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Tue, 01 Sep 2020 20:49:32 +0200
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user