Status: ok Release 1.11.0 Signed-off-by: Neil Brown ### Diffstat output ./ANNOUNCE-1.11.0 | 27 +++++++++++++++++++++++++++ ./ChangeLog | 2 +- ./ReadMe.c | 2 +- ./mdadm.8 | 2 +- ./mdadm.spec | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff ./ANNOUNCE-1.11.0~current~ ./ANNOUNCE-1.11.0 --- ./ANNOUNCE-1.11.0~current~ 2005-04-11 10:18:36.000000000 +1000 +++ ./ANNOUNCE-1.11.0 2005-04-11 10:20:06.000000000 +1000 @@ -0,0 +1,27 @@ +Subject: ANNOUNCE: mdadm 1.11.0 - A tool for managing Soft RAID under Linux + + +I am pleased to announce the availability of + mdadm version 1.11.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.11.0 adds: + - Fix embarrasing bug in 1.10.0 which causes --add to always fail. + thanks to Dave Jiang for reporting it. + +Development of mdadm is sponsored by CSE@UNSW: + The School of Computer Science and Engineering +at + The University of New South Wales + +NeilBrown 11 April 2005 + diff ./ChangeLog~current~ ./ChangeLog --- ./ChangeLog~current~ 2005-04-11 10:19:57.000000000 +1000 +++ ./ChangeLog 2005-04-11 10:20:13.000000000 +1000 @@ -1,4 +1,4 @@ -Changes Prior to this release +Changes Prior to 1.11.0 release - Fix embarassing bug which causes --add to always fail. Changes Prior to 1.10.0 release diff ./ReadMe.c~current~ ./ReadMe.c --- ./ReadMe.c~current~ 2005-04-11 10:12:32.000000000 +1000 +++ ./ReadMe.c 2005-04-11 10:20:06.000000000 +1000 @@ -29,7 +29,7 @@ #include "mdadm.h" -char Version[] = Name " - v1.10.0 - 04 April 2005\n"; +char Version[] = Name " - v1.11.0 - 11 April 2005\n"; /* * File: ReadMe.c * diff ./mdadm.8~current~ ./mdadm.8 --- ./mdadm.8~current~ 2005-04-11 10:12:32.000000000 +1000 +++ ./mdadm.8 2005-04-11 10:20:06.000000000 +1000 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDADM 8 "" v1.10.0 +.TH MDADM 8 "" v1.11.0 .SH NAME mdadm \- manage MD devices .I aka diff ./mdadm.spec~current~ ./mdadm.spec --- ./mdadm.spec~current~ 2005-04-11 10:12:32.000000000 +1000 +++ ./mdadm.spec 2005-04-11 10:20:06.000000000 +1000 @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 1.10.0 +Version: 1.11.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/