]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 1.10.0 mdadm-1.10.0
authorNeil Brown <neilb@suse.de>
Mon, 11 Apr 2005 00:08:05 +0000 (00:08 +0000)
committerNeil Brown <neilb@suse.de>
Mon, 11 Apr 2005 00:08:05 +0000 (00:08 +0000)
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
ANNOUNCE-1.10.0 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8
mdadm.spec

diff --git a/ANNOUNCE-1.10.0 b/ANNOUNCE-1.10.0
new file mode 100644 (file)
index 0000000..7a23073
--- /dev/null
@@ -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
+
index b02c9d97167f223692d54fc10bcc6531c0721848..1dec8cdcd01dbc0b6242d7119b07274de8d17c4b 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -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
  *
index edf31aee632d7b7d341292bc9b8c2d3018ae0038..948d516e3cc03693d2c6e027cbc8a8c3fae3564d 100644 (file)
--- a/inventory
+++ b/inventory
@@ -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
diff --git a/mdadm.8 b/mdadm.8
index c0744b4613c074ce85166c1041e395835a303562..896448da6d6b47a75f4b7118e0cc5329e03b16ca 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -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
index fe1e0300f3006cd1420e038257f037c0c8ddd2fa..dddee1c20b5f3cb73ff38f46877280441f8d5505 100644 (file)
@@ -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/