diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 8c0cf37af5..6b1a43c1e1 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.20171106'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20171115'; $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 3fd28f777d..a1ccbefe44 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,15 @@ +egroupware-epl (17.1.20171115) hardy; urgency=low + + * Final 17.1 release: see previous changlog for major features + * Nginx: support for Debian and Ubuntu packages: apt install nginx php-fpm egroupware-epl + * Mail: Fix missing SaveAll and DownloadAsZip actions of attachments + * Addressbook: Fix avatar icon is doubled if contact has no avatar set + * CalDAV/CardDAV: fix encoding of control chars stalling iOS sync + * Filemanager/EPL: fix exception on upload in folder with a subscription + * Collabora: set user language from common preferences + + -- Ralf Becker Mon, 13 Nov 2017 18:34:23 +0100 + egroupware-epl (17.1.20171106) hardy; urgency=low * SECURITY RELEASE and 2nd RC for 17.1: everyone should update ASAP