1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-01 19:49:21 +01:00

Changelog for 20.1.20200613

This commit is contained in:
Ralf Becker 2020-06-13 15:26:36 +02:00
parent 3be65a5ac9
commit a88ff5c1b3
2 changed files with 18 additions and 1 deletions
api/setup
doc/rpm-build

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '19.1.004';
$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'] = '19.1.20200605';
$setup_info['api']['versions']['maintenance_release'] = '20.1.20200613';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,20 @@
egroupware-docker (19.1.20200605) hardy; urgency=low
* first beta (feature-complete) for upcomming 20.1 release
* Push: added push server
* API: JavaScript minifying works now thanks to Terser (though .map files are still WIP)
* SAML/Shibboleth/SimpleSAMLphp authentication configurable through setup
* SAML: support joining a SAML account to an existing one, if configured in setup
* Filemanager: When user tries to access a directory with no permission, redirect to previous directory instead of home
* Mail: fix creating a folder on level of inbox gave an error (if imap server supports it)
* Calendar/CalDAV: videoconference was lost, if meeting was accepted of updated via CalDAV
* Preferences: Fix delete personal category required admin permission
* Status app: Add group preference as shown users and some performance improvements
* Tracker: No longer flagging closed tickets as overdue
* Etemplate: Password widget improvements - suggest password button, added as custom field type (stored encrypted)
-- Ralf Becker <rb@egroupware.org> Sat, 13 Jun 2020 15:26:36 +0200
egroupware-docker (19.1.20200605) hardy; urgency=low
* Calendar/CalDAV: videoconference was lost, if meeting was accepted of updated via CalDAV