Changelog for 17.1.20190402

This commit is contained in:
Ralf Becker 2019-04-02 09:18:30 +00:00
parent 5d7efb18f6
commit 0f184f6a6d
2 changed files with 21 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '17.1.007';
$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.20190222';
$setup_info['api']['versions']['maintenance_release'] = '17.1.20190402';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,23 @@
egroupware-epl (17.1.20190402) hardy; urgency=low
* Collabora: egroupware-collabora-key package allowing to install supported Collabora container on-site
* Api: When printing lists ask for print orientation and size columns to fit
* Mail: fix S/MIME fails with addresses not written in lowercase
* Mail: fix opening a forwarded mail as attachment into an existing compose dialog fails
* Mail: check non-utf8 body, if it might be utf-8, to display readable
* All apps: fix custom-field display for date-time and custom data_format like YmdHi
* Api/Filemanager: create in non EPL missing /templates and app-sub-directores
* Filemanager/WebDAV: handle url-special chars like %, # and ? correctly
* Filemanager/EPL/GoodSync: also ignore temp. files (no _gsdata_ used)
* LDAP/AD/UCS: fixed sending mails to groups used as distribution lists
* ActiveDirectory: fix "not a valid GUID" error, when getting an avatar of a group
* Addressbook: fix photos not imported via Import / Export
* Addressbook: move photo change flag from import into vcal so it's always set if needed
* Setup: fix failed/partial restores for charsets not utf-8
* Timesheet: fix SQL error searching, if there are custom-fields
-- Ralf Becker <rb@egroupware.org> Tue, 02 Apr 2019 11:18:30 +0200
egroupware-epl (17.1.20190222) hardy; urgency=low
* All apps: improved speed when searching with (many) custom-fields