[Reproducible-commits] [disorderfs] 04/06: Release 0.4.1
Andrew Ayer
agwa at andrewayer.name
Sun Oct 18 03:00:24 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 ae97f8c49ff5dd1309bae605cd75e332213c8d16
Author: Andrew Ayer <agwa at andrewayer.name>
Date: Sat Oct 17 19:52:03 2015 -0700
Release 0.4.1
---
NEWS | 4 ++++
disorderfs.cpp | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 8dd7db6..facb175 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v0.4.1 (2015-10-17)
+ * Disable lock sharing/propagation by default, due to bugs
+ (re-enable with --propagate-locks=yes option).
+
v0.4.0 (2015-09-23)
* Make mmap with MAP_SHARED work.
* Propagate locks to underlying filesystem.
diff --git a/disorderfs.cpp b/disorderfs.cpp
index 8ea69c7..e209181 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -42,7 +42,7 @@ extern "C" {
#include <sys/file.h>
#include <stddef.h>
-#define DISORDERFS_VERSION "0.4.0"
+#define DISORDERFS_VERSION "0.4.1"
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