summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-09-25 18:19:07 +1000
committerNeilBrown <neilb@suse.de>2009-09-25 18:19:07 +1000
commit58ad57f6842f15744a4d77f61125925ed58f73af (patch)
tree7c20fee8e98730ee1f9479aff5422ad438bad42b
parent40d28f0d1bf28bc706b734932f46a9190b9fec5b (diff)
Release mdadm-3.0.2
Just one bugfix.
-rw-r--r--ANNOUNCE-3.0.221
-rw-r--r--ChangeLog4
-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, 31 insertions, 5 deletions
diff --git a/ANNOUNCE-3.0.2 b/ANNOUNCE-3.0.2
new file mode 100644
index 00000000..93643d17
--- /dev/null
+++ b/ANNOUNCE-3.0.2
@@ -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
diff --git a/ChangeLog b/ChangeLog
index 97b47303..e829cfe7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ReadMe.c b/ReadMe.c
index ef5ee125..90b4dafc 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -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
diff --git a/inventory b/inventory
index 5b4df350..63e3a0ac 100755
--- a/inventory
+++ b/inventory
@@ -1,6 +1,7 @@
ANNOUNCE-3.0
ANNOUNCE-3.0.1
+ANNOUNCE-3.0.2
Assemble.c
bitmap.c
bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index c0f24099..7f19918f 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.1
+.TH MDADM 8 "" v3.0.2
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index 10406107..7ea4c8c5 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.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
diff --git a/mdassemble.8 b/mdassemble.8
index 3196b381..cedcd0f2 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -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
diff --git a/mdmon.8 b/mdmon.8
index 61600051..6092812a 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -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