diff options
-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. |