summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <Jes.Sorensen@gmail.com>2017-01-09 16:44:39 -0500
committerJes Sorensen <Jes.Sorensen@gmail.com>2017-01-09 16:46:34 -0500
commit25cfca3134b05e3af03825a1c40d06842f773ce6 (patch)
tree56393d8a5ed7bb00640532db3556c1b0fcb5255f
parentef5c214e4ff8b5f489421352ee6e2b6ddf8257d2 (diff)
downloadmdadm-25cfca3134b05e3af03825a1c40d06842f773ce6.tar.gz
Release mdadm-4.0mdadm-4.0
My first release! Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
-rw-r--r--ANNOUNCE-4.022
-rw-r--r--ReadMe.c7
-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, 33 insertions, 6 deletions
diff --git a/ANNOUNCE-4.0 b/ANNOUNCE-4.0
new file mode 100644
index 0000000..f79c540
--- /dev/null
+++ b/ANNOUNCE-4.0
@@ -0,0 +1,22 @@
+Subject: ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 4.0
+
+It is available at the usual places:
+ http://www.kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+ git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git
+ http://git.kernel.org/cgit/utils/mdadm/
+
+The update in major version number primarily indicates this is a
+release by it's new maintainer. In addition it contains a large number
+of fixes in particular for IMSM RAID and clustered RAID support. In
+addition this release includes support for IMSM 4k sector drives,
+failfast and better documentation for journaled RAID.
+
+This is my first release of mdadm. Please thank Neil Brown for his
+previous work as maintainer and blame me for all the bugs I caused
+since taking over.
+
+Jes Sorensen, 2017-01-09
diff --git a/ReadMe.c b/ReadMe.c
index 8da49ef..50d3807 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -2,6 +2,7 @@
* mdadm - manage Linux "md" devices aka RAID arrays.
*
* Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
+ * Copyright (C) 2016-2017 Jes Sorensen <Jes.Sorensen@gmail.com>
*
*
* This program is free software; you can redistribute it and/or modify
@@ -20,15 +21,17 @@
*
* Author: Neil Brown
* Email: <neilb@suse.de>
+ * Maintainer: Jes Sorensen
+ * Email: <Jes.Sorensen@gmail.com>
*/
#include "mdadm.h"
#ifndef VERSION
-#define VERSION "3.4"
+#define VERSION "4.0"
#endif
#ifndef VERS_DATE
-#define VERS_DATE "28th January 2016"
+#define VERS_DATE "2017-01-09"
#endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
diff --git a/inventory b/inventory
index ace5df0..f0277d2 100755
--- a/inventory
+++ b/inventory
@@ -23,6 +23,7 @@ ANNOUNCE-3.3.2
ANNOUNCE-3.3.3
ANNOUNCE-3.3.4
ANNOUNCE-3.4
+ANNOUNCE-4.0
Assemble.c
Build.c
COPYING
@@ -242,6 +243,7 @@ tests/19raid6check
tests/19raid6repair
tests/19repair-does-not-destroy
tests/20raid5journal
+tests/21raid5cache
tests/ToTest
tests/check
tests/env-ddf-template
diff --git a/mdadm.8.in b/mdadm.8.in
index aa80f0c..1e4f91d 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.4
+.TH MDADM 8 "" v4.0
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index 685a564..4e97efb 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.4
+Version: 4.0
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 d0c83c3..33aa977 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.4
+.TH MDASSEMBLE 8 "" v4.0
.SH NAME
mdassemble \- assemble MD devices
.I aka
diff --git a/mdmon.8 b/mdmon.8
index cc6add8..ac7352f 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.4
+.TH MDMON 8 "" v4.0
.SH NAME
mdmon \- monitor MD external metadata arrays