From d311102a98121768c3179f66fd8ffccc81ba9735 Mon Sep 17 00:00:00 2001 From: ralf Date: Wed, 3 May 2023 11:51:46 +0200 Subject: [PATCH] Changelog for 23.1.20230503 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 8a21d5203e..f21d54501a 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.20230428'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20230503'; $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 389507393d..747399567e 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,14 @@ +egroupware-docker (23.1.20230503) hardy; urgency=low + + * fix some critical errors/regressions in the not published 23.1.20230428 release + * InfoLog: can not set project (caused double submit, stalled saving by redirecting to list) + * Calendar: Allow to select multiple categories in sidemenu + * Calendar: Put email address after user or contact + * ProjectManager: fix entries opened in elements list have wrong project linked (after project is changed) + * full list of changes https://github.com/EGroupware/egroupware/compare/23.1.20230428...23.1.20230503 + + -- Ralf Becker Wed, 03 May 2023 11:51:46 +0200 + egroupware-docker (23.1.20230428) hardy; urgency=low * CalDAV/InfoLog: fix infinit loop causing high database load, if sync-collection report did not query calendar-data