diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index ec90ae006d..c0f1a5c665 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.20230328'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20230412'; $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 491d135bcc..16652817a7 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,26 @@ +egroupware-docker (23.1.20230412) hardy; urgency=low + + * Docker images are available now for architektures: amd64 (as before), arm/v7, arm64/v8 and ppc64le + * Mail: Make list refresh option available in 3pane-view through column selector + * Mail: allow placeholders in compose instead of email-addresses to be able to create mail templates + * Mail/Calendar: show scrollbar, if meeting request does not fit into preview area + * Filemanager: fix broken expose view for filename click&open action + * Filemanager: fix after opening and closing the gallery in filemanager the list is no longer accessible + * Calendar/CalDAV: set current user as owner for events created in resource calendar + * Rocketchat: fix rocketchat's status sometimes is not showing up in Status app for bigger installations + * Status: add new config setting in order to be able to open BigBlueButton calls in separate window with no iframe + * Status: fix top header (invite button, end call button, ...) in call dialogs no longer is visible + * Status: fix ringing tone never ends after a call being answered + * Status: fix somehow not found user in contacts stalls whole display of status column + * Projectmanager: fix missing application and status icon in element list + * LDAP/AD: if only users get imported, set their primary group and memberships as configured for auto-created accounts (Default group by default) + * LDAP/AD/Setup: periodic import disables (add|edit)account hooks, if account-repository is not SQL and further performance improvements + * LDAP/ADS: fix memberships of local groups were lost in periodic account-import + * EPL/CTI/Addressbook: phone numbers written with unusual separator like pipe symbol where not found + * full list of changes https://github.com/EGroupware/egroupware/compare/23.1.20230328...23.1.20230412 + + -- Ralf Becker Wed, 12 Apr 2023 11:21:00 +0200 + egroupware-docker (23.1.20230328) hardy; urgency=low * Safari/iOS: support Safari/iOS 14.x via transpiling of JavaScript