Release 2.5.6

This commit is contained in:
Neil Brown 2006-11-09 10:00:32 +11:00
parent 60e1bc1a33
commit 9255bbc84f
6 changed files with 56 additions and 23 deletions

32
ANNOUNCE-2.5.6 Normal file
View File

@ -0,0 +1,32 @@
Subject: ANNOUNCE: mdadm 2.5.6 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.5.6
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.5.6 is a bugfix release over 2.5.5, which it turns out
wasn't the last before 2.6. Maybe this one?
Changelog Entries:
- Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled
properly.
- Documentation updates.
- Fix bug that caused infinite loop when doing auto-assembly,
in certain cases where arrays couldn't be assembled.
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 6th November 2006

View File

@ -29,7 +29,7 @@
#include "mdadm.h"
char Version[] = Name " - v2.5.5 - 23 October 2006\n";
char Version[] = Name " - v2.5.6 - 9 November 2006\n";
/*
* File: ReadMe.c

View File

@ -5,60 +5,60 @@ ANNOUNCE-2.2
ANNOUNCE-2.3
ANNOUNCE-2.3.1
ANNOUNCE-2.4
ANNOUNCE-2.4-pre1
ANNOUNCE-2.4.1
ANNOUNCE-2.4-pre1
ANNOUNCE-2.5
ANNOUNCE-2.5.1
ANNOUNCE-2.5.2
ANNOUNCE-2.5.3
ANNOUNCE-2.5.4
ANNOUNCE-2.5.5
ANNOUNCE-2.5.6
Assemble.c
bitmap.c
bitmap.h
Build.c
COPYING
ChangeLog
config.c
COPYING
Create.c
Detail.c
dlink.c
dlink.h
Examine.c
Grow.c
INSTALL
inventory
Kill.c
makedist
Makefile
Manage.c
Monitor.c
Query.c
README.initramfs
ReadMe.c
SHA1.c
TODO
bitmap.c
bitmap.h
config.c
dlink.c
dlink.h
inventory
makedist
md.4
md5.h
md_p.h
md_u.h
mdadm.8
mdadm.c
mdadm.conf-example
mdadm.conf.5
mdadm.conf-example
mdadm.h
mdadm.spec
mdassemble.8
mdassemble.c
mdopen.c
md_p.h
mdstat.c
md_u.h
misc/
misc/syslog-events
mkinitramfs
Monitor.c
pwgr.c
Query.c
raid5extend.c
ReadMe.c
README.initramfs
restripe.c
sha1.c
SHA1.c
sha1.h
super0.c
super1.c
@ -104,7 +104,8 @@ tests/06r5swap
tests/06sysfs
tests/06wrmostly
tests/07testreshape5
tests/ToTest
tests/check
tests/testdev
tests/ToTest
TODO
util.c

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.5.5
.TH MDADM 8 "" v2.5.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.5.5
Version: 2.5.6
Release: 1
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
URL: http://www.cse.unsw.edu.au/~neilb/source/mdadm/

View File

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