mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Changelog for 23.1.20230911
This commit is contained in:
parent
310a4c9c9a
commit
a35e80c73a
@ -14,7 +14,7 @@ $setup_info['api']['title'] = 'EGroupware API';
|
||||
$setup_info['api']['version'] = '23.1.004';
|
||||
$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.20230824';
|
||||
$setup_info['api']['versions']['maintenance_release'] = '23.1.20230911';
|
||||
$setup_info['api']['enable'] = 3;
|
||||
$setup_info['api']['app_order'] = 1;
|
||||
$setup_info['api']['license'] = 'GPL';
|
||||
|
@ -1,3 +1,13 @@
|
||||
egroupware-docker (23.1.20230911) hardy; urgency=low
|
||||
|
||||
* Mail: equal sign followed by numbers is mangled in plain-text mails (e.g. =22 becomes a ")
|
||||
* Calendar: fix at certain times calendar showed Tuesday-Monday instead of Monday-Sunday (depending on timezone)
|
||||
* Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget
|
||||
* Api: fixed date&time display on mobile devices
|
||||
* ActiveDirectory: fix regression causing password change to fail with error "no SSL connection", even if one was used
|
||||
|
||||
-- Ralf Becker <rb@egroupware.org> Mon, 11 Sep 2023 08:25:38 +0200
|
||||
|
||||
egroupware-docker (23.1.20230824) hardy; urgency=low
|
||||
|
||||
* Api: Store recoverable password (encrypted) for shares so you don't have to change it when you forget
|
||||
|
Loading…
Reference in New Issue
Block a user