[Reproducible-commits] [disorderfs] 06/08: Release 0.4.0

Andrew Ayer agwa at andrewayer.name
Wed Sep 23 16:27:21 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 bd8c2480274d8170b57a175d2b74dbc173c654ef
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Wed Sep 23 09:18:56 2015 -0700

    Release 0.4.0
---
 NEWS           | 6 ++++++
 disorderfs.cpp | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c46eb2b..8dd7db6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+v0.4.0 (2015-09-23)
+  * Make mmap with MAP_SHARED work.
+  * Propagate locks to underlying filesystem.
+  * Implement flush, fsync, and fsyncdir operations.
+  * Support more efficient I/O.
+
 v0.3.0 (2015-09-22)
   * Implement multi-user mode.
   * Add options --shuffle-dirents, --reverse-dirents, and --pad-blocks.
diff --git a/disorderfs.cpp b/disorderfs.cpp
index 3834b27..851d510 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -42,7 +42,7 @@ extern "C" {
 #include <sys/file.h>
 #include <stddef.h>
 
-#define DISORDERFS_VERSION "0.3.0"
+#define DISORDERFS_VERSION "0.4.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