diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2022-05-21 16:06:26 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2022-05-21 16:06:26 +0200 |
commit | b46002f1c47d7716fc582269e3d943b87bbdcf9c (patch) | |
tree | e773daf31c7f513e33509083e7f18eaa633dd513 | |
parent | a20cb5571cf8271a52344c0320e65bc2369ecddd (diff) |
NEWS: Mention mtime-related bugfixes.
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |