From b9ca30376ef023f1f2697cc1b840b40c32a3c29c Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 28 Apr 2023 08:44:31 +0200 Subject: [PATCH] Changelog for 23.1.20230428 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index c0f1a5c665..8a21d5203e 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'] = '23.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'] = '23.1.20230412'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20230428'; $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 16652817a7..389507393d 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,26 @@ +egroupware-docker (23.1.20230428) hardy; urgency=low + + * CalDAV/InfoLog: fix infinit loop causing high database load, if sync-collection report did not query calendar-data + * CalDAV/Calendar: fix recurring events with users only added to an exception and have been deleted or rejected after + * CardDAV/Addressbook: show and allow to sync for default and forced preferences all ABs of the admin user + * Calendar: fix not displayed events of resources when a resource category was selected + * Mail: fix resize of compose window in plain-text mode to display everything + * Mail: fix showing of calendar invitations in s/mime + * Rocketchat: fix rocketchat's status sometimes is not showing up in Status app for bigger installations + * Status: add new config setting in order to be able to open BigBlueButton calls in separate window with no iframe + * Status: fix top header (invite button, end call button, ...) in call dialogs no longer is visible + * Status: fix ringing tone never ends after a call being answered + * Status: fix somehow not found user in contacts stalls whole display of status column + * ProjectManager: fix display of icons in project- and element-list + * EPL/ProjectManager: fix moving tasks and projects + * EPL/Firewall: fix test gave an "Illegal offset type" error + * EPL/Tracker: fix reports not being displayed and giving errors + * AD/LDAP/Import: for AD always do a full import of groups, as AD seems not to update the modification date, if only members change + * All apps: various fixes in the new web-component based widgets + * full list of changes https://github.com/EGroupware/egroupware/compare/23.1.20230412...23.1.20230428 + + -- Ralf Becker Fri, 28 Apr 2023 08:44:31 +0200 + egroupware-docker (23.1.20230412) hardy; urgency=low * Docker images are available now for architektures: amd64 (as before), arm/v7, arm64/v8 and ppc64le