Changelog for 23.1.20230620

This commit is contained in:
ralf 2023-06-20 11:26:40 +02:00
parent c80304f7de
commit a4f745f16a
2 changed files with 21 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.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';

View File

@ -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 <rb@egroupware.org> 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