summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE-2.6.344
-rw-r--r--ChangeLog2
-rw-r--r--ReadMe.c2
-rw-r--r--inventory1
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec6
-rw-r--r--mdassemble.82
7 files changed, 52 insertions, 7 deletions
diff --git a/ANNOUNCE-2.6.3 b/ANNOUNCE-2.6.3
index e69de29..168539d 100644
--- a/ANNOUNCE-2.6.3
+++ b/ANNOUNCE-2.6.3
@@ -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
diff --git a/ChangeLog b/ChangeLog
index ab64524..d58cb51 100644
--- 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
diff --git a/ReadMe.c b/ReadMe.c
index 201651e..9a33abc 100644
--- 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
diff --git a/inventory b/inventory
index 31ad6be..1d8e25b 100644
--- 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 c8071a9..11b8e69 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.2
+.TH MDADM 8 "" v2.6.3
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index fcf6dcf..9f55b02 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -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
diff --git a/mdassemble.8 b/mdassemble.8
index d9d2aa4..a92c007 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -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