diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 91d56ccff6..8b9b01bf62 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API'; $setup_info['api']['version'] = '19.1.002'; $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'] = '19.1.20191220'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20200130'; $setup_info['api']['enable'] = 3; $setup_info['api']['app_order'] = 1; $setup_info['api']['license'] = 'GPL'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index 02082d5e35..3022d46d8a 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-docker (19.1.20200130) hardy; urgency=low + + * SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY (includes 17.1 and before!) + * Sharing: temporary disable cleaning of deleted files, causing all shares to get deleted + * Api: Fix SQL error from doubled table name in group statement + * Admin: Fix group email got lost on save + * CalDAV/Calendar: fix for first recurence being an exception cause it to be deleted by mac calendar + * CalDAV/Calendar: virtual exceptions (different status for recurrences) were not exported + * Mail: Fix broken link mail in infolog via drag and drop action + * Collabora: explicit save creates no new version if last one was an autosave + * Projectmanager: Fix Gantt chart to use all available vertical space + * ProjectManager/PostgreSQL: fix SQL error / regression in last maintenance release + * Tracker: using RowsIterator to export more rows then the memory-limit + + -- Ralf Becker Thu, 30 Jan 2020 13:56:32 +0100 + egroupware-docker (19.1.20191220) hardy; urgency=low * All apps: make list columns being sortable via column-selector dialog