From b55f6f0900f52ca680b0e0091b09e47a98c097f1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 29 Nov 2017 11:08:10 +0000 Subject: [PATCH] Changelog for 17.1.20171129 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 6b1a43c1e1..05ba20180b 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'] = '17.1'; $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.20171115'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20171129'; $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 a1ccbefe44..3d999a8bf9 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -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 Wed, 29 Nov 2017 12:08:10 +0100 + egroupware-epl (17.1.20171115) hardy; urgency=low * Final 17.1 release: see previous changlog for major features