summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2022-05-21 15:41:01 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2022-05-21 15:41:01 +0200
commit72c21c112b209b2d092de2fd1750b6741bb187e3 (patch)
tree5221bb54fc5fe3f31d7d87116de4263c4517a692
parentfe09dabc0d7684075bd06b50132250ce7dfa1bb0 (diff)
NEWS: Mention "changing owner" bugfix.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3cc074..8337165 100644
--- a/NEWS
+++ b/NEWS
@@ -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.