]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.1.4 mdadm-3.1.4
authorNeilBrown <neilb@suse.de>
Tue, 31 Aug 2010 05:41:12 +0000 (15:41 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 31 Aug 2010 07:21:13 +0000 (17:21 +1000)
bugfix/stability.

Signed-off-by: NeilBrown <neilb@suse.de>
ANNOUNCE-3.1.4 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.1.4 b/ANNOUNCE-3.1.4
new file mode 100644 (file)
index 0000000..c157a36
--- /dev/null
@@ -0,0 +1,37 @@
+Subject:  ANNOUNCE: mdadm 3.1.4 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.1.4
+
+It is available at the usual places:
+   countrycode=xx.
+   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://neil.brown.name/mdadm
+   http://neil.brown.name/git?p=mdadm
+
+This is a bugfix/stability release over 3.1.3.
+3.1.3 had a couple of embarrasing regressions and a couple of other
+issues surfaces which had easy fixes so I decided to make a 3.1.4
+release after all.
+
+Two fixes related to configs that aren't using udev:
+   - Don't remove md devices which 'standard' names on --stop
+   - Allow dev_open to work on read-only /dev
+And fixed regressions:
+   - Allow --incremental to add spares to an array
+   - Accept --no-degraded as a deprecated option rather than
+            throwing an error
+   - Return correct success status when --incrmental assembling 
+     a container which does not yet have enough devices.
+   - Don't link mdadm with pthreads, only mdmon needs it.
+   - Fix compiler warning due to bad use of snprintf
+   - Fix spare migration
+
+This release is believed to be stable and you should feel free to
+upgrade to 3.1.4
+
+It is expected that the next release will be 3.2 with a number of new
+features.
+
+NeilBrown 31st August 2010
index 9ea0a1cae5fbb9a88018bd1b94957475a829f938..86d24d10da8f390e08472ad6964e8a877ed9bec1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
 Please see git logs for detailed change log.
 This file just contains highlight.
 
+Changes Prior to release 3.1.4
+  Two fixes related to configs that aren't using udev:
+   -    Don't remove md devices which 'standard' names on --stop
+   -    Allow dev_open to work on read-only /dev
+  And fixed regressions:
+   -    Allow --incremental to add spares to an array
+   -    Accept --no-degraded as a deprecated option rather than
+            throwing an error
+   -    Return correct success status when --incrmental assembling 
+        a container which does not yet have enough devices.
+   -    Don't link mdadm with pthreads, only mdmon needs it.
+   -    Fix compiler warning due to bad use of snprintf
+
 Changes Prior to release 3.1.3
    -    mapfile now lives in a fixed location which default to
         /dev/.mdadm/map but can be changed at compile time.  This
index 7379568cd97d8d7253557c0bf4c10686380cf6f2..b97c55e76c62ea9be2ac852033dc1ed1cf5f3cc9 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.1.3 - 6th August 2010\n";
+char Version[] = Name " - v3.1.4 - 31st August 2010\n";
 
 /*
  * File: ReadMe.c
index 252f464fb10b83e81e836f3189995da99a013dd0..af153e971f0fc0f2de28908bd28614e7d644db57 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -7,6 +7,7 @@ ANNOUNCE-3.1
 ANNOUNCE-3.1.1
 ANNOUNCE-3.1.2
 ANNOUNCE-3.1.3
+ANNOUNCE-3.1.4
 Assemble.c
 bitmap.c
 bitmap.h
index 9e352dad10752276a4b5bba1937e0e7a4da6e7c4..d911cb346ed9f2dc88f4372f39826ba6dd854c5f 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.
-.TH MDADM 8 "" v3.1.3
+.TH MDADM 8 "" v3.1.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 2703f012b3055d9dab94ab00fa8ecea5436a82cd..bae85aff8af7b0cd4b2b90eb6905bbbdd27f246c 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.1.3
+Version:     3.1.4
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 1904e66caaddecc74a5dc8ba76f11d74595d3a33..986432cc9c2855515a09920ef98e56df7a467c14 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.1.3
+.TH MDASSEMBLE 8 "" v3.1.4
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 61ddb3cb0ef2b13d7bdc9f51229d701a01944762..2ccb2792766d173f7ffc1f8eb5b8d3e29683ddba 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.1.3
+.TH MDMON 8 "" v3.1.4
 .SH NAME
 mdmon \- monitor MD external metadata arrays