forked from extern/egroupware
copy 17.1 changelog to master to satisfy update checker
This commit is contained in:
parent
0efbbfb75f
commit
b67fc51893
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
|||||||
$setup_info['api']['version'] = '17.1.005';
|
$setup_info['api']['version'] = '17.1.005';
|
||||||
$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.20181204';
|
$setup_info['api']['versions']['maintenance_release'] = '17.1.20181205';
|
||||||
$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,11 @@
|
|||||||
|
egroupware-epl (17.1.20181205) hardy; urgency=low
|
||||||
|
|
||||||
|
* SiteMgr: fix fatal error stalling EGroupware, if SiteMgr is installed
|
||||||
|
* eSync: fix S/Mime messages stall synchronisation, they are not (yet) correctly handled
|
||||||
|
* Versioning: when restoring directories also restore files and subdirectories (only for newly deleted directories!)
|
||||||
|
|
||||||
|
-- Ralf Becker <rb@egroupware.org> Wed, 05 Dec 2018 10:20:49 +0100
|
||||||
|
|
||||||
egroupware-epl (17.1.20181204) hardy; urgency=low
|
egroupware-epl (17.1.20181204) hardy; urgency=low
|
||||||
|
|
||||||
* CalDAV/CardDAV: allow up to 255 char UIDs to support OutlookCalDAVSynchronizer
|
* CalDAV/CardDAV: allow up to 255 char UIDs to support OutlookCalDAVSynchronizer
|
||||||
@ -19,7 +27,6 @@ egroupware-epl (17.1.20181204) hardy; urgency=low
|
|||||||
* Tracker: fix context menu change options not disabling when there are no valid options
|
* Tracker: fix context menu change options not disabling when there are no valid options
|
||||||
* Tracker: when copying a closed 100% complete ticket, reset status, percentage & resolution
|
* Tracker: when copying a closed 100% complete ticket, reset status, percentage & resolution
|
||||||
* Tracker: fix changing categories blocks the dialog from further actions
|
* Tracker: fix changing categories blocks the dialog from further actions
|
||||||
* Collabora: do NOT create new versions for consecutive autosave
|
|
||||||
* Filemanager/Versioning: adding a default time of 5.5 minutes to create a new version
|
* Filemanager/Versioning: adding a default time of 5.5 minutes to create a new version
|
||||||
* WebDAV: fix updates with range requests eg. chunked uploades of huge files
|
* WebDAV: fix updates with range requests eg. chunked uploades of huge files
|
||||||
* WebDAV: fix encoding for Cyberduck or Mountain Duck clients
|
* WebDAV: fix encoding for Cyberduck or Mountain Duck clients
|
||||||
|
Loading…
Reference in New Issue
Block a user