]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.3 mdadm-2.6.3
authorNeil Brown <neilb@suse.de>
Mon, 20 Aug 2007 04:22:15 +0000 (14:22 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 20 Aug 2007 04:22:15 +0000 (14:22 +1000)
ANNOUNCE-2.6.3
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..168539db644d5d8891c2e92a67b4dc5768009601 100644 (file)
@@ -0,0 +1,44 @@
+Subject:  ANNOUNCE: mdadm 2.6.3 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.3
+
+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.3  adds a  few minor bug  fixes to 2.6.2
+
+Changelog Entries:
+    -   allow --write-behind to be set for --grow.
+    -   When adding new disk to an array, don't reserve so much bitmap
+        space that the disk cannot store the required data. (Needed when
+       1.x array was created with older mdadm).
+    -   When adding a drive that was a little too small, we did not get
+       the correct error message.
+    -   Make sure that if --assemble find an array in the critical region
+       of a reshape, and cannot find the critical data to restart the
+       reshape, it gives an error message.
+    -   Fix segfault with '--detail --export' and non-persistent
+        superblocks.
+    -   Various manpage updates.
+    -   Improved 'raid4' support (--assemble, --monitor)
+    -   Option parsing fixes w.r.t -a
+    -   Interpret "--assemble --metadata=1" to allow any version 1.x
+       metadata, and be more specific in the "metadata=" message printed
+       with --examine --brief
+    -   Fix spare migration in --monitor.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  20th August 2007
index ab64524d8c748160582a9853187b1f217c60a3a9..d58cb5193c2b4bf7c3f19d54f89d22457095856e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes Prior to this release
+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
         space that the disk cannot store the required data. (Needed when
index 201651eb5fdb104258abced164570067646f956f..9a33abcb3c15f59b90f3aa308b6d299bb83cac7d 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.2 - 21st May 2007\n";
+char Version[] = Name " - v2.6.3 - 20th August 2007\n";
 
 /*
  * File: ReadMe.c
index 31ad6be5edb7a26de5cdefdde09b0f015efb4a1a..1d8e25b30e2556e4b4a5cd4ee8c2767223291bd2 100644 (file)
--- a/inventory
+++ b/inventory
@@ -17,6 +17,7 @@ ANNOUNCE-2.5.6
 ANNOUNCE-2.6
 ANNOUNCE-2.6.1
 ANNOUNCE-2.6.2
+ANNOUNCE-2.6.3
 Assemble.c
 bitmap.c
 bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index c8071a9741bbfc06885482cb48ed3ab37b3ff9fc..11b8e699459ba262b94e6a229048d814720e81be 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.2
+.TH MDADM 8 "" v2.6.3
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index fcf6dcf0555d7a6c56384167e2ca66e8950c2c53..9f55b02499e1433505cdeb5325d06485c31d7481 100644 (file)
@@ -1,9 +1,9 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.2
+Version:     2.6.3
 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/
+Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
+URL:         http://neil.brown.name/blog/mdadm
 License:     GPL
 Group:       Utilities/System
 BuildRoot:   %{_tmppath}/%{name}-root
index d9d2aa48eec80bd8ac89862ac7984ac7fd066a24..a92c007fb86fa8cd3b366012720e7f8cef7e268e 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.2
+.TH MDASSEMBLE 8 "" v2.6.3
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka