From: Jule Anger Date: Thu, 28 Aug 2025 08:21:49 +0000 (+0200) Subject: WHATSNEW: add Modern write time update logic X-Git-Tag: samba-4.23.0rc3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=601e0e2c7443c3efd10fef0101ba06f96bd9c245;p=thirdparty%2Fsamba.git WHATSNEW: add Modern write time update logic Signed-off-by: Ralph Boehme --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index c492d5cfe13..b3dac88483a 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -57,7 +57,10 @@ options and interactions with tls related options. Modern write time update logic ------------------------------ -todo +Samba 4.23 changes file timestamp handling to match modern Windows servers. +Earlier releases used delayed write time updates, where last_write_time was +only refreshed after a short idle period. Now Samba applies immediate +timestamp updates consistent with modern Windows 10/Server 2016 or newer. Initial version of smb_prometheus_endpoint ------------------------------------------