]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Create new release: 3.2.5 mdadm-3.2.5
authorNeilBrown <neilb@suse.de>
Fri, 18 May 2012 06:21:41 +0000 (16:21 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 18 May 2012 07:10:03 +0000 (17:10 +1000)
Fix a serious regression in 3.2.4 which caused "--add" to often
fail.  Other minor fixes included.

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

diff --git a/ANNOUNCE-3.2.5 b/ANNOUNCE-3.2.5
new file mode 100644 (file)
index 0000000..396da12
--- /dev/null
@@ -0,0 +1,31 @@
+Subject:  ANNOUNCE: mdadm 3.2.5 - A tool for managing Soft RAID under Linux
+
+I am somewhat disappointed to have to announce the availability of
+   mdadm version 3.2.5
+
+It is available at the usual places, now including github:
+   countrycode=xx.
+   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://github.com/neilbrown/mdadm
+   git://neil.brown.name/mdadm
+   http://neil.brown.name/git/mdadm
+
+This release primarily fixes a serious regression in 3.2.4.
+This regression does *not* cause any risk to data.  It simply
+means that adding a device with "--add" would sometime fail
+when it should not.
+
+The fix also includes a couple of minor fixes such as making
+the "--layout=preserve" option to "--grow" work again.
+
+A reminder that the default location for runtime files is now
+"/run/mdadm".  If you compile this for a distro that does not
+have "/run", you will need to compile with an alternate setting for
+MAP_DIR. e.g.
+   make MAP_DIR=/var/run/mdadm
+or
+   make MAP_DIR=/dev/.mdadm
+
+NeilBrown 18th May 2012
+
index 8ee82348c612409c92a219218c6c6b6dc8c1cf46..e82b70184d96293c0602b1405b9243fb8b02f4cd 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.2.4 - 9th May 2012\n";
+char Version[] = Name " - v3.2.5 - 18th May 2012\n";
 
 /*
  * File: ReadMe.c
index 5fd8ab27256766e923c4b40c15f407b083211960..28e0517d49f302ff329c2aea2d8fa869127d8ff4 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -15,6 +15,7 @@ ANNOUNCE-3.2.1
 ANNOUNCE-3.2.2
 ANNOUNCE-3.2.3
 ANNOUNCE-3.2.4
+ANNOUNCE-3.2.5
 Assemble.c
 Build.c
 COPYING
index 1ec38d0360307d0b1235eb35615b74f09b082fee..1a7cba7e62c681541deb20aa4acc099356c96ed4 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.4
+.TH MDADM 8 "" v3.2.5
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index ba6ddd63a8484830600bafee18753c106c35faeb..8478a34d3c1e26a53241005e0e9b2dcb293dc6f8 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.2.4
+Version:     3.2.5
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
 URL:         http://neil.brown.name/blog/mdadm
index b997e42ed6f925c1bed034bd16a26b7d1c7ef325..a55862f04604956fa1d2951bb07cb14cb753f9e5 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.2.4
+.TH MDASSEMBLE 8 "" v3.2.5
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 5c7309c805db51c54a08377d071905ba726e6c39..598d904852597c0e405d1ea523ee4de247402728 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.2.4
+.TH MDMON 8 "" v3.2.5
 .SH NAME
 mdmon \- monitor MD external metadata arrays