From a9d59bb90349c655894afd7daa88dda9704130f4 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 11 Sep 2023 08:25:38 +0200 Subject: [PATCH] Changelog for 23.1.20230911 --- api/setup/setup.inc.php | 2 +- doc/rpm-build/debian.changes | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php index 7e23fe02d8..27bd778708 100644 --- a/api/setup/setup.inc.php +++ b/api/setup/setup.inc.php @@ -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'; diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes index 6ee0ad0327..966d1375ac 100644 --- a/doc/rpm-build/debian.changes +++ b/doc/rpm-build/debian.changes @@ -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 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