]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.4 mdadm-2.6.4
authorNeil Brown <neilb@suse.de>
Fri, 19 Oct 2007 04:13:04 +0000 (14:13 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 19 Oct 2007 04:13:04 +0000 (14:13 +1000)
ANNOUNCE-2.6.4 [new file with mode: 0644]
ChangeLog
ReadMe.c
SHA1.c [deleted file]
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.6.4 b/ANNOUNCE-2.6.4
new file mode 100644 (file)
index 0000000..fd745fa
--- /dev/null
@@ -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
index d58cb5193c2b4bf7c3f19d54f89d22457095856e..fa4fed4551bc2aa79dd5b44ccc4b5dcddd337114 100644 (file)
--- 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
index 96296acb4ebd4e3ff8fbb1b2c0bbac5e268b21a2..d07ad7988d2f5a8f0b39ca243b8c28a216e57d5d 100644 (file)
--- 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 (file)
index e69de29..0000000
index 1d8e25b30e2556e4b4a5cd4ee8c2767223291bd2..734355405e3ad825d66df35e71f74724602d79a9 100755 (executable)
--- 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 11b8e699459ba262b94e6a229048d814720e81be..6edc9154297d683bb40548764d8b81435b03e1ff 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.6.3
+.TH MDADM 8 "" v2.6.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 9f55b02499e1433505cdeb5325d06485c31d7481..8af8f600d403cfd7901291e60e5cc06f601571ca 100644 (file)
@@ -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
index a92c007fb86fa8cd3b366012720e7f8cef7e268e..401249359ea640aa019fc796f3ba019716e5147e 100644 (file)
@@ -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