Release mdadm-3.0.2

Just one bugfix.
This commit is contained in:
NeilBrown 2009-09-25 18:19:07 +10:00
parent 40d28f0d1b
commit 58ad57f684
8 changed files with 31 additions and 5 deletions

21
ANNOUNCE-3.0.2 Normal file
View File

@ -0,0 +1,21 @@
Subject: ANNOUNCE: mdadm 3.0.2 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 3.0.2
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 just contains one bugfix over 3.0.1 - I was obviously a bit hasty
in releasing that one.
The brief change log is:
- Fix crash when hosthost is not set, as often happens in
early boot.
NeilBrown 25th September 2009

View File

@ -1,6 +1,10 @@
Please see git logs for detailed change log. Please see git logs for detailed change log.
This file just contains highlight. This file just contains highlight.
Changes Prior to release 3.0.2
- Fix crash when hosthost is not set, as often happens in
early boot.
Changes Prior to release 3.0.1 Changes Prior to release 3.0.1
- Fix various segfaults - Fix various segfaults
- Fixed for --examine with containers - Fixed for --examine with containers

View File

@ -24,7 +24,7 @@
#include "mdadm.h" #include "mdadm.h"
char Version[] = Name " - v3.0.1 - 25th September 2009\n"; char Version[] = Name " - v3.0.2 - 25th September 2009\n";
/* /*
* File: ReadMe.c * File: ReadMe.c

View File

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

View File

@ -5,7 +5,7 @@
.\" the Free Software Foundation; either version 2 of the License, or .\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version. .\" (at your option) any later version.
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDADM 8 "" v3.0.1 .TH MDADM 8 "" v3.0.2
.SH NAME .SH NAME
mdadm \- manage MD devices mdadm \- manage MD devices
.I aka .I aka

View File

@ -1,6 +1,6 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm Name: mdadm
Version: 3.0.1 Version: 3.0.2
Release: 1 Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
URL: http://neil.brown.name/blog/mdadm URL: http://neil.brown.name/blog/mdadm

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH MDASSEMBLE 8 "" v3.0.1 .TH MDASSEMBLE 8 "" v3.0.2
.SH NAME .SH NAME
mdassemble \- assemble MD devices mdassemble \- assemble MD devices
.I aka .I aka

View File

@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDMON 8 "" v3.0.1 .TH MDMON 8 "" v3.0.2
.SH NAME .SH NAME
mdmon \- monitor MD external metadata arrays mdmon \- monitor MD external metadata arrays