summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2022-05-21 16:06:26 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2022-05-21 16:06:26 +0200
commitb46002f1c47d7716fc582269e3d943b87bbdcf9c (patch)
treee773daf31c7f513e33509083e7f18eaa633dd513 /NEWS
parenta20cb5571cf8271a52344c0320e65bc2369ecddd (diff)
NEWS: Mention mtime-related bugfixes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8337165..89f521c 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@ Latest stuff
* BUGFIX: "changing owner" message showed group instead of owner.
+ * BUGFIX: Applying mtime was not including nanoseconds.
+ Bug discovered thanks to Björn Haßler.
+
+ * BUGFIX: Applying mtime was needlessly changing atime.
+
+ * BUGFIX: Applying mtime was not working on symlinks.
+
* Support building with no extended attributes support when NO_XATTR
macro is predefined to non-0 value (e.g. put -DNO_XATTR in CFLAGS).
You can achieve it by passing NO_XATTR=1 to make invocation.