[Reproducible-commits] [disorderfs] 02/04: Release 0.3.0
Andrew Ayer
agwa at andrewayer.name
Tue Sep 22 14:14:13 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 14122fd23d2c39b8aa077d16179d64942a4c0f9a
Author: Andrew Ayer <agwa at andrewayer.name>
Date: Tue Sep 22 06:59:16 2015 -0700
Release 0.3.0
---
NEWS | 6 ++++++
disorderfs.cpp | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 4860686..c46eb2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+v0.3.0 (2015-09-22)
+ * Implement multi-user mode.
+ * Add options --shuffle-dirents, --reverse-dirents, and --pad-blocks.
+ * Bug fix: don't follow symlinks in xattr syscalls.
+ * Clarify BUGS in man page.
+
v0.2.0 (2015-08-26)
* Implement xattrs.
* Require rootdir arg to be absolute path, and document in man page.
diff --git a/disorderfs.cpp b/disorderfs.cpp
index 6506fff..f5d1ce3 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -38,7 +38,7 @@
#include <sys/syscall.h>
#include <stddef.h>
-#define DISORDERFS_VERSION "0.2.0"
+#define DISORDERFS_VERSION "0.3.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