summaryrefslogtreecommitdiff
path: root/ANNOUNCE-2.5.4
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-10-13 10:12:47 +1000
committerNeil Brown <neilb@suse.de>2006-10-13 10:12:47 +1000
commit8e64e04456b036b23b86ed8219cb8f7c6a53eba6 (patch)
treeb3b83f5617e0cae72e3d742b13fece5bb0f5150f /ANNOUNCE-2.5.4
parent0430ed4868970a9c72318357d30cd0b4d4144407 (diff)
Release 2-5-4
Diffstat (limited to 'ANNOUNCE-2.5.4')
-rw-r--r--ANNOUNCE-2.5.438
1 files changed, 38 insertions, 0 deletions
diff --git a/ANNOUNCE-2.5.4 b/ANNOUNCE-2.5.4
new file mode 100644
index 00000000..bf2f1972
--- /dev/null
+++ b/ANNOUNCE-2.5.4
@@ -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