]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.2.2 mdadm-3.2.2
authorNeilBrown <neilb@suse.de>
Fri, 17 Jun 2011 05:15:37 +0000 (15:15 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 17 Jun 2011 05:15:37 +0000 (15:15 +1000)
Stability release

ANNOUNCE-3.2.2 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.2.2 b/ANNOUNCE-3.2.2
new file mode 100644 (file)
index 0000000..b70d18b
--- /dev/null
@@ -0,0 +1,36 @@
+Subject:  ANNOUNCE: mdadm 3.2.2 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.2.2
+
+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/mdadm
+
+This release is largely a stablising release for the 3.2 series.
+Many of the changes just fix bugs introduces in 3.2 or 3.2.1.
+
+There are some new features.  They are:
+  - reshaping IMSM (Intel metadata) arrays is no longer 'experimental',
+    it should work properly and be largely compatible with IMSM drivers in
+    other platforms.
+  - --assume-clean can be used with --grow --size to avoid resyncing the
+    new part of the array.  This is only support with very new kernels.
+  - RAID0 arrays can have chunksize which is not a power of 2.  This has been
+    supported in the kernel for a while but is only now supprted by
+    mdadm.
+
+  - A new tool 'raid6check' is available which can check a RAID6 array,
+    or part of it, and report which device is most inconsistent with the
+    others if any stripe is inconsistent.   This is still under development
+    and does not have a man page yet.  If anyone tries it out and has any
+    questions or experience to report, they would be most welcome on
+    linux-raid@vger.kernel.org.
+
+Future releases in the 3.2 series will only be made if bugfixes are needed.
+The next release to add features is expected to be 3.3.
+
+NeilBrown 17th June 2011
index 384e5355e121e7cdb41f29fb19ee513a75e511e9..b658841765684e1875c0e0be46792caade4e8853 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.2.1 - 28th March 2011\n";
+char Version[] = Name " - v3.2.2 - 17th June 2011\n";
 
 /*
  * File: ReadMe.c
index d93ef904d0fca732e11035bdd41d05bfc96fe74f..aa5cacb01e19f0a4838ee930d0fbc15e221a0778 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -11,6 +11,7 @@ ANNOUNCE-3.1.4
 ANNOUNCE-3.1.5
 ANNOUNCE-3.2
 ANNOUNCE-3.2.1
+ANNOUNCE-3.2.2
 Assemble.c
 bitmap.c
 bitmap.h
@@ -37,11 +38,13 @@ kernel-patch-2.6.19
 kernel-patch-2.6.25
 kernel-patch-2.6.27
 Kill.c
+lib.c
 makedist
 Makefile
 Manage.c
 managemon.c
 mapfile.c
+maps.c
 md.4
 md5.h
 mdadm.8.in
index f549dbf9cdd28a45a58bcae856bc0658df5c7053..d2d7ef227bd142184fa814153fd53a10c7bef582 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.2.1
+.TH MDADM 8 "" v3.2.2
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 446c84ee8aa1c5d92f1fe4d745cf48c628c77757..c5b8bda77feac613fe8b71af2ef1d0a790f70baa 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.2.1
+Version:     3.2.2
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 5610e850708e850b263a443441b57a96f4510c00..02105246a57e916bf5077532feecbed06effe6bd 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.2.1
+.TH MDASSEMBLE 8 "" v3.2.2
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 5147b8672c783a64c46140d4b32293890b6214cd..7939a99a503fc5826d63dc10579a69592e472595 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.2.1
+.TH MDMON 8 "" v3.2.2
 .SH NAME
 mdmon \- monitor MD external metadata arrays