From c92fb09d8d9a3beca867eee7d44130f3f7532fa7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 5 Jun 2020 12:14:37 +0200 Subject: [PATCH] Changelog for 19.1.20200605 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 197a4874b8..7f46aeac77 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'] = '20.1.20200525'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20200605'; $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 ab7ad3345d..63e4893610 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,4 +1,20 @@ -egroupware-docker (19.1.20200430) hardy; urgency=low +egroupware-docker (19.1.20200605) hardy; urgency=low + + * Calendar/CalDAV: videoconference was lost, if meeting was accepted of updated via CalDAV + * Preferences: fix delete personal category required admin permission + * Calendar: do not show Infolog list (Open ToDo's) if user has no access to Infolog, or no Infolog types selected for display + * Api: can now select no color with color widget + * ActiveDirectory: consider security local groups as groups too + * API: new data-minimizing account display options "Firstname Inital" and "Firstname [ID]" + * Registration: allow to choose email as user-name and let user choose a primary group from a selection + * Status app: add group preference as shown users and some performance improvements + * Tracker: skip loading the default mail account during mail handling, avoids mailhandling failure in some cases + * Mail: fixed forward as attachment from viewing mail in popup + * Docker: EGW_MEMORY_LIMIT environment variable to set a higher memory_limit in php.ini (default is 128M) + + -- Ralf Becker Fri, 05 Jun 2020 12:14:37 +0200 + +egroupware-docker (20.1.20200525) hardy; urgency=low * first alpha for upcomming 20.1 release (shows still 19.1) * you have to switch JavaScript minifying off BEFORE updating