]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
WHATSNEW: add Modern write time update logic
authorJule Anger <janger@samba.org>
Thu, 28 Aug 2025 08:21:49 +0000 (10:21 +0200)
committerJule Anger <janger@samba.org>
Thu, 28 Aug 2025 09:38:21 +0000 (09:38 +0000)
Signed-off-by: Ralph Boehme <slow@samba.org>
WHATSNEW.txt

index c492d5cfe13f675070ca022a3ab670e4d12af8e1..b3dac88483a5b0c5557e8eb05cac5bce78c8fa5f 100644 (file)
@@ -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
 ------------------------------------------