From 853fd72d91fac55c738b7c1a2031b24ae105988b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 16 Jul 2020 15:18:14 +0200 Subject: [PATCH] Changelog for 20.1.20200716 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 9c8ad62b3f..04f425131e 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'] = '20.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'] = '20.1.20200628'; +$setup_info['api']['versions']['maintenance_release'] = '20.1.20200716'; $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 aa7f7622da..1fea8f3661 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,28 @@ +egroupware-docker (20.1.20200716) hardy; urgency=low + + * 3rd 20.1 release candidate + * Calendar: updates via push-server + * bugfixes in some apps + + -- Ralf Becker Thu, 16 Jul 2020 15:18:14 +0200 + +egroupware-docker (20.1.20200710) hardy; urgency=low + + * second release candidate for upcomming 20.1 release + * openSUSE/SLE/CentOS/RHEL: support for Nginx for current version + * Mail: allow to configure a proxy to display external http images (eg. proxy.egroupware.org) + * Mail: open notification email of own domain as popup + * Mail: Add replyTo, CC, BCC and folder fields into predefined compose values + * Login page: use HTTP status code 401 for a failed login, so tools like fail2ban can recognice that + * Collabora: Implement file rename operation + * Status: fix CSP error for meet.jit.si, if site config was saved with no server or jitsi.egroupware.net + * Etemplate: Get vfsUpload values to use expose so they work like links + * Rocket.Chat: Fix constant autologin loop when RC uses a different domain then EGroupware + * smallPART: fixed UI problems when embeded via LTI + * smallPART: fixed empty email and name for new uses created via LTI + + -- Ralf Becker Fri, 10 Jul 2020 12:13:20 +0200 + egroupware-docker (20.1.20200628) hardy; urgency=low * first 20.1 release candidate