diff options
author | Neil Brown <neilb@suse.de> | 2005-04-11 02:08:05 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-04-11 02:08:05 +0200 |
commit | 75aa592c2bd60c250e8781d42972f85c13febd0b (patch) | |
tree | 20fdc3db3ddff6182663a63ef5c69f00772e3826 | |
parent | Call 'flush' after writing a superblock to disk. (diff) | |
download | mdadm-75aa592c2bd60c250e8781d42972f85c13febd0b.tar.xz mdadm-75aa592c2bd60c250e8781d42972f85c13febd0b.zip |
Release 1.10.0mdadm-1.10.0
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
-rw-r--r-- | ANNOUNCE-1.10.0 | 31 | ||||
-rw-r--r-- | ReadMe.c | 2 | ||||
-rw-r--r-- | inventory | 1 | ||||
-rw-r--r-- | mdadm.8 | 2 | ||||
-rw-r--r-- | mdadm.spec | 2 |
5 files changed, 35 insertions, 3 deletions
diff --git a/ANNOUNCE-1.10.0 b/ANNOUNCE-1.10.0 new file mode 100644 index 00000000..7a23073b --- /dev/null +++ b/ANNOUNCE-1.10.0 @@ -0,0 +1,31 @@ +Subject: ANNOUNCE: mdadm 1.10.0 - A tool for managing Soft RAID under Linux + + +I am pleased to announce the availability of + mdadm version 1.10.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.9.0 adds: + - Fix bug with --config=partitions + - Open sub-devices with O_EXCL to detect if already in use + - Make sure superblock updates are flushed directly to disk. + +The first update is the most significant ("mdadm -Escpartitions" would crash). +The others are mildly useful extras. + +Development of mdadm is sponsored by CSE@UNSW: + The School of Computer Science and Engineering +at + The University of New South Wales + +NeilBrown 04 April 2005 + @@ -29,7 +29,7 @@ #include "mdadm.h" -char Version[] = Name " - v1.9.0 - 04 February 2005\n"; +char Version[] = Name " - v1.10.0 - 04 April 2005\n"; /* * File: ReadMe.c * @@ -1,6 +1,7 @@ ANNOUNCE-1.0.0 ANNOUNCE-1.1.0 +ANNOUNCE-1.10.0 ANNOUNCE-1.2.0 ANNOUNCE-1.3.0 ANNOUNCE-1.4.0 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDADM 8 "" v1.9.0 +.TH MDADM 8 "" v1.10.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.9.0 +Version: 1.10.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/ |