diff options
author | NeilBrown <neilb@suse.de> | 2009-09-25 09:08:19 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-09-25 09:08:19 +0200 |
commit | d8419fe9e9a1a71e64a508665dc9bc09da174878 (patch) | |
tree | ca2b0b97addcaa984dc103933539b31ac8ef4233 | |
parent | testreshape5 - flush devices between tests. (diff) | |
download | mdadm-d8419fe9e9a1a71e64a508665dc9bc09da174878.tar.xz mdadm-d8419fe9e9a1a71e64a508665dc9bc09da174878.zip |
Release mdadm-3.0.1mdadm-3.0.1
Just bugfixes.
Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r-- | ANNOUNCE-3.0.1 | 22 | ||||
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ReadMe.c | 2 | ||||
-rwxr-xr-x | inventory | 1 | ||||
-rw-r--r-- | mdadm.8 | 2 | ||||
-rw-r--r-- | mdadm.spec | 2 | ||||
-rw-r--r-- | mdassemble.8 | 2 | ||||
-rw-r--r-- | mdmon.8 | 2 |
8 files changed, 34 insertions, 6 deletions
diff --git a/ANNOUNCE-3.0.1 b/ANNOUNCE-3.0.1 new file mode 100644 index 00000000..91b44284 --- /dev/null +++ b/ANNOUNCE-3.0.1 @@ -0,0 +1,22 @@ +Subject: ANNOUNCE: mdadm 3.0.1 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 3.0.1 + +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 only minor bug fixes over 3.0. If you are using +3.0, you could consider upgrading. + +The brief change log is: + - Fix various segfaults + - Fixed for --examine with containers + - Lots of other little fixes. + +NeilBrown 25th September 2009 @@ -1,7 +1,12 @@ Please see git logs for detailed change log. This file just contains highlight. -Changed Prior to release 3.0 +Changes Prior to release 3.0.1 + - Fix various segfaults + - Fixed for --examine with containers + - Lots of other little fixes. + +Changes Prior to release 3.0 - Support for externally managed metadata, specifically DDF and IMSM. - Depend on udev to create entries in /dev, rather than creating them ourselves. @@ -24,7 +24,7 @@ #include "mdadm.h" -char Version[] = Name " - v3.0 - 2nd June 2009\n"; +char Version[] = Name " - v3.0.1 - 25th September 2009\n"; /* * File: ReadMe.c @@ -1,5 +1,6 @@ ANNOUNCE-3.0 +ANNOUNCE-3.0.1 Assemble.c bitmap.c bitmap.h @@ -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 +.TH MDADM 8 "" v3.0.1 .SH NAME mdadm \- manage MD devices .I aka @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 3.0 +Version: 3.0.1 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 b9c6b48b..3196b381 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v3.0 +.TH MDASSEMBLE 8 "" v3.0.1 .SH NAME mdassemble \- assemble MD devices .I aka @@ -1,5 +1,5 @@ .\" See file COPYING in distribution for details. -.TH MDMON 8 "" v3.0 +.TH MDMON 8 "" v3.0.1 .SH NAME mdmon \- monitor MD external metadata arrays |