diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 08cfa328a1..a41336a2f7 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'; $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.20171218'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20180118'; $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 4c5a9edf10..faf9c71840 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,23 @@ +egroupware-epl (17.1.20180118) hardy; urgency=low + + * SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY + * Filemanager/Sharing: Fix a security issue when sharing of attached files as download links in compose dialog exposes all folders as readonly shares + * Api: Make sure private custom fields are not accidentally included in notification due to being cached + * Api: Allow private custom fields in notifications, with filtering according to set permissions. Private custom fields are removed from notifications to non-users. + * Admin: Fix site-config not working in mobile template + * Addressbook: Enable viewing infolog entries of organisations + * Addressbook: Fix adding contact while looking at accounts would try to add a new user + * Calendar: Fix bug hiding a user's visible private events when just the group was selected + * Calendar: Fix bug where account birthdays were not shown if there was a contact with a birthday on the same day + * Filemanager: Fix unable to change directory after returning from shared files list + * Tracker: Only allow change group context action if user has permission + * Tracker: Fix missing content or doubled buttons in context menu action popups + * Tracker: Fix mailhandling forward action not working + * Tracker: Add start & due date fields to import + * Tracker: Fix mailhandling wrongly includes original message in reply + + -- Ralf Becker Thu, 18 Jan 2018 10:06:55 +0100 + egroupware-epl (17.1.20171218) hardy; urgency=low * Addressbook: fix bug setting Hide User Account in preferences into Show all accounts breaks show accounts