diff --git a/NEWS b/NEWS
index afea7e9c2..68729891e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.23.10 (not yet released)
+* storage
+ - curl: fix file time stamps
* decoder
- ffmpeg: fix libfmt 9 compiler warning
* encoder
diff --git a/src/storage/plugins/CurlStorage.cxx b/src/storage/plugins/CurlStorage.cxx
index f03fd13b8..1cf83639b 100644
--- a/src/storage/plugins/CurlStorage.cxx
+++ b/src/storage/plugins/CurlStorage.cxx
@@ -284,6 +284,7 @@ public:
""
""
""
+ ""
""
"");
}