diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index cda07d2193..b9116890e0 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -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'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index 63e4893610..c5b1a5ed06 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -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 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