[Reproducible-commits] [disorderfs] 04/07: Add NEWS, release 0.2.0
Andrew Ayer
agwa at andrewayer.name
Wed Aug 26 20:15:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
agwa-guest pushed a commit to branch debian
in repository disorderfs.
commit bd308d4982a75b8e7c90af29ba7beacc45e726ad
Author: Andrew Ayer <agwa at andrewayer.name>
Date: Wed Aug 26 12:53:57 2015 -0700
Add NEWS, release 0.2.0
---
NEWS | 7 +++++++
disorderfs.cpp | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..4860686
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,7 @@
+v0.2.0 (2015-08-26)
+ * Implement xattrs.
+ * Require rootdir arg to be absolute path, and document in man page.
+ * Clarify BUGS in man page.
+
+v0.1.0 (2015-08-21)
+ * Initial release.
diff --git a/disorderfs.cpp b/disorderfs.cpp
index c24c2a5..070795b 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -36,7 +36,7 @@
#include <attr/xattr.h>
#include <sys/types.h>
-#define DISORDERFS_VERSION "0.1.0"
+#define DISORDERFS_VERSION "0.2.0"
namespace {
std::vector<std::string> bare_arguments;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/disorderfs.git
More information about the Reproducible-commits
mailing list