From 9a21f409af500a2c1cd74987dd614049faec53ce Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Sep 2019 12:14:05 +0200 Subject: [PATCH] Changelog for 19.1.20190917 --- 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 332464673c..408e791481 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'; $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.20190822'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20190917'; $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 9cf4c0a351..7eebc4037c 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,20 @@ +egroupware-docker (19.1.20190917) hardy; urgency=low + + * EPL: WebAuthn incl. older U2F tokens as 2nd factor for authentication + * Preferences: always show Security & Password popup, only disable password tab, if no rights to change it + * Notification: instead of overwritting From address use ReplyTo + * Tracker: for notifications use explicit replyTo address or sender from mail config + * Calendar: Fix quick add lost additional participants + * Calendar: update to timezones version 2.2019b + * Univention: fix "Must change password upon next login" feature + * Mail: fix email date is an editable field in mail display + * Filemanager: fix actions in share->mail context menu not working on multi-selection + * Setup: fix post_install.php breaking bcrypt header_admin_password + * EPL: fix not working automatic update of container / watchtower (requires docker-compose.yml update!) + * RHEL/CentOS: fix dependency of docker-compose package to work with OS docker version + + -- Ralf Becker Tue, 17 Sep 2019 12:14:04 +0200 + egroupware-docker (19.1.20190822) hardy; urgency=low * Mail: fix broken save to filemanager action