]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.1.5 mdadm-3.1.5
authorNeilBrown <neilb@suse.de>
Wed, 23 Mar 2011 04:43:19 +0000 (15:43 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 23 Mar 2011 04:50:18 +0000 (15:50 +1100)
Signed-off-by: NeilBrown <neilb@suse.de>
ANNOUNCE-3.1.5 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.1.5 b/ANNOUNCE-3.1.5
new file mode 100644 (file)
index 0000000..baa1f92
--- /dev/null
@@ -0,0 +1,42 @@
+Subject:  ANNOUNCE: mdadm 3.1.5 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.1.5
+
+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.4.  It contains all the
+important bugfixes found while working on 3.2 and 3.2.1.  It will be
+the last 3.1.x release - 3.2.1 is expected to be released in a few days.
+
+Changes include:
+  - Fixes for v1.x metadata on big-endian machines.
+  - man page improvements
+  - Improve '--detail --export' when run on partitions of an md array.
+  - Fix regression with removing 'failed' or 'detached' devices.
+  - Fixes for "--assemble --force" in various unusual cases.
+  - Allow '-Y' to mean --export.  This was documented but not implemented.
+  - Various fixed for handling 'ddf' metadata.  This is now more reliable
+    but could benefit from more interoperability testing.
+  - Correctly list subarrays of a container in "--detail" output.
+  - Improve checks on whether the requested number of devices is supported
+    by the metadata - both for --create and --grow.
+  - Don't remove partitions from a device that is being included in an
+    array until we are fully committed to including it.
+  - Allow "--assemble --update=no-bitmap" so an array with a corrupt
+    bitmap can still be assembled.
+  - Don't allow --add to succeed if it looks like a "--re-add" is probably
+    wanted, but cannot succeed.  This avoids inadvertently turning
+    devices into spares when an array is failed.
+
+This release is believed to be stable and you should feel free to
+upgrade to 3.1.5
+
+
+NeilBrown 23rd March 2011
+
index e1f8c6867851ed532ef483c386736261d85698c7..5f3c124a05784b7bbbfee218954dcf25d13a6e9b 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.1.4 - 31st August 2010\n";
+char Version[] = Name " - v3.1.5 - 23rd March 2011\n";
 
 /*
  * File: ReadMe.c
index af153e971f0fc0f2de28908bd28614e7d644db57..d05eb3c354319e2217ef5254ae882143e47a96ca 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -8,6 +8,7 @@ ANNOUNCE-3.1.1
 ANNOUNCE-3.1.2
 ANNOUNCE-3.1.3
 ANNOUNCE-3.1.4
+ANNOUNCE-3.1.5
 Assemble.c
 bitmap.c
 bitmap.h
index 05ae34f66177010707a6ea98e8f0f76c0b311d8a..7758fbb0d0d7abb08cdb810dafaafe75af96aef5 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.4
+.TH MDADM 8 "" v3.1.5
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index bae85aff8af7b0cd4b2b90eb6905bbbdd27f246c..4b834d6dc9e449828ea9afed001e1ad7671ec519 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.1.4
+Version:     3.1.5
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 986432cc9c2855515a09920ef98e56df7a467c14..d5e2c3edbcc3646ac071ce121414d55a3ac39979 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.1.4
+.TH MDASSEMBLE 8 "" v3.1.5
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 2ccb2792766d173f7ffc1f8eb5b8d3e29683ddba..c2e5fa47af5b5f02d4528d7d86cb7c25284bb19b 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.1.4
+.TH MDMON 8 "" v3.1.5
 .SH NAME
 mdmon \- monitor MD external metadata arrays