summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-04-04 05:19:07 +0000
committerNeil Brown <neilb@suse.de>2005-04-04 05:19:07 +0000
commit1de95dc064c40f77a9d1d58ca31a8e9432977969 (patch)
tree440c2748aab6fe421151f1be868ea7f633c28e14
parent0320ea45657e24b2abb4a4da242b9badcfade914 (diff)
downloadmdadm-1de95dc064c40f77a9d1d58ca31a8e9432977969.tar.gz
mdadm-1de95dc064c40f77a9d1d58ca31a8e9432977969.tar.xz
mdadm-1de95dc064c40f77a9d1d58ca31a8e9432977969.zip
Release 1.9.0
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
-rw-r--r--ANNOUNCE-1.9.049
-rw-r--r--ReadMe.c2
-rw-r--r--inventory2
-rw-r--r--mdadm.82
-rw-r--r--mdadm.spec2
5 files changed, 54 insertions, 3 deletions
diff --git a/ANNOUNCE-1.9.0 b/ANNOUNCE-1.9.0
new file mode 100644
index 0000000..93042f3
--- /dev/null
+++ b/ANNOUNCE-1.9.0
@@ -0,0 +1,49 @@
+Subject: ANNOUNCE: mdadm 1.9.0 - A tool for managing Soft RAID under Linux
+
+
+I am pleased to announce the availability of
+ mdadm version 1.9.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 rpm build problem (stray %)
+ - Minor manpage updates
+ - Change "dirty" status to "active" as it was confusing people.
+ - --assemble --auto recognises 'standard' name and insists on using
+ the appropriate major/minor number for them.
+ - Remove underscore from partition names, so partitions of
+ "foo" are "foo1", "foo2" etc (unchanged) and partitions of
+ "f00" are "f00p1", "f00p2" etc rather than "f00_p1"...
+ - Use "major", "minor", "makedev" macros instead of
+ "MAJOR", "MINOR", "MKDEV" so that large device numbers work
+ on 2.6 (providing you have glibc 2.3.3 or later).
+ - Add some missing closes of open file descriptors.
+ - Reread /proc/partition for every array assembled when using
+ it to find devices, rather than only once.
+ - Make "mdadm -Ss" stop stacked devices properly, by reversing the
+ order in which arrays are stopped.
+ - Improve some error messages.
+ - Allow device name to appear before first option, so e.g.
+ mdadm /dev/md0 -A /dev/sd[ab]
+ works.
+ - Assume '-Q' if just a device is given, rather than being silent.
+
+This is based on 1.8.0 and *not* on 1.8.1 which was meant to be a pre-release
+for the upcoming 2.0.0. The next prerelease will have a more obvious name.
+
+Development of mdadm is sponsored by CSE@UNSW:
+ The School of Computer Science and Engineering
+at
+ The University of New South Wales
+
+NeilBrown 04 February 2005
+
diff --git a/ReadMe.c b/ReadMe.c
index 687752b..b02c9d9 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -29,7 +29,7 @@
#include "mdadm.h"
-char Version[] = Name " - v1.8.0 - 01 November 2004\n";
+char Version[] = Name " - v1.9.0 - 04 February 2005\n";
/*
* File: ReadMe.c
*
diff --git a/inventory b/inventory
index 0fe1afc..edf31ae 100644
--- a/inventory
+++ b/inventory
@@ -8,6 +8,8 @@ ANNOUNCE-1.5.0
ANNOUNCE-1.6.0
ANNOUNCE-1.7.0
ANNOUNCE-1.8.0
+ANNOUNCE-1.8.1
+ANNOUNCE-1.9.0
Assemble.c
Build.c
COPYING
diff --git a/mdadm.8 b/mdadm.8
index 7b2808d..c0744b4 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDADM 8 "" v1.8.0
+.TH MDADM 8 "" v1.9.0
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index a3e6326..fe1e030 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: 1.8.0
+Version: 1.9.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/