diff --git a/ANNOUNCE-3.0.2 b/ANNOUNCE-3.0.2 new file mode 100644 index 0000000..93643d1 --- /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 97b4730..e829cfe 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 ef5ee12..90b4daf 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 5b4df35..63e3a0a 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 c0f2409..7f19918 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 1040610..7ea4c8c 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 3196b38..cedcd0f 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 6160005..6092812 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