From 826f055b07be44fef7ad225d6f30bfe3a41f2b54 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 25 Sep 2019 13:26:54 +0200 Subject: [PATCH] Changelog for 19.1.20190925 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 4a64eed8ec..0d82bd8dde 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.001'; $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.20190917'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20190925'; $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 7eebc4037c..b393246670 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,15 @@ +egroupware-docker (19.1.20190925) hardy; urgency=low + + * Password&Security: fix not working password change after 19.1.20190917 + * Calendar: fix not working print view, if conventional add popup is enabled + * Addressbook: fix filters in list "jumping" in Chrome 76+ on Windows + * Template: implement applications list up/down scroll buttons (as an user preference feature) + * InfoLog: fix delegation no longer shown after database restore + * History: fix timestamps broken by 19.1 update storing diffs using timestamp of preceeding row + * Tracker: fix unable to clear queue/category/version colors + + -- Ralf Becker Wed, 25 Sep 2019 13:26:53 +0200 + egroupware-docker (19.1.20190917) hardy; urgency=low * EPL: WebAuthn incl. older U2F tokens as 2nd factor for authentication