summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2007-10-19 14:13:04 +1000
committerNeil Brown <neilb@suse.de>2007-10-19 14:13:04 +1000
commit6a0671608bd94e75683fd5ca7ea006b9c7552de3 (patch)
tree2a444c125aec55906e02f36c172780ca5f6963f6
parent25037aa872006fd4613d97e3d3da3c26c61e708f (diff)
downloadmdadm-6a0671608bd94e75683fd5ca7ea006b9c7552de3.tar.gz
mdadm-6a0671608bd94e75683fd5ca7ea006b9c7552de3.tar.xz
mdadm-6a0671608bd94e75683fd5ca7ea006b9c7552de3.zip
Release 2.6.4mdadm-2.6.4
-rw-r--r--ANNOUNCE-2.6.431
-rw-r--r--ChangeLog7
-rw-r--r--ReadMe.c2
-rw-r--r--SHA1.c0
-rwxr-xr-xinventory2
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
8 files changed, 43 insertions, 5 deletions
diff --git a/ANNOUNCE-2.6.4 b/ANNOUNCE-2.6.4
new file mode 100644
index 0000000..fd745fa
--- /dev/null
+++ b/ANNOUNCE-2.6.4
@@ -0,0 +1,31 @@
+Subject: ANNOUNCE: mdadm 2.6.4 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 2.6.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.6.4 adds a few minor bug fixes to 2.6.3
+
+Changelog Entries:
+ - Make "--create --auto=mdp" work for non-standard device names.
+ - Fix restarting of a 'reshape' if it was stopped in the middle.
+ - Fix a segfault when using v1 superblock.
+ - Make --write-mostly effective when re-adding a device to an array.
+ - Various minor fixes
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 19th October 2007
diff --git a/ChangeLog b/ChangeLog
index d58cb51..fa4fed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes Prior to 2.6.4 release
+ - Make "--create --auto=mdp" work for non-standard device names.
+ - Fix restarting of a 'reshape' if it was stopped in the middle.
+ - Fix a segfault when using v1 superblock.
+ - Make --write-mostly effective when re-adding a device to an array.
+ - Various minor fixes
+
Changes Prior to 2.6.3 release
- allow --write-behind to be set for --grow.
- When adding new disk to an array, don't reserve so much bitmap
diff --git a/ReadMe.c b/ReadMe.c
index 96296ac..d07ad79 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
#include "mdadm.h"
-char Version[] = Name " - v2.6.3 - 20th August 2007\n";
+char Version[] = Name " - v2.6.4 - 19th October 2007\n";
/*
* File: ReadMe.c
diff --git a/SHA1.c b/SHA1.c
deleted file mode 100644
index e69de29..0000000
--- a/SHA1.c
+++ /dev/null
diff --git a/inventory b/inventory
index 1d8e25b..7343554 100755
--- a/inventory
+++ b/inventory
@@ -18,6 +18,7 @@ ANNOUNCE-2.6
ANNOUNCE-2.6.1
ANNOUNCE-2.6.2
ANNOUNCE-2.6.3
+ANNOUNCE-2.6.4
Assemble.c
bitmap.c
bitmap.h
@@ -67,7 +68,6 @@ ReadMe.c
README.initramfs
restripe.c
sha1.c
-SHA1.c
sha1.h
super0.c
super1.c
diff --git a/mdadm.8 b/mdadm.8
index 11b8e69..6edc915 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.3
+.TH MDADM 8 "" v2.6.4
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index 9f55b02..8af8f60 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.3
+Version: 2.6.4
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 a92c007..4012493 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.3
+.TH MDASSEMBLE 8 "" v2.6.4
.SH NAME
mdassemble \- assemble MD devices
.I aka