Release mdadm-3.0.1

Just bugfixes.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2009-09-25 17:08:19 +10:00
parent 2de8abd572
commit d8419fe9e9
8 changed files with 34 additions and 6 deletions

22
ANNOUNCE-3.0.1 Normal file
View File

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

View File

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

View File

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

View File

@ -1,5 +1,6 @@
ANNOUNCE-3.0
ANNOUNCE-3.0.1
Assemble.c
bitmap.c
bitmap.h

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
.TH MDADM 8 "" v3.0.1
.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
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

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH MDASSEMBLE 8 "" v3.0
.TH MDASSEMBLE 8 "" v3.0.1
.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
.TH MDMON 8 "" v3.0.1
.SH NAME
mdmon \- monitor MD external metadata arrays