mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Changelog for 23.1.20240624
This commit is contained in:
parent
03693f7d3b
commit
b851de3463
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
|||||||
$setup_info['api']['version'] = '23.1.006';
|
$setup_info['api']['version'] = '23.1.006';
|
||||||
$setup_info['api']['versions']['current_header'] = '1.29';
|
$setup_info['api']['versions']['current_header'] = '1.29';
|
||||||
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
// maintenance release in sync with changelog in doc/rpm-build/debian.changes
|
||||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20240430';
|
$setup_info['api']['versions']['maintenance_release'] = '23.1.20240624';
|
||||||
$setup_info['api']['enable'] = 3;
|
$setup_info['api']['enable'] = 3;
|
||||||
$setup_info['api']['app_order'] = 1;
|
$setup_info['api']['app_order'] = 1;
|
||||||
$setup_info['api']['license'] = 'GPL';
|
$setup_info['api']['license'] = 'GPL';
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
egroupware-docker (23.1.20240624) hardy; urgency=low
|
||||||
|
|
||||||
|
* THIS IS A SECURITY UPDATE: thanks to Christian Zaeske from SySS GmbH and Hochschule Magdeburgr-Stendal, please update ASAP
|
||||||
|
* Mail: fix broken PDF attachments which were quoted-printable encoded
|
||||||
|
* Mail: do not stall (quick-)preview on mails without text-part e.g. PDF only
|
||||||
|
* Mail: allow to edit/fix mail account if no session password is available e.g. SAML or OpenIdConnect SSO login
|
||||||
|
* Filemanager: automatic shorten too long filenames and replace 4-byte utf-8 characters, which gave an error when trying to store VFS
|
||||||
|
* Calendar: fix editing recurring events of type RDATE/explicit dates
|
||||||
|
* Calendar: fix generating/importing exceptions on recurring events using explicit RDATEs instead of a RRULE
|
||||||
|
* CalDAV/CardDAV/REST API: fix not working limited result
|
||||||
|
* eSync: fix whole-day events were one day longer (shifted by timezone difference)
|
||||||
|
* eSync/Mail/Calendar: limit request for all mail and events to 1 year back, instead of previous 178 or 100 days
|
||||||
|
* eSyncPro/EPL: fix provisioning loop cause by wrong timezone conversation
|
||||||
|
* Calendar/eSync/EPL: better cope with Android bug reporting always 1st of current month as cutoffdate, if a policy is given: use setting of default policy instead
|
||||||
|
* Resources: fix category-name not shown in edit, if user has no edit rights to the resources
|
||||||
|
* Resources: fix editing on mobile devices gave a template error
|
||||||
|
* ProjectManager: if sorting element-list by start, end, budget, time or quantity: consider both varieties, but prefer the requested one
|
||||||
|
* InfoLog: now fully supported by REST API
|
||||||
|
|
||||||
|
-- Ralf Becker <rb@egroupware.org> Mon, 24 Jun 2024 10:31:40 +0200
|
||||||
|
|
||||||
egroupware-docker (23.1.20240430) hardy; urgency=low
|
egroupware-docker (23.1.20240430) hardy; urgency=low
|
||||||
|
|
||||||
* Notifications: fixed deleting and grouping of popup notifications by app-name and -id and show full total independent of max. 100 shown entries
|
* Notifications: fixed deleting and grouping of popup notifications by app-name and -id and show full total independent of max. 100 shown entries
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "EGroupware",
|
"name": "EGroupware",
|
||||||
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
"description": "EGroupware is a groupware suite in PHP and Javascript: https://www.egroupware.org/",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
"version": "23.1.20240430",
|
"version": "23.1.20240624",
|
||||||
"repository": {},
|
"repository": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rollup -c",
|
"build": "rollup -c",
|
||||||
|
Loading…
Reference in New Issue
Block a user