From b46002f1c47d7716fc582269e3d943b87bbdcf9c Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Sat, 21 May 2022 16:06:26 +0200 Subject: NEWS: Mention mtime-related bugfixes. --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit v1.2.1