diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2022-05-21 15:41:01 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2022-05-21 15:41:01 +0200 |
commit | 72c21c112b209b2d092de2fd1750b6741bb187e3 (patch) | |
tree | 5221bb54fc5fe3f31d7d87116de4263c4517a692 | |
parent | fe09dabc0d7684075bd06b50132250ce7dfa1bb0 (diff) |
NEWS: Mention "changing owner" bugfix.
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Latest stuff working directory was the root directory (/). Bug discovered thanks to Jürgen Bubeck. + * BUGFIX: "changing owner" message showed group instead of owner. + * 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. |