mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Changelog for 23.1.20230503
This commit is contained in:
parent
3c337eccd5
commit
d311102a98
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
|||||||
$setup_info['api']['version'] = '23.1';
|
$setup_info['api']['version'] = '23.1';
|
||||||
$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.20230428';
|
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230503';
|
||||||
$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,14 @@
|
|||||||
|
egroupware-docker (23.1.20230503) hardy; urgency=low
|
||||||
|
|
||||||
|
* fix some critical errors/regressions in the not published 23.1.20230428 release
|
||||||
|
* InfoLog: can not set project (caused double submit, stalled saving by redirecting to list)
|
||||||
|
* Calendar: Allow to select multiple categories in sidemenu
|
||||||
|
* Calendar: Put email address after user or contact
|
||||||
|
* ProjectManager: fix entries opened in elements list have wrong project linked (after project is changed)
|
||||||
|
* full list of changes https://github.com/EGroupware/egroupware/compare/23.1.20230428...23.1.20230503
|
||||||
|
|
||||||
|
-- Ralf Becker <rb@egroupware.org> Wed, 03 May 2023 11:51:46 +0200
|
||||||
|
|
||||||
egroupware-docker (23.1.20230428) hardy; urgency=low
|
egroupware-docker (23.1.20230428) hardy; urgency=low
|
||||||
|
|
||||||
* CalDAV/InfoLog: fix infinit loop causing high database load, if sync-collection report did not query calendar-data
|
* CalDAV/InfoLog: fix infinit loop causing high database load, if sync-collection report did not query calendar-data
|
||||||
|
Loading…
Reference in New Issue
Block a user