From 3b936f2c2e8d446bc8106b4838f29ff656a89c9d Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Mon, 7 Aug 2006 12:00:30 +1000 Subject: Release 2.5.3 --- ANNOUNCE-2.5.3 | 33 +++++++++++++++++++++++++++++++++ ReadMe.c | 2 +- inventory | 1 + mdadm.8 | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- 6 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 ANNOUNCE-2.5.3 diff --git a/ANNOUNCE-2.5.3 b/ANNOUNCE-2.5.3 new file mode 100644 index 0000000..92aa278 --- /dev/null +++ b/ANNOUNCE-2.5.3 @@ -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 + + diff --git a/ReadMe.c b/ReadMe.c index 26a8695..c9e64cd 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -29,7 +29,7 @@ #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 diff --git a/inventory b/inventory index 40c4ca0..8e83f3b 100644 --- a/inventory +++ b/inventory @@ -10,6 +10,7 @@ ANNOUNCE-2.4.1 ANNOUNCE-2.5 ANNOUNCE-2.5.1 ANNOUNCE-2.5.2 +ANNOUNCE-2.5.3 Assemble.c Build.c COPYING diff --git a/mdadm.8 b/mdadm.8 index 870a0f9..1508c58 100644 --- a/mdadm.8 +++ b/mdadm.8 @@ -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.2 +.TH MDADM 8 "" v2.5.3 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 7ce5925..ea2bfeb 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 2.5.2 +Version: 2.5.3 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/ diff --git a/mdassemble.8 b/mdassemble.8 index 0beddeb..84479b7 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v2.5.2 +.TH MDASSEMBLE 8 "" v2.5.3 .SH NAME mdassemble \- assemble MD devices .I aka -- cgit