Release 2.5.2

Description...
This commit is contained in:
Neil Brown 2006-06-27 21:31:58 +10:00
parent 8aec876d2e
commit 2a91e1491e
7 changed files with 51 additions and 5 deletions

45
ANNOUNCE-2.5.2 Normal file
View File

@ -0,0 +1,45 @@
Subject: ANNOUNCE: mdadm 2.5.2 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.5.2
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.2 is primarily a bugfix release over 2.5.1.
It also contains a work-around for a kernel bug which affects
hot-adding to arrays with a version-1 superblock.
Changelog Entries:
- Fix problem with compiling with gcc-2 compilers
- Fix compile problem of post-incrmenting a variable in a macro arg.
- Stop map_dev from returning [0:0], as that breaks things.
- Add 'Array Slot' line to --examine for version-1 superblocks
to make it a bit easier to see what is happening.
- Work around bug in --add handling for version-1 superblocks
in 2.6.17 (and prior).
- Make -assemble a bit more resilient to finding strange
information in superblocks.
- Don't claim newly added spares are InSync!! (don't know why that
code was ever in there)
- Work better when no 'ftw' is available, and check to see
if current uclibc provides ftw.
- Never use /etc/mdadm.conf if --config file is given (previously
some code used one, some used the other).
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 27th June 2006

View File

@ -1,4 +1,4 @@
Changes Prior to this release
Changes Prior to 2.5.2 release
- Fix problem with compiling with gcc-2 compilers
- Fix compile problem of post-incrmenting a variable in a macro arg.
- Stop map_dev from returning [0:0], as that breaks things.

View File

@ -29,7 +29,7 @@
#include "mdadm.h"
char Version[] = Name " - v2.5.1 - 16 June 2006\n";
char Version[] = Name " - v2.5.2 - 27 June 2006\n";
/*
* File: ReadMe.c

View File

@ -9,6 +9,7 @@ ANNOUNCE-2.4-pre1
ANNOUNCE-2.4.1
ANNOUNCE-2.5
ANNOUNCE-2.5.1
ANNOUNCE-2.5.2
Assemble.c
Build.c
COPYING

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*-
.TH MDADM 8 "" v2.5.1
.TH MDADM 8 "" v2.5.2
.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.1
Version: 2.5.2
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.1
.TH MDASSEMBLE 8 "" v2.5.2
.SH NAME
mdassemble \- assemble MD devices
.I aka