From fff431fd4fa9fa9fc97ccbf2f2f71c24d8b5eb93 Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 25 Jan 2024 11:02:46 +0200 Subject: [PATCH] Changelog for 23.1.20240125 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index a284aca7c2..9452cb1f43 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.20231220'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20240125'; $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 bbe77f6efe..669b3782da 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,23 @@ +egroupware-docker (23.1.20240125) hardy; urgency=low + + * Mail: New option "Name and domain" to show e.g. "John Smith (example.org)" set under "Information to show on email tag" + * Mail: fix diverse problems of rich-text editor, if small paragraphs are used + * Mail REST Api: added reply to an uploaded eml file (with optional preset body and attachments) + * REST Api: allow to create new fields with PATCH for application/json content-type and error on not existing custom fields + * Adressbook/Calendar/REST: fix not parsed custom fields + * Addressbook: Fix distribution list rename + * Api: Fix favorites button in nextmatch header did not work + * Calendar/CalDAV: new calendar-config to allow party-crashers with email matching a given regular expression + * Calendar: update holidays with new thunderbird.net URLs/data for a lot more countries + * Filemanager: fix not working setting "No Access" permission on directories e.g. to hide (unwanted) group-directories + * OpenIDConnect: allow to show as button on login page to use together with regular password login + * Importexport: Fix import through dialog fails + * Tracker: Fix missing assigned users with some access / group configurations + * ActiveDirectory: optionally also use/import groups of type distribution-list + * EPL S3: fix not working upload of backups + + -- Ralf Becker Thu, 25 Jan 2024 10:02:46 +0100 + egroupware-docker (23.1.20231220) hardy; urgency=low * Mail: fix regressions with new email widget selecting from search result with mouse