Changelog for 19.1.20191119

This commit is contained in:
Ralf Becker 2019-11-19 09:17:32 +02:00
parent a39d257eac
commit 19b6683c73
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '19.1.003';
$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';

View File

@ -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 <rb@egroupware.org> 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