]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.6 mdadm-2.6.6
authorNeil Brown <neilb@suse.de>
Mon, 19 May 2008 02:07:54 +0000 (12:07 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 19 May 2008 02:07:54 +0000 (12:07 +1000)
ANNOUNCE-2.6.6
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..82534290aec594bf62caf24b8635e7e78937d8ce 100644 (file)
@@ -0,0 +1,27 @@
+Subject:  ANNOUNCE: mdadm 2.6.6 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.6
+
+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.6 fixes a compile problem in 2.6.5 and adds a small manpage update.
+
+Changelog Entries:
+    -   "make everything" now make mdassemble.auto
+    -   fix compile problem with mdassemble.auto
+    -   Update FAQ URLs in man page again.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  19th May 2007
index e22e4c8b6de9ef50b98942bbe3871e7c39cb21e5..368c76904fc07573f3994992a42a8306d75b2b7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes Prior to 2.6.6 release
+    -   "make everything" now make mdassemble.auto
+    -   fix compile problem with mdassemble.auto
+    -   Update FAQ URLs in man page again.
+
 Changes Prior to 2.6.5 release
     -   Avoid segfault when parsing /proc/mdstat with auto-read-only
        arrays.
index 1b553951a6e05faef8c693e87392f400374f808c..4cc697051de569af99aad1add1b7af36d77ffadd 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.5 - 15th May 2008\n";
+char Version[] = Name " - v2.6.6 - 19th May 2008\n";
 
 /*
  * File: ReadMe.c
index a3b29c2462254ad8eedbeb629cd6433ae0646353..2b8bad24841c6b12f5549b737535ace423139896 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -20,6 +20,7 @@ ANNOUNCE-2.6.2
 ANNOUNCE-2.6.3
 ANNOUNCE-2.6.4
 ANNOUNCE-2.6.5
+ANNOUNCE-2.6.6
 Assemble.c
 bitmap.c
 bitmap.h
diff --git a/mdadm.8 b/mdadm.8
index fb288736afc63c995810e8708a69250ebda2d82d..b6ee8ba4c887029e32bff0fd5dbbab7d3b402bfc 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.5
+.TH MDADM 8 "" v2.6.6
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index dfb9dc5b677d8df375ffa50b44d35c64519c234c..79e9a59f0f67664c1955b172c0ae5fad14188bdb 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.5
+Version:     2.6.6
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 945c276c1fce6b62a0bd2920840e3f812ffb51f4..ee3984b1b569642a3a985688f476abb26f8729db 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.5
+.TH MDASSEMBLE 8 "" v2.6.6
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka