From 99bd02cb1425126695fa1b6db4a90b4daa970e70 Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 28 Feb 2023 09:43:20 +0100 Subject: [PATCH] Changelog for 23.1.20230228 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 51bce4b234..a863b8827f 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -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'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index e0a879fad1..ba9f86e324 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -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 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