summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-09-25 17:08:19 +1000
committerNeilBrown <neilb@suse.de>2009-09-25 17:08:19 +1000
commitd8419fe9e9a1a71e64a508665dc9bc09da174878 (patch)
treeca2b0b97addcaa984dc103933539b31ac8ef4233
parent2de8abd572b420498d60a7a83f5b2ca607e03234 (diff)
downloadmdadm-d8419fe9e9a1a71e64a508665dc9bc09da174878.tar.gz
Release mdadm-3.0.1mdadm-3.0.1
Just bugfixes. Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--ANNOUNCE-3.0.122
-rw-r--r--ChangeLog7
-rw-r--r--ReadMe.c2
-rwxr-xr-xinventory1
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
-rw-r--r--mdmon.82
8 files changed, 34 insertions, 6 deletions
diff --git a/ANNOUNCE-3.0.1 b/ANNOUNCE-3.0.1
new file mode 100644
index 0000000..91b4428
--- /dev/null
+++ b/ANNOUNCE-3.0.1
@@ -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
diff --git a/ChangeLog b/ChangeLog
index c7e0f7a..97b4730 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/ReadMe.c b/ReadMe.c
index 6a5c83c..ef5ee12 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -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
diff --git a/inventory b/inventory
index be94cce..5b4df35 100755
--- a/inventory
+++ b/inventory
@@ -1,5 +1,6 @@
ANNOUNCE-3.0
+ANNOUNCE-3.0.1
Assemble.c
bitmap.c
bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index 45579ff..c0f2409 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -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
diff --git a/mdadm.spec b/mdadm.spec
index 0e6a40f..1040610 100644
--- a/mdadm.spec
+++ b/mdadm.spec
@@ -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
diff --git a/mdassemble.8 b/mdassemble.8
index b9c6b48..3196b38 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.0
+.TH MDASSEMBLE 8 "" v3.0.1
.SH NAME
mdassemble \- assemble MD devices
.I aka
diff --git a/mdmon.8 b/mdmon.8
index 7670433..6160005 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -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