Changelog for 23.1.20230911

This commit is contained in:
ralf 2023-09-11 08:25:38 +02:00
parent 310a4c9c9a
commit a35e80c73a
2 changed files with 11 additions and 1 deletions

View File

@ -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';

View File

@ -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