Changelog for 23.1.20231201

This commit is contained in:
ralf 2023-12-01 08:06:30 +02:00
parent 671dc1d28b
commit 6818d018ce
2 changed files with 8 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.20231129';
$setup_info['api']['versions']['maintenance_release'] = '23.1.20231201';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,10 @@
egroupware-docker (23.1.20231201) hardy; urgency=low
* Api: more fixes around select-widgets
* Mail: one remainig problem: email-addresses can NOT (yet) again be re-ordered by drag-n-drop
-- Ralf Becker <rb@egroupware.org> Fri, 01 Dec 2023 07:06:30 +0100
egroupware-docker (23.1.20231129) hardy; urgency=low
* API: fixed several regressions around updated select and email entry widgets