From 7c7eabdfc213636fa1f5a7fe7e457b20a8d7defd Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Tue, 8 Sep 2015 01:08:32 +0200 Subject: Add action to dump metadata in human-readable form: -d / --dump. metastore depends now on libbsd, because of strmode() function. This commit fixes issue #28. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4dbd0f5..7cf7a77 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,10 @@ Latest stuff (planned release date: 2015-09-??) * Empty directories not present in metadata can be now removed when applying stored metadata if -E / --remove-empty-dirs option is used. + * Stored metadata (in .metadata file by default) and real metadata + (from filesystem) can be now dumped in human-readable form using new + action: -d / --dump. Please do not rely on its current format! + * Scripts in example/ directory do not require bash anymore and there is a new example for post checkout hook. @@ -14,6 +18,8 @@ Latest stuff (planned release date: 2015-09-??) As long as your libc provides sys/xattr.h (glibc does it since v2.3), everything should be fine. + * Dependency on libbsd has been added. It's used by dump action. + Old times (2007-2014) ------------------------------------------------------------------------ -- cgit v1.2.1