summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE-2.6.627
-rw-r--r--ChangeLog5
-rw-r--r--ReadMe.c2
-rwxr-xr-xinventory1
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
7 files changed, 37 insertions, 4 deletions
diff --git a/ANNOUNCE-2.6.6 b/ANNOUNCE-2.6.6
index e69de29..8253429 100644
--- a/ANNOUNCE-2.6.6
+++ b/ANNOUNCE-2.6.6
@@ -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
diff --git a/ChangeLog b/ChangeLog
index e22e4c8..368c769 100644
--- 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.
diff --git a/ReadMe.c b/ReadMe.c
index 1b55395..4cc6970 100644
--- 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
diff --git a/inventory b/inventory
index a3b29c2..2b8bad2 100755
--- 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 fb28873..b6ee8ba 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 "" v2.6.5
+.TH MDADM 8 "" v2.6.6
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index dfb9dc5..79e9a59 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: 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
diff --git a/mdassemble.8 b/mdassemble.8
index 945c276..ee3984b 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -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