diff options
-rw-r--r-- | ANNOUNCE-1.11.0 | 27 | ||||
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ReadMe.c | 2 | ||||
-rw-r--r-- | inventory | 1 | ||||
-rw-r--r-- | mdadm.8 | 2 | ||||
-rw-r--r-- | mdadm.spec | 2 |
6 files changed, 32 insertions, 4 deletions
diff --git a/ANNOUNCE-1.11.0 b/ANNOUNCE-1.11.0 new file mode 100644 index 00000000..7dc5124e --- /dev/null +++ b/ANNOUNCE-1.11.0 @@ -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 <djiang at mvista dot com> 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 + @@ -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 @@ -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 * @@ -2,6 +2,7 @@ ANNOUNCE-1.0.0 ANNOUNCE-1.1.0 ANNOUNCE-1.10.0 +ANNOUNCE-1.11.0 ANNOUNCE-1.2.0 ANNOUNCE-1.3.0 ANNOUNCE-1.4.0 @@ -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 @@ -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/ |