From 65c9112c427faf76d9df6d43d7d225104cf09cbe Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 19 Nov 2019 09:17:32 +0200 Subject: [PATCH] Changelog for 19.1.20191119 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index e35c30578a..5f232126c7 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.002'; $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.20191031'; +$setup_info['api']['versions']['maintenance_release'] = '19.1.20191119'; $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 e2e74232d2..6fd00d6aa7 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,12 @@ +egroupware-docker (19.1.20191119) hardy; urgency=low + + * CalDAV/Calendar: Lightning 68 no longer allowed to accept/reject invitations + * CalDAV/Calendar: iOS also no longer allowed to accept/reject invitations + * ImportExport: fix error in importexport_cli.php (Console/Getopt.php not found) + * all apps: fixing serveral cases of wrong Url when proxying and terminating TLS on the proxy + + -- Ralf Becker Tue, 19 Nov 2019 08:17:32 +0100 + egroupware-docker (19.1.20191031) hardy; urgency=low * Docker: allow to set session timeout (in sec) via EGW_SESSION_TIMEOUT enviroment variable