Changelog for 23.1.20230228

This commit is contained in:
ralf 2023-02-28 09:43:20 +01:00
parent 2f175c502c
commit 99bd02cb14
2 changed files with 16 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.20230210';
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230228';
$setup_info['api']['enable'] = 3;
$setup_info['api']['app_order'] = 1;
$setup_info['api']['license'] = 'GPL';

View File

@ -1,3 +1,18 @@
egroupware-docker (23.1.20230228) hardy; urgency=low
* 5th release and hopefulle last candidate for upcomming 23.1
* Addressbook/CardDAV: fix new Thunderbird 110 could not sync big addressbooks
* Mail/OAuth: fix mail account creation failed for regular EGroupware users / non-admins
* Timesheet: allow to set preference to never ask again to start working time on login
* AD/LDAP: account import supports now (keeping) local groups and their memberships, if configured to do so
* ActiveDirectory: fix making extra AD attributes available via custom fields with "ldap_" prefix
* AD/LDAP: fix SQL error "duplicate entry 'X' on egw_accounts.account_lid" when updating an existing account
* Status/ActiveDirectory: fix not displayed photo avatar
* Status/LDAP/AD/UCS: fix picture of users not stored in DB was not shown
* for a full list of fixes check: https://github.com/EGroupware/egroupware/compare/23.1.20230210...23.1.20230228
-- Ralf Becker <rb@egroupware.org> Tue, 28 Feb 2023 09:43:20 +0100
egroupware-docker (23.1.20230210) hardy; urgency=low
* 4th release candidate for upcomming 23.1, final released scheduled for March 1st 2023