]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.7 mdadm-2.6.7
authorNeil Brown <neilb@suse.de>
Fri, 6 Jun 2008 06:07:11 +0000 (16:07 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 6 Jun 2008 06:07:11 +0000 (16:07 +1000)
ANNOUNCE-2.6.7 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.6.7 b/ANNOUNCE-2.6.7
new file mode 100644 (file)
index 0000000..5fa4a80
--- /dev/null
@@ -0,0 +1,27 @@
+Subject:  ANNOUNCE: mdadm 2.6.7 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.7
+
+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
+
+mdadm is a tool for creating, managing and monitoring
+device arrays using the "md" driver in Linux, also
+known as Software RAID arrays.
+
+Release 2.6.7 fixes a few bugs in 2.6.5 which 2.6.6 didn't fix.
+
+Changelog Entries:
+    -   Avoid NULL reference calling free_super and elsewhere.
+    -   Remove stray semicolon (Causes compile error with gcc-2.95)
+    -   Fix autoassemble for stack arrays.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  6th June 2008
index 368c76904fc07573f3994992a42a8306d75b2b7f..c6bc0f1e8f2aa1652e307fce187a50eddafd0cd2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes Prior to 2.6.7 release
+    -   Avoid NULL reference calling free_super and elsewhere.
+    -   Remove stray semicolon (Causes compile error with gcc-2.95)
+    -   Fix autoassemble for stack arrays.
+
 Changes Prior to 2.6.6 release
     -   "make everything" now make mdassemble.auto
     -   fix compile problem with mdassemble.auto
index 4cc697051de569af99aad1add1b7af36d77ffadd..0a736ed7b4af29838dbaab24ecbbbcd3bdfdbac5 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.6 - 19th May 2008\n";
+char Version[] = Name " - v2.6.7 - 6th June 2008\n";
 
 /*
  * File: ReadMe.c
index 2b8bad24841c6b12f5549b737535ace423139896..8c0a8d1894ce01ccf5e90488b28ed1486a5ede2c 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -21,6 +21,7 @@ ANNOUNCE-2.6.3
 ANNOUNCE-2.6.4
 ANNOUNCE-2.6.5
 ANNOUNCE-2.6.6
+ANNOUNCE-2.6.7
 Assemble.c
 bitmap.c
 bitmap.h
@@ -117,6 +118,7 @@ tests/06r5swap
 tests/06sysfs
 tests/06update-uuid
 tests/06wrmostly
+tests/07autoassemble
 tests/07autodetect
 tests/07testreshape5
 tests/check
diff --git a/mdadm.8 b/mdadm.8
index b6ee8ba4c887029e32bff0fd5dbbab7d3b402bfc..f0381b6914b9555b1bb73d0656c14ce4d42017aa 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 "" v2.6.6
+.TH MDADM 8 "" v2.6.7
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 79e9a59f0f67664c1955b172c0ae5fad14188bdb..8e1a9bbc0b8c756f1a72c2ae7f9104a425063e06 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.6
+Version:     2.6.7
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index ee3984b1b569642a3a985688f476abb26f8729db..d60c775d73e210bfc87ee466a02ed5df3c04a277 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.6
+.TH MDASSEMBLE 8 "" v2.6.7
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka