2 ------------------------------------------------------------------------
4 * BUGFIX: Applying metadata with extended attribute having null byte
5 in value zeroed all following bytes of this xattr value.
7 * BUGFIX: Reading extended attributes while not having permissions
10 * Empty directories not present in metadata can be now removed when
11 applying stored metadata if -E / --remove-empty-dirs option is used.
13 * Stored metadata (in .metadata file by default) and real metadata
14 (from filesystem) can be now dumped in human-readable form using new
15 action: -d / --dump. Please do not rely on its current format!
17 * Scripts in example/ directory do not require bash anymore and there
18 is a new example for post checkout hook.
20 * Dependency on libattr's xattr.h header has been removed.
21 As long as your libc provides sys/xattr.h (glibc does it since v2.3),
22 everything should be fine.
24 * Dependency on libbsd has been added. It's used by dump action.