Changelog for 21.1.20230210

This commit is contained in:
ralf 2023-02-10 10:31:59 +01:00
parent e67811de1b
commit 4001b3c67f
2 changed files with 11 additions and 1 deletions

View File

@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
$setup_info['api']['version'] = '21.1.001';
$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'] = '21.1.20230210';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,13 @@
egroupware-docker (21.1.20230210) hardy; urgency=low
* LDAP: fix LDAP protocol error creating new groups without a description
* Rocketchat: fix realtime api not wokring becase of CSP error
* PostgreSQL: fixed PHP 8.1 problems (affected rows always returning false, not allowing to update entries)
* All apps: several PHP 8.1 fixes
* full list of fixes check: https://github.com/EGroupware/egroupware/compare/21.1.20221202...21.1.20230210
-- Ralf Becker <rb@egroupware.org> Fri, 10 Feb 2023 10:31:59 +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