Release 2.6.4

This commit is contained in:
Neil Brown 2007-10-19 14:13:04 +10:00
parent 25037aa872
commit 6a0671608b
8 changed files with 43 additions and 5 deletions

31
ANNOUNCE-2.6.4 Normal file
View File

@ -0,0 +1,31 @@
Subject: ANNOUNCE: mdadm 2.6.4 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.6.4
It is available at the usual places:
http://www.cse.unsw.edu.au/~neilb/source/mdadm/
and
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.4 adds a few minor bug fixes to 2.6.3
Changelog Entries:
- Make "--create --auto=mdp" work for non-standard device names.
- Fix restarting of a 'reshape' if it was stopped in the middle.
- Fix a segfault when using v1 superblock.
- Make --write-mostly effective when re-adding a device to an array.
- Various minor fixes
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 19th October 2007

View File

@ -1,3 +1,10 @@
Changes Prior to 2.6.4 release
- Make "--create --auto=mdp" work for non-standard device names.
- Fix restarting of a 'reshape' if it was stopped in the middle.
- Fix a segfault when using v1 superblock.
- Make --write-mostly effective when re-adding a device to an array.
- Various minor fixes
Changes Prior to 2.6.3 release Changes Prior to 2.6.3 release
- allow --write-behind to be set for --grow. - allow --write-behind to be set for --grow.
- When adding new disk to an array, don't reserve so much bitmap - When adding new disk to an array, don't reserve so much bitmap

View File

@ -24,7 +24,7 @@
#include "mdadm.h" #include "mdadm.h"
char Version[] = Name " - v2.6.3 - 20th August 2007\n"; char Version[] = Name " - v2.6.4 - 19th October 2007\n";
/* /*
* File: ReadMe.c * File: ReadMe.c

0
SHA1.c
View File

View File

@ -18,6 +18,7 @@ ANNOUNCE-2.6
ANNOUNCE-2.6.1 ANNOUNCE-2.6.1
ANNOUNCE-2.6.2 ANNOUNCE-2.6.2
ANNOUNCE-2.6.3 ANNOUNCE-2.6.3
ANNOUNCE-2.6.4
Assemble.c Assemble.c
bitmap.c bitmap.c
bitmap.h bitmap.h
@ -67,7 +68,6 @@ ReadMe.c
README.initramfs README.initramfs
restripe.c restripe.c
sha1.c sha1.c
SHA1.c
sha1.h sha1.h
super0.c super0.c
super1.c super1.c

View File

@ -5,7 +5,7 @@
''' the Free Software Foundation; either version 2 of the License, or ''' the Free Software Foundation; either version 2 of the License, or
''' (at your option) any later version. ''' (at your option) any later version.
''' See file COPYING in distribution for details. ''' See file COPYING in distribution for details.
.TH MDADM 8 "" v2.6.3 .TH MDADM 8 "" v2.6.4
.SH NAME .SH NAME
mdadm \- manage MD devices mdadm \- manage MD devices
.I aka .I aka

View File

@ -1,6 +1,6 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm Name: mdadm
Version: 2.6.3 Version: 2.6.4
Release: 1 Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
URL: http://neil.brown.name/blog/mdadm URL: http://neil.brown.name/blog/mdadm

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH MDASSEMBLE 8 "" v2.6.3 .TH MDASSEMBLE 8 "" v2.6.4
.SH NAME .SH NAME
mdassemble \- assemble MD devices mdassemble \- assemble MD devices
.I aka .I aka