mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Changelog for 17.1.20190214
This commit is contained in:
parent
f290b2ab16
commit
bfaaa458c5
@ -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.20190214';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,18 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user