Release 2.6.7

This commit is contained in:
Neil Brown 2008-06-06 16:07:11 +10:00
parent 3d2b16e77c
commit 866d136a2f
7 changed files with 38 additions and 4 deletions

27
ANNOUNCE-2.6.7 Normal file
View File

@ -0,0 +1,27 @@
Subject: ANNOUNCE: mdadm 2.6.7 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.6.7
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 fixes a few bugs in 2.6.5 which 2.6.6 didn't fix.
Changelog Entries:
- Avoid NULL reference calling free_super and elsewhere.
- Remove stray semicolon (Causes compile error with gcc-2.95)
- Fix autoassemble for stack arrays.
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 6th June 2008

View File

@ -1,3 +1,8 @@
Changes Prior to 2.6.7 release
- Avoid NULL reference calling free_super and elsewhere.
- Remove stray semicolon (Causes compile error with gcc-2.95)
- Fix autoassemble for stack arrays.
Changes Prior to 2.6.6 release
- "make everything" now make mdassemble.auto
- fix compile problem with mdassemble.auto

View File

@ -24,7 +24,7 @@
#include "mdadm.h"
char Version[] = Name " - v2.6.6 - 19th May 2008\n";
char Version[] = Name " - v2.6.7 - 6th June 2008\n";
/*
* File: ReadMe.c

View File

@ -21,6 +21,7 @@ ANNOUNCE-2.6.3
ANNOUNCE-2.6.4
ANNOUNCE-2.6.5
ANNOUNCE-2.6.6
ANNOUNCE-2.6.7
Assemble.c
bitmap.c
bitmap.h
@ -117,6 +118,7 @@ tests/06r5swap
tests/06sysfs
tests/06update-uuid
tests/06wrmostly
tests/07autoassemble
tests/07autodetect
tests/07testreshape5
tests/check

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.6
.TH MDADM 8 "" v2.6.7
.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.6
Version: 2.6.7
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.6
.TH MDASSEMBLE 8 "" v2.6.7
.SH NAME
mdassemble \- assemble MD devices
.I aka