Status: ok Increase version number And write announcement. Signed-off-by: Neil Brown ### Diffstat output ./ANNOUNCE-1.6.0 | 36 ++++++++++++++++++++++++++++++++++++ ./ChangeLog | 2 +- ./ReadMe.c | 2 +- ./mdadm.8 | 2 +- ./mdadm.spec | 2 +- 5 files changed, 40 insertions(+), 4 deletions(-) diff ./ANNOUNCE-1.6.0~current~ ./ANNOUNCE-1.6.0 --- ./ANNOUNCE-1.6.0~current~ 2004-06-11 16:29:46.000000000 +1000 +++ ./ANNOUNCE-1.6.0 2004-06-04 16:18:48.000000000 +1000 @@ -0,0 +1,36 @@ +Subject: ANNOUNCE: mdadm 1.6.0 - A tool for managing Soft RAID under Linux + + +I am pleased to announce the availability of + mdadm version 1.6.0 +It is available at + http://www.cse.unsw.edu.au/~neilb/source/mdadm/ +and + http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/ + +as a source tar-ball and (at the first site) as an SRPM, and as an RPM for i386. + +mdadm is a tool for creating, managing and monitoring +device arrays using the "md" driver in Linux, also +known as Software RAID arrays. + +Release 1.6.0 adds: + - --grow which (in 2.6.7-rc1-mm1 and hopefully 2.6.8) allows raid1/4/5/6 + arrays to change the active size of the underlying devices, and allows + raid1 arrays to change the number of active drives. + - Allows --build to buld raid1 and multipath arrays. + - adds "degraded" and "recovering" as possibilities for the status line + in --detail + - fixes a bug in 1.5.0 which stopped resync status messages from being + generated in --monitor mode + - Further support for partitionable arrays included "--auto=" option + and "auto=" config file entry which instructs mdadm to create the necessary + device files after allocating an unused array number. + - assorted minor fixes and improvements. + +Development of mdadm is sponsored by CSE@UNSW: + The School of Computer Science and Engineering +at + The University of New South Wales + +NeilBrown 4 Jun 2004 diff ./ChangeLog~current~ ./ChangeLog --- ./ChangeLog~current~ 2004-06-11 16:29:46.000000000 +1000 +++ ./ChangeLog 2004-06-04 16:18:48.000000000 +1000 @@ -1,4 +1,4 @@ -Changes Prior to this release +Changes Prior to 1.6.0 release - Device name given in -Eb is determined by examining /dev rather than assuming /dev/md%d - Fix bug in --monitor where an array could be held open an so diff ./ReadMe.c~current~ ./ReadMe.c --- ./ReadMe.c~current~ 2004-06-11 16:29:46.000000000 +1000 +++ ./ReadMe.c 2004-06-04 16:18:48.000000000 +1000 @@ -29,7 +29,7 @@ #include "mdadm.h" -char Version[] = Name " - v1.5.0 - 22 Jan 2004\n"; +char Version[] = Name " - v1.6.0 - 4 June 2004\n"; /* * File: ReadMe.c * diff ./mdadm.8~current~ ./mdadm.8 --- ./mdadm.8~current~ 2004-06-11 16:29:46.000000000 +1000 +++ ./mdadm.8 2004-06-04 16:18:48.000000000 +1000 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDADM 8 "" v1.5.0 +.TH MDADM 8 "" v1.6.0 .SH NAME mdadm \- manage MD devices .I aka diff ./mdadm.spec~current~ ./mdadm.spec --- ./mdadm.spec~current~ 2004-06-11 16:29:46.000000000 +1000 +++ ./mdadm.spec 2004-06-04 16:18:48.000000000 +1000 @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 1.5.0 +Version: 1.6.0 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/