From c04bf2398e49763460c0e04df3130566ced16555 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Wed, 15 Oct 2008 15:48:37 +1100 Subject: Release 2.6.7.1 Special point release for Debian-Lenny --- ANNOUNCE-2.6.7.1 | 27 +++++++++++++++++++++++++++ ReadMe.c | 2 +- inventory | 1 + mdadm.8 | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- 6 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 ANNOUNCE-2.6.7.1 diff --git a/ANNOUNCE-2.6.7.1 b/ANNOUNCE-2.6.7.1 new file mode 100644 index 0000000..18594fd --- /dev/null +++ b/ANNOUNCE-2.6.7.1 @@ -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 diff --git a/ReadMe.c b/ReadMe.c index 0a736ed..2631a66 100644 --- 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 diff --git a/inventory b/inventory index 8c0a8d1..ecedef1 100755 --- 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 f0381b6..e3bf32e 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.7 +.TH MDADM 8 "" v2.6.7.1 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 8e1a9bb..a277ae8 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.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 diff --git a/mdassemble.8 b/mdassemble.8 index d60c775..4da11d0 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -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 -- cgit