From b1275c4d1e5f86eee1fe5e517a37a7bb735e7013 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 30 Jan 2018 16:37:54 +0000 Subject: [PATCH] copy 17.1 changelog to master to satisfy update checker --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index a41336a2f7..0d4b694041 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.20180118'; +$setup_info['api']['versions']['maintenance_release'] = '17.1.20180130'; $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 faf9c71840..dc5fdc0d54 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-epl (17.1.20180130) hardy; urgency=low + + * SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY + * Filemanager: fix "open as new" action is disabled on selected file context menu + * Mail/SMime: include CA-bundle directories in open_basedir of Apache config of packages + * Mail: fix mail with S/MIME signature fails if user has no rights to notifications + * Mail: fix invalid domain name in headers stall whole mailbox + * Mail: filter / and ? from filenames when saving to VFS or disk + * Infolog: entries in a projectmanager template keep their contact / from when a new project is created from the template + * Infolog: fix copying from project template did not update the contact field + * LDAP/ActiveDirectory: fix sorting accounts by anything other then account-name fails + * Addressbook: fix duplicate detection when editing contact + * Calendar: avoid hanging in planner if event has an invalid category + + -- Ralf Becker Tue, 30 Jan 2018 15:32:03 +0100 + egroupware-epl (17.1.20180118) hardy; urgency=low * SECURITY AND MAINTENANCE RELEASE: PLEASE UPDATE IMMEDIATELY