From 90dfe8ec54ac2b9926687c17d226956a11b9e44f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 23 May 2018 13:16:44 +0000 Subject: [PATCH] copy 17.1 changelog to master to satisfy update checker --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 008bcc1e24..706787d134 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.001'; $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.20180413'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20180523'; $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 dc9bb4eae1..bfae7150ad 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,33 @@ +egroupware-epl (17.1.20180523) hardy; urgency=low + + * Setup/Filemanager: fix excess looping stalling update from before 16.1 + * ProjectManager: fix "used" elements filter did not contain all not ignored elementes + * Api/Ckeditor: Update CKeditor to version v4.9.2 + * Api: Fix references to sub-fields of custom field entries only merged for the first entry of each type + * Calendar: Fix notification for single event in series had original start date + * Calendar: fix not working Mail/Meetingrequest to all participants action + * Calendar: yearly planner view events would sometimes load in the next month as well + * Tracker: fix inline images from mailhandling are not getting resolved properly + * Tracker: fix inline images imported from mail get always overridden by the first inline image in the list + * Tracker: fix "delete mail from server" option in mailhandling + * Tracker: fix error Too few arguments to function tracker_bo::ajax_getTicketId(), 0 passed and exactly 1 expected, when creating new ticket out of eml file + * Tracker: Fix latest reply comment includes some html tags on it + * Admin: Exclude not supported apps from mobile's available app list + * Admin/Mail: fix saving mail-accounts for multiple accounts + * Mail: fixed equal signs (=) are not displayed in subject + * Mail: fix searching in email gives an error + * Addressbook: allow to import or paste S/Mime or PGP public keys via pubkey field into Vfs + * Addressbook: Add preference to turn off user groups as distribution lists + * Resources: fix 'Too few arguments' error when changing category of resource with accessories + * Infolog: Fix timestamper button does not work in mobile template + * Wiki: fix not working vfs: links in minimal installation + * Mail/SpamTitan: fix not working spam/ham learning and white/blacklist without API access + * EPL/SpamTitan: synchronize aliases with SpamTitan on first use of a spam function + * Collabora: do NOT check certificate for localhost or private IPs + * Calendar/Resources: fix SQL error with no responsible for a category set for Slovenian (and maybe other) translations + + -- Ralf Becker Wed, 23 May 2018 08:11:18 +0200 + egroupware-epl (17.1.20180413) hardy; urgency=low * PHP 7.2: fix several PHP Fatal errors and warnings stalling installation and usage