Changelog for 23.1.20230110

This commit is contained in:
ralf 2023-01-10 12:31:27 -06:00
parent 0074f4a70e
commit 7df0f69621
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'] = '21.1.003';
$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'] = '21.1.20221202';
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230110';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,12 @@
egroupware-docker (21.1.20221202) hardy; urgency=low
* first 23.1 release-candidate
* new web-components based eTemplate2 widgets derived from Shoelace (https://shoelace.style)
* new JS loading with rollup
* quota support for virtual file system
-- Ralf Becker <rb@egroupware.org> Tue, 10 Jan 2023 19:31:27 +0100
egroupware-docker (21.1.20221202) hardy; urgency=low
* PHP 8.1: our standard container uses now PHP 8.1, as 7.4 no longer receives security updates from PHP project itself