[Reproducible-commits] [disorderfs] 01/03: Release 0.4.2

Andrew Ayer agwa at andrewayer.name
Wed Dec 23 01:49:30 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 dee923e2ffc561bf12c4b3dc68f6ebc014645609
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Tue Dec 22 17:34:07 2015 -0800

    Release 0.4.2
---
 NEWS           | 4 ++++
 disorderfs.cpp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index facb175..7a7bbb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v0.4.2 (2015-12-22)
+  * Fix memory corruption when processing command line arguments, which
+    could cause command line options to be ignored.
+
 v0.4.1 (2015-10-17)
   * Disable lock sharing/propagation by default, due to bugs
     (re-enable with --propagate-locks=yes option).
diff --git a/disorderfs.cpp b/disorderfs.cpp
index 4e61e84..d56a14d 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.1"
+#define DISORDERFS_VERSION "0.4.2"
 
 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