forked from extern/egroupware
Changelog for 17.1.20180118
This commit is contained in:
parent
7e1b5602f1
commit
178b476aad
@ -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.20171218';
|
$setup_info['api']['versions']['maintenance_release'] = '17.1.20180118';
|
||||||
$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';
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
egroupware-epl (17.1.20180118) hardy; urgency=low
|
||||||
|
|
||||||
|
* SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY
|
||||||
|
* Filemanager/Sharing: Fix a security issue when sharing of attached files as download links in compose dialog exposes all folders as readonly shares
|
||||||
|
* Api: Make sure private custom fields are not accidentally included in notification due to being cached
|
||||||
|
* Api: Allow private custom fields in notifications, with filtering according to set permissions. Private custom fields are removed from notifications to non-users.
|
||||||
|
* Admin: Fix site-config not working in mobile template
|
||||||
|
* Addressbook: Enable viewing infolog entries of organisations
|
||||||
|
* Addressbook: Fix adding contact while looking at accounts would try to add a new user
|
||||||
|
* Calendar: Fix bug hiding a user's visible private events when just the group was selected
|
||||||
|
* Calendar: Fix bug where account birthdays were not shown if there was a contact with a birthday on the same day
|
||||||
|
* Filemanager: Fix unable to change directory after returning from shared files list
|
||||||
|
* Tracker: Only allow change group context action if user has permission
|
||||||
|
* Tracker: Fix missing content or doubled buttons in context menu action popups
|
||||||
|
* Tracker: Fix mailhandling forward action not working
|
||||||
|
* Tracker: Add start & due date fields to import
|
||||||
|
* Tracker: Fix mailhandling wrongly includes original message in reply
|
||||||
|
|
||||||
|
-- Ralf Becker <rb@egroupware.org> Thu, 18 Jan 2018 10:06:55 +0100
|
||||||
|
|
||||||
egroupware-epl (17.1.20171218) hardy; urgency=low
|
egroupware-epl (17.1.20171218) hardy; urgency=low
|
||||||
|
|
||||||
* Addressbook: fix bug setting Hide User Account in preferences into Show all accounts breaks show accounts
|
* Addressbook: fix bug setting Hide User Account in preferences into Show all accounts breaks show accounts
|
||||||
|
Loading…
Reference in New Issue
Block a user