diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2021-04-07 18:29:58 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2021-04-07 18:29:58 +0200 |
commit | 2e275f9b117fdf3b36cfc6955f055f0620f47ee4 (patch) | |
tree | 8909380eae96ea218056c5eb7b5974b1ddd51c7c | |
parent | 4c03ec2b628d64ab6b3c5b98d34c93302d93b06e (diff) |
NEWS: Mention normalize_path() bugfix.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |