diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 85c34a7702..49e9fb8348 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.20230524'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20230620'; $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 ed1102f905..5ac460183a 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,23 @@ +egroupware-docker (23.1.20230620) hardy; urgency=low + + * Mail: Add new pane option for showing all columns in vertical 3-pane view + * Mail: fix mixed up inline images and attachments in smime signed messages + * Calendar: fix external organizer was not notified by mail (and other missing notifications of non-users) + * Calendar: Fix clicking a day in a different month in sidemenu jumped to wrong date + * Calendar: Deleting an event sometimes left other user's alarms + * Calendar: Adding alarms sometimes gave incorrect "can't add alarms in the past" error + * Calendar: History tab showed start / end times in server time, not user time + * Home: Fix birthdays were not visible + * Infolog / Tracker: Change timesheet total columns to ignore timesheet ACL + * Infolog: History tab showed start / due / completed dates in server time, not user time + * Timesheet: When changing duration, update quantity if it's not been set to something different + * Api: Fix custom etemplates were still used after deletion + * eSync: fix meeting requests confirmed via ActiveSync protocol got wrong time + * EPL: fixed/completed Wildix PBX implementation + * full list of changes https://github.com/EGroupware/egroupware/compare/23.1.20230524...23.1.20230620 + + -- Ralf Becker Tue, 20 Jun 2023 11:26:40 +0200 + egroupware-docker (23.1.20230524) hardy; urgency=low * Mail: performance improvements for huge addressbooks by caching avatars