]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.7.1 mdadm-2.6.7.1
authorNeilBrown <neilb@suse.de>
Wed, 15 Oct 2008 04:48:37 +0000 (15:48 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 15 Oct 2008 04:48:37 +0000 (15:48 +1100)
Special point release for Debian-Lenny

ANNOUNCE-2.6.7.1 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.6.7.1 b/ANNOUNCE-2.6.7.1
new file mode 100644 (file)
index 0000000..18594fd
--- /dev/null
@@ -0,0 +1,27 @@
+Subject:  ANNOUNCE: mdadm 2.6.7.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.7.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
+
+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.1 fixes two bugs in 2.6.7 and is a special release
+for Debian Lenny (which is too frozen to take 2.6.8).
+
+Changelog Entries:
+    -   Manage: allow adding device that is just large enough to v1.x array.
+    -   Fix bug in forced assemble.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  15th October 2008
index 0a736ed7b4af29838dbaab24ecbbbcd3bdfdbac5..2631a66e9dd0de2f8375e1bbf388bb4347d62bed 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.7 - 6th June 2008\n";
+char Version[] = Name " - v2.6.7.1 - 15th October 2008\n";
 
 /*
  * File: ReadMe.c
index 8c0a8d1894ce01ccf5e90488b28ed1486a5ede2c..ecedef1c36a4413a5c97bf7b81f3604d4badbae6 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -22,6 +22,7 @@ ANNOUNCE-2.6.4
 ANNOUNCE-2.6.5
 ANNOUNCE-2.6.6
 ANNOUNCE-2.6.7
+ANNOUNCE-2.6.7.1
 Assemble.c
 bitmap.c
 bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index f0381b6914b9555b1bb73d0656c14ce4d42017aa..e3bf32e9957828a904356dd381ac45fa2d43ddb9 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.7
+.TH MDADM 8 "" v2.6.7.1
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 8e1a9bbc0b8c756f1a72c2ae7f9104a425063e06..a277ae88594ca017105d5312888f59bc0fcf105b 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.7
+Version:     2.6.7.1
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index d60c775d73e210bfc87ee466a02ed5df3c04a277..4da11d03b44f53408ad3eb62a0f6839bc04281f5 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.7
+.TH MDASSEMBLE 8 "" v2.6.7.1
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka