[Reproducible-commits] [disorderfs] 04/06: Release 0.4.3

Andrew Ayer agwa at andrewayer.name
Fri Jun 10 04:01:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

agwa-guest pushed a commit to branch debian
in repository disorderfs.

commit 2f9549fd86156dde62fdef1665ff9609a90593ce
Author: Andrew Ayer <agwa at andrewayer.name>
Date:   Thu Jun 9 20:48:43 2016 -0700

    Release 0.4.3
---
 NEWS           | 4 ++++
 disorderfs.cpp | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 7a7bbb0..49ec607 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v0.4.3 (2016-06-09)
+  * Fix bug that caused files to be created with the wrong permissions.
+  * Minor code cleanup.
+
 v0.4.2 (2015-12-22)
   * Fix memory corruption when processing command line arguments, which
     could cause command line options to be ignored.
diff --git a/disorderfs.cpp b/disorderfs.cpp
index 0895331..6272897 100644
--- a/disorderfs.cpp
+++ b/disorderfs.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Andrew Ayer
+ * Copyright 2015, 2016 Andrew Ayer
  *
  * This file is part of disorderfs.
  *
@@ -42,7 +42,7 @@ extern "C" {
 #include <sys/file.h>
 #include <stddef.h>
 
-#define DISORDERFS_VERSION "0.4.2"
+#define DISORDERFS_VERSION "0.4.3"
 
 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