Release 2.5.3

This commit is contained in:
Neil Brown 2006-08-07 12:00:30 +10:00
parent 60248f7433
commit 3b936f2c2e
6 changed files with 38 additions and 4 deletions

33
ANNOUNCE-2.5.3 Normal file
View File

@ -0,0 +1,33 @@
Subject: ANNOUNCE: mdadm 2.5.3 - A tool for managing Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 2.5.3
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.3 is a bugfix release over 2.5.2.
Changelog Entries:
- Document v0.91 superblocks in md.4
- Make GPL explicit in man pages.
- Fix recent breakage of starting degraded arrays.
- Tidyup automatic name choice for v-1 arrays:
/dev/md_d0 now becomes '0', not '_d0'.
Development of mdadm is sponsored by
SUSE Labs, Novell Inc.
NeilBrown 7th August 2006

View File

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

View File

@ -10,6 +10,7 @@ ANNOUNCE-2.4.1
ANNOUNCE-2.5 ANNOUNCE-2.5
ANNOUNCE-2.5.1 ANNOUNCE-2.5.1
ANNOUNCE-2.5.2 ANNOUNCE-2.5.2
ANNOUNCE-2.5.3
Assemble.c Assemble.c
Build.c Build.c
COPYING COPYING

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

View File

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