mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Changelog for 23.1.20241128
This commit is contained in:
parent
c4af21b314
commit
c0c279f53c
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '23.1.010';
|
||||
$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.20241111';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20241128';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,15 @@
|
||||
egroupware-docker (23.1.20241128) hardy; urgency=low
|
||||
|
||||
* PHP: security update to 8.3.14
|
||||
* All apps: many fixes in Fancy theme and new Bootstrap icons (see 23.1.20241111 pre-release)
|
||||
* Tracker: desktop version uses now a nextmatch list for comments
|
||||
* Calendar: new preference for changing resource status when event is moved
|
||||
* Calendar: when opening calendar as infolog, event participants (user accounts) are copied to infolog responsible
|
||||
* Projectmanager: Add a config setting to choose which project statuses we include for link search
|
||||
* Mail: if Sieve editheader extension is available forward with a From header matching the recipient to avoid SPF and DKIM problems/misalignment (need to be enabled in Dovecot)
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Thu, 28 Nov 2024 10:59:43 +0100
|
||||
|
||||
egroupware-docker (23.1.20241111) hardy; urgency=low
|
||||
|
||||
* All apps: new icons based on Bootstrap icons
|
||||
|
@ -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.20241111",
|
||||
"version": "23.1.20241128",
|
||||
"repository": {},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
|
Loading…
Reference in New Issue
Block a user