diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 0d4b694041..f1e4465d99 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.20180130'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20180209'; $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 dc5fdc0d54..1af149ed7b 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-epl (17.1.20180209) hardy; urgency=low + + * Filemanager: Add an user preference for being able to chose whether opening a merge print document should download it or open it with collabora editor + * Filemanager: Add new user preference in order to be able to exclude specific file extensions from being opened by document editor (eg. Collabora) + * Calendar: Allow templates without pagerepeat or range tags to work using only the first ID + * Calendar: Improve parsing of users when importing to be able to handle parentheses in names + * Calendar: Fix right click -> add gave error instead of popup + * Calendar: Fix Filemanager, Infolog & Timesheet context menu actions + * Infolog: Fix merging empty custom date fields filled them with current date + * InfoLog: fix not working iCal export in edit window + * Addressbook: Fix avatar photo gets removed when adding category to contact via contextmenu + * Tracker: Put ticket status from closed to open on comment + * Api: Fix some spelling errors, reported by Stefan Unverricht + + -- Ralf Becker Fri, 09 Feb 2018 10:38:52 +0100 + egroupware-epl (17.1.20180130) hardy; urgency=low * SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY