]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 3.0.3 mdadm-3.0.3
authorNeilBrown <neilb@suse.de>
Thu, 22 Oct 2009 01:05:22 +0000 (12:05 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 22 Oct 2009 01:05:22 +0000 (12:05 +1100)
Signed-off-by: NeilBrown <neilb@suse.de>
ANNOUNCE-3.0.3 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.0.3 b/ANNOUNCE-3.0.3
new file mode 100644 (file)
index 0000000..d6117a1
--- /dev/null
@@ -0,0 +1,29 @@
+Subject:  ANNOUNCE: mdadm 3.0.3 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.0.3
+
+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
+
+
+This contains a collection of bug fixes and minor enhancements over
+3.0.1.
+
+The brief change log is:
+   -    Improvements for creating arrays giving just a name, like 'foo',
+       rather than the full '/dev/md/foo'.
+   -    Improvements for assembling member arrays of containers.
+   -    Improvements to test suite
+   -    Add option to change increment for RebuildNN messages reported
+       by "mdadm --monitor"
+   -    Improvements to mdmon 'hand-over' from initrd to final root.
+   -    Handle merging of devices that have left an IMSM array and are
+       being re-incorporated.
+   -    Add missing space in "--detail --brief" output.
+       
+NeilBrown 22nd October 2009
index e829cfe712f4c37a5c48a4731ec015cb3679374c..f2e60ee3c4177412f2b1338600f5b94b3edd4ef8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
 Please see git logs for detailed change log.
 This file just contains highlight.
 
+Changes Prior to release 3.0.3
+   -    Improvements for creating arrays giving just a name, like 'foo',
+       rather than the full '/dev/md/foo'.
+   -    Improvements for assembling member arrays of containers.
+   -    Improvements to test suite
+   -    Add option to change increment for RebuildNN messages reported
+       by "mdadm --monitor"
+   -    Improvements to mdmon 'hand-over' from initrd to final root.
+   -    Handle merging of devices that have left an IMSM array and are
+       being re-incorporated.
+   -    Add missing space in "--detail --brief" output.
+       
 Changes Prior to release 3.0.2
    -    Fix crash when hosthost is not set, as often happens in
        early boot.
index 3e53e57a4182eec60bfcc712ed4527cd9e33767e..1c118f2df7418f2617fcd3b98b471219c25ab8fa 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v3.0.2 - 25th September 2009\n";
+char Version[] = Name " - v3.0.3 - 22nd October 2009\n";
 
 /*
  * File: ReadMe.c
index 63e3a0ac0f28956ff7eb0472722ca9c22478dbeb..f0f7dacbb289f26f1009305e39a61613c7b6aeaa 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -2,6 +2,7 @@
 ANNOUNCE-3.0
 ANNOUNCE-3.0.1
 ANNOUNCE-3.0.2
+ANNOUNCE-3.0.3
 Assemble.c
 bitmap.c
 bitmap.h
@@ -123,10 +124,12 @@ tests/07autodetect
 tests/07reshape5intr
 tests/07testreshape5
 tests/08imsm-overlap
+tests/09imsm-assemble
 tests/09imsm-create-fail-rebuild
 tests/10ddf-create
 tests/check
 tests/env-08imsm-overlap
+tests/env-09imsm-assemble
 tests/env-09imsm-create-fail-rebuild
 tests/testdev
 tests/ToTest
diff --git a/mdadm.8 b/mdadm.8
index b15bfb01cd429e12f249102ca4ea57f72ea6c439..676a9cd872b102a477863d1f5b33340b39984797 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 "" v3.0.2
+.TH MDADM 8 "" v3.0.3
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 7ea4c8c5a7ead9d72e8ddb206657e5ad7653ecfa..6bc36cdeef876054530630fa8f76e9b941373205 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.0.2
+Version:     3.0.3
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index cedcd0f20ed60dc474a6cb9f48acdc46558a9fa4..5520e8ef7a5a62c3ee0b9cb4b76766208dc4888c 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.0.2
+.TH MDASSEMBLE 8 "" v3.0.3
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 6092812acd1c379da9cbb1e8254660303bbb588d..41af50d021cef71d118e564405565962ef7e7b53 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.0.2
+.TH MDMON 8 "" v3.0.3
 .SH NAME
 mdmon \- monitor MD external metadata arrays