From aa77478e18ccc8463618a72afd05927f90f798db Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 22 Feb 2019 11:53:35 +0000 Subject: [PATCH] Changelog for 17.1.20190222 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index d2316fdf6c..20ce891239 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'] = '17.1.005'; $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'] = '17.1.20190214'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20190222'; $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 66f9a07be8..267945fdeb 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,15 @@ +egroupware-epl (17.1.20190222) hardy; urgency=low + + * All apps: improved speed when searching with (many) custom-fields + * Install: non-package installs use now install-cli.php and composer, instead of myrepos (mr) + * Mail: meeting-request was not shown inside multipart/related + * CardDAV/Addressbook: fix accounts not synced for preference account-selection "groupmembers" + * CalDAV: work around Lighning not having synced event before accepting + * Calendar/Email: multiple users of external meeting request no longer overwrite each other status when accepting + * Addressbook: fix photo was lost when non-admin user edited own account + + -- Ralf Becker Fri, 22 Feb 2019 12:53:35 +0100 + egroupware-epl (17.1.20190214) hardy; urgency=low * Calendar/CalDAV: fix yearly recurring events stalling sync