diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 06ab734637..ebd13a6cfc 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.9.002'; $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.20170613'; +$setup_info['api']['versions']['maintenance_release'] = '16.1.20170703'; $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 08b6eb0c09..6fd19f2859 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,21 @@ +egroupware-epl (16.1.20170703) hardy; urgency=low + + * Univention: forwarding mails to external addresses added in UCS 4.2 + * Univention/Setup: allow to set Ham folder and automatically do so for Univention installation + * Calendar: improve planner view printing if your screensize doesn't match page size + * Calendar: Include monthly type (by weekday or by date) in recurrence rule strings + * Calendar: Fix selected owner goes missing on logout + * Calendar: Fix weekend setting got lost when you go from week to day view + * Addressbook: fix wrong tab order for contact fields for US format + * Infolog: make project fields available for merge + * Mail: try not talking to not configured (empty) SpamTitan URL + * Mail: Activate multi-selection of folders in subscription dialog + * Mail: Fix links get removed from description content of calendar appointment email + * Mail: Fix broken quota indicator + * Mail: Fix contextmenu does not work on select all + + -- Ralf Becker Mon, 03 Jul 2017 10:33:07 +0200 + egroupware-epl (16.1.20170613) hardy; urgency=low * Mail: fix PHP Fatal error under PHP 5.4