Changelog for 23.1.20231220

This commit is contained in:
ralf 2023-12-20 10:38:04 +02:00
parent b337867b03
commit 0f470df37b
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -1,3 +1,12 @@
egroupware-docker (23.1.20231220) hardy; urgency=low
* Mail: fix regressions with new email widget selecting from search result with mouse
* all apps: use new email widget in all apps as it fixes problems with iOS version 17.1+
* all apps: fix editing email addresses did not take the new value and mouse usage for editing
* Filemanager: Fix missing site icon in anonymous file share
-- Ralf Becker <rb@egroupware.org> Wed, 20 Dec 2023 09:38:04 +0100
egroupware-docker (23.1.20231219) hardy; urgency=low
* Mail: new fully keyboard navigatable email-address entry, also allowing to sort recipients via drag-n-drop