summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@gmail.com>2021-04-07 18:29:58 +0200
committerPrzemyslaw Pawelczyk <przemoc@gmail.com>2021-04-07 18:29:58 +0200
commit2e275f9b117fdf3b36cfc6955f055f0620f47ee4 (patch)
tree8909380eae96ea218056c5eb7b5974b1ddd51c7c
parent4c03ec2b628d64ab6b3c5b98d34c93302d93b06e (diff)
NEWS: Mention normalize_path() bugfix.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbb060e..e3cc074 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
Latest stuff
------------------------------------------------------------------------
+ * BUGFIX: Normalization of paths in arguments failed when current
+ working directory was the root directory (/).
+ Bug discovered thanks to Jürgen Bubeck.
+
* 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.