File tree Expand file tree Collapse file tree 8 files changed +34
-6
lines changed Expand file tree Collapse file tree 8 files changed +34
-6
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
Please see git logs for detailed change log.
2
2
This file just contains highlight.
3
3
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
5
10
- Support for externally managed metadata, specifically DDF and IMSM.
6
11
- Depend on udev to create entries in /dev, rather than creating them
7
12
ourselves.
Original file line number Diff line number Diff line change 24
24
25
25
#include "mdadm.h"
26
26
27
- char Version [] = Name " - v3.0 - 2nd June 2009\n" ;
27
+ char Version [] = Name " - v3.0.1 - 25th September 2009\n" ;
28
28
29
29
/*
30
30
* File: ReadMe.c
Original file line number Diff line number Diff line change 1
1
2
2
ANNOUNCE-3.0
3
+ ANNOUNCE-3.0.1
3
4
Assemble.c
4
5
bitmap.c
5
6
bitmap.h
Original file line number Diff line number Diff line change 5
5
.\" the Free Software Foundation; either version 2 of the License, or
6
6
.\" (at your option) any later version.
7
7
.\" See file COPYING in distribution for details.
8
- .TH MDADM 8 "" v3.0
8
+ .TH MDADM 8 "" v3.0.1
9
9
.SH NAME
10
10
mdadm \- manage MD devices
11
11
.I aka
Original file line number Diff line number Diff line change 1
1
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
2
2
Name: mdadm
3
- Version: 3.0
3
+ Version: 3.0.1
4
4
Release: 1
5
5
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version }.tgz
6
6
URL: http://neil.brown.name/blog/mdadm
Original file line number Diff line number Diff line change 1
1
.\" -*- nroff -*-
2
- .TH MDASSEMBLE 8 "" v3.0
2
+ .TH MDASSEMBLE 8 "" v3.0.1
3
3
.SH NAME
4
4
mdassemble \- assemble MD devices
5
5
.I aka
Original file line number Diff line number Diff line change 1
1
.\" See file COPYING in distribution for details.
2
- .TH MDMON 8 "" v3.0
2
+ .TH MDMON 8 "" v3.0.1
3
3
.SH NAME
4
4
mdmon \- monitor MD external metadata arrays
5
5
You can’t perform that action at this time.
0 commit comments