From 5df9e2cbb0421cf95371354f9140cb36e8d426f2 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 22 Nov 2023 11:44:11 +0200 Subject: [PATCH] Changelog for 23.1.20231122 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index b2471e9e57..a6c1dc291e 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.005'; $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.20231110'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20231122'; $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 afb1e44138..1eecb7cbef 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,21 @@ +egroupware-docker (23.1.20231122) hardy; urgency=low + + * THIS IS A PRE-RELEASE for testing, you need to explicitly set the tag in your docker-compose.override.yml + * SmallPART: new live feedback feature allows to get audience feedback on live recorded sessions + * API: support OpenID Connect for authentication against another OIC IdP + * PHP: updated container to PHP version 8.2.12 as 8.1 reached end of active maintenance + * eTemplate: update webcomponent library Shoelace to version 2.8.0 + * Mail/Sieve: fix vacation message with redirect kept mail in INBOX, even if rule moved it to a folder + * REST API/Mail: viewing uploaded EML files, allowing user to answer, forward or download attachments + * REST API/Mail: support an "X-No-Location: true" header to avoid getting a "Location" header when uploading attachments + * Mail/GMail/Microsoft365: store/update received refresh-token and redirect to IdP, if refresh-token is expired + * Tracker: big performance optimisation for huge installations (causing high browser load before) + * ProjectManager/Calendar: new option to show projects in calendar by data customfields or notify by date customfields + * Registration: fix usage of customfields for registration + * EPL: new feature to store files and backups encrypted in multiple S3 buckets and regions + + -- Ralf Becker Wed, 22 Nov 2023 10:44:10 +0100 + egroupware-docker (23.1.20231110) hardy; urgency=low * Collabora: fix inserting images from filemanager