From 1889adadfb7eba4c3f839c98dd672f702ba66cb7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 22 Aug 2019 14:11:14 +0200 Subject: [PATCH] Changelog for 19.1.20190822 --- 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 8e73b74657..332464673c 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.20190813'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20190822'; $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 228373ebd8..9cf4c0a351 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-docker (19.1.20190822) hardy; urgency=low + + * Mail: fix broken save to filemanager action + * Mail: add format selector into compose htmltext editor's toolbar + * Api: no longer loggin last-logintime of anonymous user + * Notifications: remove calendar notification from the list after applying any of actions + * Mobile theme: fix broken html editor in mobile view (e.g. mail compose) + * OpenID/OAuth: fixed missing redirect to login causing Rocket.Chat login to fail + * OpenID/OAuth: allow to enable and view request log from within EGroupware + * PostgreSQL: fix SQL error displaying project-list + * Status: fix status app loses its user list if no access right to rocketchat app + * Tracker: fix sometimes not readable comments (resized too small) + * Rocketchat: fix stalled registration due to (wrong) MAIL_URL in docker-compose file + + -- Ralf Becker Thu, 22 Aug 2019 14:11:14 +0200 + egroupware-docker (19.1.20190813) hardy; urgency=low * final 19.1 release