summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-04-17 12:49:28 +0000
committerNeil Brown <neilb@suse.de>2006-04-17 12:49:28 +0000
commit90d0adf4badeb1ea818b0578fd734b78b3921f3d (patch)
treef36a31e27e293d6122e976d376071f6e9827a786
parentac957baa979f9c8562af929559bfb9c07691abbc (diff)
downloadmdadm-90d0adf4badeb1ea818b0578fd734b78b3921f3d.tar.gz
mdadm-90d0adf4badeb1ea818b0578fd734b78b3921f3d.tar.xz
mdadm-90d0adf4badeb1ea818b0578fd734b78b3921f3d.zip
Release 2.4.1mdadm-2.4.1
Annoying alignment bug in version-1 supers on 64bit.. Signed-off-by: Neil Brown <neilb@suse.de>
-rw-r--r--ANNOUNCE-2.4.131
-rw-r--r--ReadMe.c2
-rw-r--r--inventory1
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
6 files changed, 36 insertions, 4 deletions
diff --git a/ANNOUNCE-2.4.1 b/ANNOUNCE-2.4.1
new file mode 100644
index 0000000..255f049
--- /dev/null
+++ b/ANNOUNCE-2.4.1
@@ -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
+
diff --git a/ReadMe.c b/ReadMe.c
index 6abbf09..930df5c 100644
--- 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
diff --git a/inventory b/inventory
index 2125041..65275b6 100644
--- 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 69fdf2d..9a108fa 100644
--- 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
diff --git a/mdadm.spec b/mdadm.spec
index abe0d0e..22bdf8d 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -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/
diff --git a/mdassemble.8 b/mdassemble.8
index d039b6f..a51e045 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.4
+.TH MDASSEMBLE 8 "" v2.4.1
.SH NAME
mdassemble \- assemble MD devices
.I aka