From d772dba23f5fa7d2b74cb0c8cc8e3048a137e088 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 20 Jul 2018 13:06:54 +0000 Subject: [PATCH] Changelog for 17.1.20180720 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 2c2fac0736..8c303ce8a3 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.003'; $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.20180625'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20180720'; $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 2eeb71372f..39d95e270b 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,29 @@ +egroupware-epl (17.1.20180720) hardy; urgency=low + + * Addressbook: inform the user about number of contacts adding to mail compose dialog via Email action + * Addressbook: add filtering by distribution list for organisations + * Addressbook: fix bug preventing turning off letter filter after some actions + * Admin: fix admin-cli.php to understand bcrypt hashes in header.inc.php + * All apps: adopt custom theme color for all dialogs headers + * Api: fix enabled actions don't show up on nm initiation + * Calendar: fix participant quantity lost when changing status + * Calendar: fix missing first row in planner by category view + * Calendar: fix EGroupware users were notified even if they choose not to in their preferences + * Calendar/Mail: handle meeting requests for single recurrences and exceptions + * Calendar: fix notifications show actions for alarm notify messages + * Calendar/CalDAV: sending correct iMip REPLY to mail invitations and only reply to external chair + * Mail: implement new preference for toggle actions. For instance, switching Cc, BCc or S/MIME Sign always on when trying to compose an email. + * Mail: fix some smime signed messages get recognized wrongly as encrypted + * Nginx: fix error: upstream sent too big header while reading response header from upstream + * Notifications: group notifications base on entry ID to help minimizing number of notifications on the list + * Notifications: fix sql query error happens for PostgreSQL + * Univention: fix not working password change (setting Kerberos credentials) + * Tracker: fix issue text part of some html tickets mail notifications contain html parts + * Tracker: fix inline images from comments are not getting resolved properly + * Tracker: fix inline images from mailhandling are not getting resolved properly + + -- Ralf Becker Fri, 20 Jul 2018 15:06:54 +0200 + egroupware-epl (17.1.20180625) hardy; urgency=low * Addressbook: fix SMime/PGP public key import not containing a newline after the key