Release 2.6.6

This commit is contained in:
Neil Brown 2008-05-19 12:07:54 +10:00
parent 75f743774f
commit df5a0b9295
7 changed files with 37 additions and 4 deletions

View 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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View 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