Changelog for 17.1.20171115

This commit is contained in:
Ralf Becker 2017-11-13 17:34:23 +00:00
parent 4c1f9053e2
commit 595e767f20
2 changed files with 13 additions and 1 deletions

View File

@ -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';

View File

@ -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 <rb@egroupware.org> 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