From baaccf3f9539c4d716852bf4c15ca83492a77c09 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 30 Sep 2024 08:43:10 +0200 Subject: [PATCH] Changelog for 23.1.20240930 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index f0f6ba477b..f6fc198fe8 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.009'; $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.20240905'; +$setup_info['api']['versions']['maintenance_release'] = '23.1.20240930'; $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 3521ab7c02..d1ccc8e10b 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -1,3 +1,19 @@ +egroupware-docker (23.1.20240930) hardy; urgency=low + + * PHP Security Update to 8.3.12 + * All apps: limit number of loaded links to 20 and offering to load more, if more are available + * All apps: allow longer sharing-path up to 1024 chars (instead of just 255), which also limited Collabora editing + * Admin: bulk action together with a selected group and select all was not working / complaining about nothing selected + * Admin: trying to create a global category with a parent gave a validation error + * Calendar: differ between private events and only having free/busy-rights by showing "busy" instead of "private" as title + * Mail: remove content of script and style tags from displayed html mail + * Mail: fix wrong badge (with number of unread mails) when using empty Trash or Spam folder + * ActiveDirectory: allow to disable VLV controls, if your AD has problems with it AND can return all users in a single query + * Filemanager: fix not being able to become superuser + * All apps: updated translations from our translation server + + -- Ralf Becker Mon, 30 Sep 2024 08:43:10 +0200 + egroupware-docker (23.1.20240905) hardy; urgency=low * Admin: allow to show groups by container: e.g. LDAP DN or arbitrary part of name found by a regular expression diff --git a/package.json b/package.json index 7454724390..cf72b5fbc2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "EGroupware", "description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/", "license": "GPL-2.0", - "version": "23.1.20240905", + "version": "23.1.20240930", "repository": {}, "scripts": { "build": "rollup -c",