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.
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
- Fix various segfaults
- Fixed for --examine with containers

View File

@ -24,7 +24,7 @@
#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

View File

@ -1,6 +1,7 @@
ANNOUNCE-3.0
ANNOUNCE-3.0.1
ANNOUNCE-3.0.2
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.1
.TH MDADM 8 "" v3.0.2
.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.1
Version: 3.0.2
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.1
.TH MDASSEMBLE 8 "" v3.0.2
.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.1
.TH MDMON 8 "" v3.0.2
.SH NAME
mdmon \- monitor MD external metadata arrays