]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-4.0 mdadm-4.0
authorJes Sorensen <Jes.Sorensen@gmail.com>
Mon, 9 Jan 2017 21:44:39 +0000 (16:44 -0500)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Mon, 9 Jan 2017 21:46:34 +0000 (16:46 -0500)
My first release!

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
ANNOUNCE-4.0 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-4.0 b/ANNOUNCE-4.0
new file mode 100644 (file)
index 0000000..f79c540
--- /dev/null
@@ -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
index 8da49ef46dfbf0abf86040a1e8098bad17eb201e..50d38076a139e1bcff3267f3dd0748259037e467 100644 (file)
--- 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>
  * 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
  *
  *
  *    This program is free software; you can redistribute it and/or modify
  *
  *    Author: Neil Brown
  *    Email: <neilb@suse.de>
  *
  *    Author: Neil Brown
  *    Email: <neilb@suse.de>
+ *    Maintainer: Jes Sorensen
+ *    Email: <Jes.Sorensen@gmail.com>
  */
 
 #include "mdadm.h"
 
 #ifndef VERSION
  */
 
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.4"
+#define VERSION "4.0"
 #endif
 #ifndef VERS_DATE
 #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";
 
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index ace5df042ee93294f13daf2cc7aff41900c6888e..f0277d2e682539a103213aaca1dcfc45a0e46f4c 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -23,6 +23,7 @@ ANNOUNCE-3.3.2
 ANNOUNCE-3.3.3
 ANNOUNCE-3.3.4
 ANNOUNCE-3.4
 ANNOUNCE-3.3.3
 ANNOUNCE-3.3.4
 ANNOUNCE-3.4
+ANNOUNCE-4.0
 Assemble.c
 Build.c
 COPYING
 Assemble.c
 Build.c
 COPYING
@@ -242,6 +243,7 @@ tests/19raid6check
 tests/19raid6repair
 tests/19repair-does-not-destroy
 tests/20raid5journal
 tests/19raid6repair
 tests/19repair-does-not-destroy
 tests/20raid5journal
+tests/21raid5cache
 tests/ToTest
 tests/check
 tests/env-ddf-template
 tests/ToTest
 tests/check
 tests/env-ddf-template
index aa80f0c1a631bfd6428a7ec812a4b34d5b831786..1e4f91d8cc26115e0fa1b5782079e4000fd50e2a 100644 (file)
@@ -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.
 .\"   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
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 685a5642da464852d3135fb731665b48ff5ba215..4e97efb4891539078f7329f4733303829e60e9c1 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
 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
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
 URL:         http://neil.brown.name/blog/mdadm
index d0c83c39e22b2a2666218ae294496c5ec8f37c03..33aa977e9e594e495e55705d4b7991e74d9c7fda 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.4
+.TH MDASSEMBLE 8 "" v4.0
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index cc6add8fb504fdb1d55628be3a11d9f2e47e13fe..ac7352fc5822bdb4a87e71eee3e9ef8288876d26 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
 .\" 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
 
 .SH NAME
 mdmon \- monitor MD external metadata arrays