Release 3.0.3

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2009-10-22 12:05:22 +11:00
parent 0eb26465c0
commit d28c1a7383
8 changed files with 49 additions and 5 deletions

29
ANNOUNCE-3.0.3 Normal file
View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View 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

View File

@ -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