copy 17.1 changelog to master to satisfy update checker

This commit is contained in:
Ralf Becker 2019-02-25 10:26:26 +00:00
parent d077f3502f
commit a3234bb5aa
2 changed files with 28 additions and 1 deletions

View File

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

View File

@ -1,3 +1,30 @@
egroupware-epl (17.1.20190222) hardy; urgency=low
* All apps: improved speed when searching with (many) custom-fields
* Install: non-package installs use now install-cli.php and composer, instead of myrepos (mr)
* Mail: meeting-request was not shown inside multipart/related
* CardDAV/Addressbook: fix accounts not synced for preference account-selection "groupmembers"
* CalDAV: work around Lighning not having synced event before accepting
* Calendar/Email: multiple users of external meeting request no longer overwrite each other status when accepting
* Addressbook: fix photo was lost when non-admin user edited own account
-- Ralf Becker <rb@egroupware.org> Fri, 22 Feb 2019 12:53:35 +0100
egroupware-epl (17.1.20190214) hardy; urgency=low
* Calendar/CalDAV: fix yearly recurring events stalling sync
* All apps: fix linking of filemanager files to entries, if there is no file yet
* Api: update dependencies and install PEAR packages now through Composer
* Mail: fix not working sending and receiving smime signed messages where certificates have more than 1 domain registered (subjectAltName)
* Mail: take user's cutomfields type of email into account when searching for contacts in Compose -> TO field.
* Mail: add default value settings for S/MIME passphrase expiration in site configurations
* Import/Export: fix export to csv fails because of URL length limit
* Resources - Fix resources not displayed in calendar if there's more than 20 in a category
* Addressbook/PostgreSQL: fix SQL error when last/next date column is enabled
* Tracker - fix ticket list custom date filter did not appear properly
-- Ralf Becker <rb@egroupware.org> Thu, 14 Feb 2019 11:12:46 +0100
egroupware-epl (17.1.20190111) hardy; urgency=low
* Api: show maintenance release as version-number everywhere