From f9fd1197f375936bcee6cf6a60abe320b9c3979b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 18 Oct 2018 11:47:48 +0000 Subject: [PATCH] Changelog for 17.1.20181018 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 381aa71a75..c38de666ad 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.20180831'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20181018'; $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 365cae6a5e..4f6e62bf6c 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,26 @@ +egroupware-epl (17.1.20181018) hardy; urgency=low + + * Api: change default submit to async call and try to block user interfering with submitted popup until the response + * Mail: do not let hierarchy delimiter inside folder names as it may break the folder structure + * Mail: fix deleting mails from draft folder does not respect "move to trash" in delete message preference + * Mail: fix signed/encrypted S/MIME new message does not take CC or BCC fields into account + * Mail: avoid to send so many requests when user tries to scroll on mail list via key up/down + * Calendar: iCal import: add option to specify owner of imported events + * Calendar: fix adding events to days loaded and cached but not shown in current view + * Calendar: fix multi-day events ending at 00:00 would only be shown for the first day + * CalDAV: CalDAVSynchronizer: only allow owner/organizer to update or delete an event (not users with edit/delete rights) + * CalDAV/Calendar: iOS sometimes created a new event when confirming a deleted one + * Infolog/Timesheet: fix link title placeholders not working + * Infolog: add a preference to check 'Do not notify' by default for selected types + * Addressbook: fix birthday cache was not cleared when birthday edited + * Resources: correct the field name from res_owner to res_creator + * Notifications: do not fire another notification request unless the last one has been responded + * Filemanager/SMB: fix directory creation failed on Samba (smbclient PHP extension) + * Tracker: add config to re-open closed tickets if someone comments + * Tracker: fix link title placeholders not working + + -- Ralf Becker Thu, 18 Oct 2018 13:47:47 +0200 + egroupware-epl (17.1.20180831) hardy; urgency=low * CardDAV: photo was not saved/changed in PUT requests