Changelog for 20.1.20201020

This commit is contained in:
Ralf Becker 2020-10-20 09:39:00 +02:00
parent d1955419ee
commit 8b1f932e8e
2 changed files with 22 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '20.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'] = '20.1.20201005';
$setup_info['api']['versions']['maintenance_release'] = '20.1.20201020';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,24 @@
egroupware-docker (20.1.20201020) hardy; urgency=low
* Swoolepush: fix access to undeclared static propertiy SwoolPush\Backend::$failed_attempts
* Swoolepush: periodically pinging server from browser to detect lost websocket connection and reconnect
* Api: detect if framework data is missing for popups too and redirect to cd=popup to load it
* Api: setting configured server-timezone for the databases connection, to fix cases were they do not match
* Admin: fix session list did NOT show interactive sessions, if push is used
* OpenIDConnect/Guacamole: fix clients managed as EGroupware apps require Rocket.Chat run rights
* Infolog: Responsible user in a different timezone would adjust the due date when saving
* Mail: do not override existing compose fields with predefined values
* Filemanager: fix drag and drop a file no longer working from outside of browser into the list
* HTML Editor: fix bug in editing uploaded image
* HTML Editor: add table button into html editor's toolbar
* Rocket.Chat: fix not working login with newer desktop clients
* Calendar: Current time line now spans all columns in single day view
* Calendar/Merge: Fix {{link}} placeholder not working for HTML mails, use {{link/href}} to get a clickable link
* Tracker: Fix export database values always gave 0 rows
* PostgreSQL/SmallPART: fix installation / update to 20.1 failed
-- Ralf Becker <rb@egroupware.org> Tue, 20 Oct 2020 09:38:59 +0200
egroupware-docker (20.1.20201005) hardy; urgency=low
* WatchTowner/Nginx: modified Nginx config to resolve changed IP addresses of updated containers, fix 502 Bad Gateway errors