Changelog for 17.1.20171129

This commit is contained in:
Ralf Becker 2017-11-29 11:08:10 +00:00
parent e8758c9cd6
commit b55f6f0900
2 changed files with 18 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']['version'] = '17.1';
$setup_info['api']['versions']['current_header'] = '1.29'; $setup_info['api']['versions']['current_header'] = '1.29';
// maintenance release in sync with changelog in doc/rpm-build/debian.changes // maintenance release in sync with changelog in doc/rpm-build/debian.changes
$setup_info['api']['versions']['maintenance_release'] = '17.1.20171115'; $setup_info['api']['versions']['maintenance_release'] = '17.1.20171129';
$setup_info['api']['enable'] = 3; $setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1; $setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL'; $setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,20 @@
egroupware-epl (17.1.20171129) hardy; urgency=low
* Addressbook: fix lost picture in upload
* Admin: fix ACL levels not updated when changing app or user
* Api: make favorites available as an individual button in VFS (File system) save/open dialog
* Calendar: add a line to the top of events so consecutive events are better separated
* Calendar: translate day of week in app header
* Calendar: now uses standard search (quotes, +/-) including custom fields
* Infolog: fix new entry with project already set missed it on project tab
* InfoLog: fix SQL error on update for to long from and addr
* InfoLog/Admin: fix error deleting user "access to undeclared static property"
* Mail: fix inline images not being displayed in html mail
* Mobile temeplate: lots of fixes for mobile template including issues with notifications popup
* Notifications: fix broken links in notifications popup
-- Ralf Becker <rb@egroupware.org> Wed, 29 Nov 2017 12:08:10 +0100
egroupware-epl (17.1.20171115) hardy; urgency=low egroupware-epl (17.1.20171115) hardy; urgency=low
* Final 17.1 release: see previous changlog for major features * Final 17.1 release: see previous changlog for major features