Skip to content

Commit d8419fe

Browse files
committed
Release mdadm-3.0.1
Just bugfixes. Signed-off-by: NeilBrown <[email protected]>
1 parent 2de8abd commit d8419fe

File tree

8 files changed

+34
-6
lines changed

8 files changed

+34
-6
lines changed

ANNOUNCE-3.0.1

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Subject: ANNOUNCE: mdadm 3.0.1 - A tool for managing Soft RAID under Linux
2+
3+
I am pleased to announce the availability of
4+
mdadm version 3.0.1
5+
6+
It is available at the usual places:
7+
countrycode=xx.
8+
http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
9+
and via git at
10+
git://neil.brown.name/mdadm
11+
http://neil.brown.name/git?p=mdadm
12+
13+
14+
This contains only minor bug fixes over 3.0. If you are using
15+
3.0, you could consider upgrading.
16+
17+
The brief change log is:
18+
- Fix various segfaults
19+
- Fixed for --examine with containers
20+
- Lots of other little fixes.
21+
22+
NeilBrown 25th September 2009

ChangeLog

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Please see git logs for detailed change log.
22
This file just contains highlight.
33

4-
Changed Prior to release 3.0
4+
Changes Prior to release 3.0.1
5+
- Fix various segfaults
6+
- Fixed for --examine with containers
7+
- Lots of other little fixes.
8+
9+
Changes Prior to release 3.0
510
- Support for externally managed metadata, specifically DDF and IMSM.
611
- Depend on udev to create entries in /dev, rather than creating them
712
ourselves.

ReadMe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "mdadm.h"
2626

27-
char Version[] = Name " - v3.0 - 2nd June 2009\n";
27+
char Version[] = Name " - v3.0.1 - 25th September 2009\n";
2828

2929
/*
3030
* File: ReadMe.c

inventory

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
ANNOUNCE-3.0
3+
ANNOUNCE-3.0.1
34
Assemble.c
45
bitmap.c
56
bitmap.h

mdadm.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.\" the Free Software Foundation; either version 2 of the License, or
66
.\" (at your option) any later version.
77
.\" See file COPYING in distribution for details.
8-
.TH MDADM 8 "" v3.0
8+
.TH MDADM 8 "" v3.0.1
99
.SH NAME
1010
mdadm \- manage MD devices
1111
.I aka

mdadm.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
22
Name: mdadm
3-
Version: 3.0
3+
Version: 3.0.1
44
Release: 1
55
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
66
URL: http://neil.brown.name/blog/mdadm

mdassemble.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.TH MDASSEMBLE 8 "" v3.0
2+
.TH MDASSEMBLE 8 "" v3.0.1
33
.SH NAME
44
mdassemble \- assemble MD devices
55
.I aka

mdmon.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" See file COPYING in distribution for details.
2-
.TH MDMON 8 "" v3.0
2+
.TH MDMON 8 "" v3.0.1
33
.SH NAME
44
mdmon \- monitor MD external metadata arrays
55

0 commit comments

Comments
 (0)