]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.0.1 mdadm-3.0.1
authorNeilBrown <neilb@suse.de>
Fri, 25 Sep 2009 07:08:19 +0000 (17:08 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 25 Sep 2009 07:08:19 +0000 (17:08 +1000)
Just bugfixes.

Signed-off-by: NeilBrown <neilb@suse.de>
ANNOUNCE-3.0.1 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.0.1 b/ANNOUNCE-3.0.1
new file mode 100644 (file)
index 0000000..91b4428
--- /dev/null
@@ -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
index c7e0f7ab812607c981506fd305cd13ff41365190..97b4730356eda262740ebee7c7fc15bb9d683585 100644 (file)
--- 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.
index 6a5c83cf6bd82ec0a6f186329ee3937ead5bf87f..ef5ee1252a40c86d1790c1193bb3d11e5cbc1245 100644 (file)
--- 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
index be94cce20690fca9888cb2cc6effd3fac55d20f7..5b4df350258d1a9e5c6d867e6ba3cd7eb3664f85 100755 (executable)
--- 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 45579ff53aafc09772f630817cdd19345e21bf09..c0f2409935ff21a0d3802b648043eb0cd7c1e224 100644 (file)
--- 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
index 0e6a40fa2836a5666e8965b4f70770d4962a5027..10406107fa2168b6a562c73b5dee2c7b65a1df3a 100644 (file)
@@ -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
index b9c6b48bc0696ff56f17a41abe24f811e8d4fba3..3196b38161b384b693c9923adc15d0d463ec9ac2 100644 (file)
@@ -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 76704336607b4aa3ab019a28124969d2c4a4cebc..616000512603dd5701d60557a9b1cb96f38ed24e 100644 (file)
--- 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