]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.4.1 mdadm-2.4.1
authorNeil Brown <neilb@suse.de>
Mon, 17 Apr 2006 12:49:28 +0000 (12:49 +0000)
committerNeil Brown <neilb@suse.de>
Mon, 17 Apr 2006 12:49:28 +0000 (12:49 +0000)
Annoying alignment bug in version-1 supers on 64bit..

Signed-off-by: Neil Brown <neilb@suse.de>
ANNOUNCE-2.4.1 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.4.1 b/ANNOUNCE-2.4.1
new file mode 100644 (file)
index 0000000..255f049
--- /dev/null
@@ -0,0 +1,31 @@
+Subject:  ANNOUNCE: mdadm 2.4.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.4.1
+
+It is available at the usual places:
+   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+   http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
+
+mdadm is a tool for creating, managing and monitoring
+device arrays using the "md" driver in Linux, also
+known as Software RAID arrays.
+
+2.4.1 primarily fixes an alignment problem in the version-1
+superblock.  This is an incompatible change relating to
+raid5-reshape.  Read the change log below.
+
+Changelog Entries:
+    -   Honour --write-mostly when adding to an array without persistent
+        superblocks.
+    -   Fix alignment problem in version-1 superblocks.
+       NOTE: This is an incompatable change affecting raid5 reshape.
+       If you want to reshape a raid5 using version-1 superblocks,
+       use 2.6.17-rc2 or later, and mdadm-2.4.1 or later.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  7th April 2006
+
index 6abbf09ec673828aae48de567e12d2afa93045b2..930df5c14d1768f31f423f2a04d1048b3262bfda 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -30,7 +30,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.4 - 30 March 2006\n";
+char Version[] = Name " - v2.4.1 -  4 April 2006\n";
 
 /*
  * File: ReadMe.c
index 2125041aa052e28af957278e47b115006506a395..65275b6a6bda06080855c3d23ee8c9457908d589 100644 (file)
--- a/inventory
+++ b/inventory
@@ -6,6 +6,7 @@ ANNOUNCE-2.3
 ANNOUNCE-2.3.1
 ANNOUNCE-2.4
 ANNOUNCE-2.4-pre1
+ANNOUNCE-2.4.1
 Assemble.c
 Build.c
 COPYING
diff --git a/mdadm.8 b/mdadm.8
index 69fdf2d8b40fa51987dec4577e9d432c4b0fb212..9a108faab50c42b8b6849be6c9224348630fd2a4 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDADM 8 "" v2.4
+.TH MDADM 8 "" v2.4.1
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index abe0d0e18c69173ae1e7fa73e6ab575b522ea3fd..22bdf8d9f75de3a9cfe776b23d9bfd84f3417202 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.4
+Version:     2.4.1
 Release:     1
 Source:      http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
 URL:         http://www.cse.unsw.edu.au/~neilb/source/mdadm/
index d039b6f91057d47fda5a477f821ee63f94d69eee..a51e045dc744e640d25a8ad878f0f1432cf9f75c 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.4
+.TH MDASSEMBLE 8 "" v2.4.1
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka