summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2015-07-24 15:35:53 +1000
committerNeilBrown <neilb@suse.com>2015-07-24 16:18:17 +1000
commit3cab8baec57413e06191d8d719d7f3003c96d3f0 (patch)
tree112bfa5cfa32184c9f8b7176a28792822440e74e
parente4fa82a858096911523ba2ae0c0a503c91cdd5b9 (diff)
downloadmdadm-3cab8baec57413e06191d8d719d7f3003c96d3f0.tar.gz
Release mdadm-3.3.3mdadm-3.3.3
Signed-off-by: NeilBrown <neilb@suse.com>
-rw-r--r--ANNOUNCE-3.3.318
-rw-r--r--ReadMe.c6
-rwxr-xr-xinventory2
-rw-r--r--mdadm.8.in2
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
-rw-r--r--mdmon.82
7 files changed, 27 insertions, 7 deletions
diff --git a/ANNOUNCE-3.3.3 b/ANNOUNCE-3.3.3
new file mode 100644
index 0000000..ac1b217
--- /dev/null
+++ b/ANNOUNCE-3.3.3
@@ -0,0 +1,18 @@
+Subject: ANNOUNCE: mdadm 3.3.3 - A tool for managing md Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 3.3.3
+
+It is available at the usual places:
+ http://www.kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+ git://github.com/neilbrown/mdadm
+ git://neil.brown.name/mdadm
+ http://git.neil.brown.name/git/mdadm.git
+
+The 100 changes since 3.3.3 are mostly little bugfixes and some improvements
+to the selftests.
+raid6check now handle all RAID6 layouts including DDF correctly.
+See git log for the rest.
+
+NeilBrown 24th July 2015
diff --git a/ReadMe.c b/ReadMe.c
index 87a4916..8af8cd0 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -1,7 +1,7 @@
/*
* mdadm - manage Linux "md" devices aka RAID arrays.
*
- * Copyright (C) 2001-2014 Neil Brown <neilb@suse.de>
+ * Copyright (C) 2001-2015 Neil Brown <neilb@suse.de>
*
*
* This program is free software; you can redistribute it and/or modify
@@ -25,10 +25,10 @@
#include "mdadm.h"
#ifndef VERSION
-#define VERSION "3.3.2"
+#define VERSION "3.3.3"
#endif
#ifndef VERS_DATE
-#define VERS_DATE "21st August 2014"
+#define VERS_DATE "24th July 2015"
#endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
diff --git a/inventory b/inventory
index 40598ce..36f2e94 100755
--- a/inventory
+++ b/inventory
@@ -20,6 +20,7 @@ ANNOUNCE-3.2.6
ANNOUNCE-3.3
ANNOUNCE-3.3.1
ANNOUNCE-3.3.2
+ANNOUNCE-3.3.3
Assemble.c
Build.c
COPYING
@@ -234,6 +235,7 @@ tests/18imsm-r0_2d-takeover-r10_4d
tests/18imsm-r10_4d-takeover-r0_2d
tests/18imsm-r1_2d-takeover-r0_1d
tests/19raid6auto-repair
+tests/19raid6check
tests/19raid6repair
tests/19repair-does-not-destroy
tests/ToTest
diff --git a/mdadm.8.in b/mdadm.8.in
index e4440f0..912ee4c 100644
--- a/mdadm.8.in
+++ b/mdadm.8.in
@@ -5,7 +5,7 @@
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\" See file COPYING in distribution for details.
-.TH MDADM 8 "" v3.3.2
+.TH MDADM 8 "" v3.3.3
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index 384a1d8..b5e0b69 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -1,6 +1,6 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm
-Version: 3.3.2
+Version: 3.3.3
Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: http://neil.brown.name/blog/mdadm
diff --git a/mdassemble.8 b/mdassemble.8
index 33192c9..9a00938 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.3.2
+.TH MDASSEMBLE 8 "" v3.3.3
.SH NAME
mdassemble \- assemble MD devices
.I aka
diff --git a/mdmon.8 b/mdmon.8
index 4f9a439..86fbb15 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.3.2
+.TH MDMON 8 "" v3.3.3
.SH NAME
mdmon \- monitor MD external metadata arrays