summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-11-14 16:20:54 +1100
committerNeilBrown <neilb@suse.de>2008-11-14 16:20:54 +1100
commitd305b6e623bed4767f9c97f01ca5db46482c430b (patch)
tree8ccdc82f45c2367316e58fdab22f35ccb08bd8ec
parent69b24ddc4ef64c46edff7e10463b8e95665b3434 (diff)
downloadmdadm-2.6.7.x.tar.gz
Release mdadm-2.6.7.2mdadm-2.6.7.2mdadm-2.6.7.x
Special release for Debian Lenny Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--ANNOUNCE-2.6.7.225
-rw-r--r--ReadMe.c2
-rwxr-xr-xinventory1
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
6 files changed, 30 insertions, 4 deletions
diff --git a/ANNOUNCE-2.6.7.2 b/ANNOUNCE-2.6.7.2
new file mode 100644
index 0000000..d529a69
--- /dev/null
+++ b/ANNOUNCE-2.6.7.2
@@ -0,0 +1,25 @@
+Subject: ANNOUNCE: mdadm 2.6.7.2 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 2.6.7.2
+
+It is available at the usual places:
+ 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.6.7.2 fixes one bug in 2.6.7.1 and is a special release
+for Debian Lenny (which is too frozen to take 2.6.8).
+
+- Fix an error when assembling arrays that are in the middle of a reshape.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 14th November 2008
diff --git a/ReadMe.c b/ReadMe.c
index 09b03d7..49c4a62 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
#include "mdadm.h"
-char Version[] = Name " - v2.6.7.1 - 15th October 2008\n";
+char Version[] = Name " - v2.6.7.2 - 14th November 2008\n";
/*
* File: ReadMe.c
diff --git a/inventory b/inventory
index ecedef1..54ddbdd 100755
--- a/inventory
+++ b/inventory
@@ -23,6 +23,7 @@ ANNOUNCE-2.6.5
ANNOUNCE-2.6.6
ANNOUNCE-2.6.7
ANNOUNCE-2.6.7.1
+ANNOUNCE-2.6.7.2
Assemble.c
bitmap.c
bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index c6897fe..e7d74d0 100644
--- 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.6.7.1
+.TH MDADM 8 "" v2.6.7.2
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index a277ae8..e88192c 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.6.7.1
+Version: 2.6.7.2
Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
URL: http://neil.brown.name/blog/mdadm
diff --git a/mdassemble.8 b/mdassemble.8
index 4da11d0..f6bb66b 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.7.1
+.TH MDASSEMBLE 8 "" v2.6.7.2
.SH NAME
mdassemble \- assemble MD devices
.I aka