Changelog for 23.1.20230524

This commit is contained in:
ralf 2023-05-24 11:58:49 +02:00
parent 68aaad7f87
commit 26ee5bc446
2 changed files with 18 additions and 1 deletions

View File

@ -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.20230503';
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230524';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,20 @@
egroupware-docker (23.1.20230524) hardy; urgency=low
* Mail: performance improvements for huge addressbooks by caching avatars
* Mail: searching in compose now ignores custom fields as they might lead to unexpected results
* Mail: fix preview and display no longer can decrypt an encrypted pgp message
* Mail: fix date filter is no longer working in mail's list
* Mail: work around Firefox not offering an option to not ask again installing EGroupware as mail-handler
* eSync/Mail: fix wrong timezone conversation if user-timezone is different from server-timezone
* CalDAV/Calendar: fix group invitations were not shown on devices unless explicit accepted
* Filemanager/All apps: Fix drag out files to desktop (Chrome only!) and file drag in (all browsers)
* Mobile theme: Fix calendar header toolbars are no more visible
* smallPART: Added Commentstoptime to Comment-CSV-Export
* Status: fix call popup shows empty white screen (happens in FF only)
* All apps: fix / improve several widgets specially selectbox and tags
-- Ralf Becker <rb@egroupware.org> Wed, 24 May 2023 11:58:49 +0200
egroupware-docker (23.1.20230503) hardy; urgency=low
* fix some critical errors/regressions in the not published 23.1.20230428 release