From b5ded9edc9f287033c9b8c64dcdd86239ceacf5c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 15 Apr 2017 16:31:23 +0000 Subject: [PATCH] Changelog for 16.1.20170415 --- 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 f72268ad13..162077916e 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -15,7 +15,7 @@ $setup_info['api']['title'] = 'EGroupware API'; $setup_info['api']['version'] = '16.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'] = '16.1.20170315'; +$setup_info['api']['versions']['maintenance_release'] = '16.1.20170415'; $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 4ded9d1636..90128e1198 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,26 @@ +egroupware-epl (16.1.20170415) hardy; urgency=low + + * Mail: Add a new preference for preview pane to stay there, even when no mail is selected for previewing + * Mail: Support tree actions from none-selected account + * Mail: Fix edit account does not refresh folder tree + * Mail: Fix contextmenu does not popup for brocken folder tree + * Mail: Fix create new identity can not save email address + * Mail: Fix attachments in preview mode do not get opened properly + * Mail: Implement quota limit warning dialog + * Calendar: Fix bug where planner by user would not show events with group invitation, planner by category would not show events with sub-categories + * Calendar: Highlight current user in planner by user + * Calendar/CalDAV: fix server did not send alarms for virtual exceptions of recurring events + * Calendar/CalDAV: fix changes on clients creating multiple alarms on server + * Calendar/CalDAV: fix wrong end-date of recurring events incl. whole-day events + * Filemanager: File a file dialog now opens in current directory instead of home directory + * Filemanager: Fix change folder permissions and cli.php in minimal install + * Calendar: Fix error in mail all participants on minimal install + * LDAP: fix fatal error in minimal install + * Addressbook: fix bug where private required custom fields could block saving the entry if they were not on their own tab + * Api: Keep session small / quick to load by limiting number of cached link-titles + + -- Ralf Becker Sat, 15 Apr 2017 18:31:23 +0200 + egroupware-epl (16.1.20170315) hardy; urgency=low * Addressbook - When viewing a user account's calendar or next/previous dates, use the account calendar over the contact calendar