]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2-5-4 mdadm-2.5.4
authorNeil Brown <neilb@suse.de>
Fri, 13 Oct 2006 00:12:47 +0000 (10:12 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 13 Oct 2006 00:12:47 +0000 (10:12 +1000)
ANNOUNCE-2.5.4 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec

diff --git a/ANNOUNCE-2.5.4 b/ANNOUNCE-2.5.4
new file mode 100644 (file)
index 0000000..bf2f197
--- /dev/null
@@ -0,0 +1,38 @@
+Subject:  ANNOUNCE: mdadm 2.5.4 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.5.4
+
+It is available at the usual places:
+   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+   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
+
+mdadm is a tool for creating, managing and monitoring
+device arrays using the "md" driver in Linux, also
+known as Software RAID arrays.
+
+Release 2.5.4 is a bugfix release over 2.5.3
+
+Changelog Entries:
+    -   When creating devices in /dev/md/ create matching symlinks
+       from /dev.  e.g. /dev/md0 -> /dev/md/0.
+       Allow this to be disabled in mdadm.conf or on command line.
+    -   Fix some endian-ness issues with version-1 superblocks (affects
+       bigendian only).
+    -   Fix endian problem with 'bitmap' metadata
+    -   Allow a number (of partitions) after the 'yes' option to --auto=
+       This is particularly useful in the 'create' line in mdadm.conf.
+    -   Remove partitions from any whole device that is made part of
+       an md array.  This is a work-around for annoying messages
+       when the first block on some drive accidentally looks like a
+       partition table.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 13th October 2006
index cc1e509d4e4f1b90f238aec1f6c527fa6029af5b..5c66158f4ba8ad0a2a635cacc906c799e2de4970 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes Prior to this release
+Changes Prior to 2.5.4 release
     -   When creating devices in /dev/md/ create matching symlinks
        from /dev.  e.g. /dev/md0 -> /dev/md/0.
        Allow this to be disabled in mdadm.conf or on command line.
index f1b3ee3eeeabc8d7980591ee774083375445c46b..5704423245d9ceeb0476d607db781008fc801bf0 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -29,7 +29,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.5.3 -  7 August 2006\n";
+char Version[] = Name " - v2.5.4 - 13 October 2006\n";
 
 /*
  * File: ReadMe.c
index 8e83f3b4c5bf3b39be6ab868433e2e188ff1065b..e82f36563665c8e4cc8f7fa6c2a8c39d057ef381 100644 (file)
--- a/inventory
+++ b/inventory
@@ -11,6 +11,7 @@ ANNOUNCE-2.5
 ANNOUNCE-2.5.1
 ANNOUNCE-2.5.2
 ANNOUNCE-2.5.3
+ANNOUNCE-2.5.4
 Assemble.c
 Build.c
 COPYING
diff --git a/mdadm.8 b/mdadm.8
index 076ee637496dfdb64f6d659817bace00978b7d13..5db6fef2043fec1793abff72724625a098d3f1ef 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -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 "" v2.5.3
+.TH MDADM 8 "" v2.5.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index ea2bfebf57cadad1b1ac4e031f0c56e601b6a642..e8d5c5d269604641ca2c47a317d3ae1f409d0ad5 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.5.3
+Version:     2.5.4
 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/