summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2005-08-26 06:37:33 +0000
committerNeil Brown <neilb@suse.de>2005-08-26 06:37:33 +0000
commit63f8c4c76bff7d45e9403908ed3591edac7a6e4f (patch)
treeda7b357088362e4a192906e569d08667ac9df7bc
parent04deddb9fcaa23ce0424c1b4c8261affc44b023b (diff)
downloadmdadm-63f8c4c76bff7d45e9403908ed3591edac7a6e4f.tar.gz
mdadm-63f8c4c76bff7d45e9403908ed3591edac7a6e4f.tar.xz
mdadm-63f8c4c76bff7d45e9403908ed3591edac7a6e4f.zip
Release!!mdadm-2.0
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
-rw-r--r--ANNOUNCE-2.07
-rw-r--r--inventory16
-rwxr-xr-xmakedist1
3 files changed, 5 insertions, 19 deletions
diff --git a/ANNOUNCE-2.0 b/ANNOUNCE-2.0
index 2200fe7..46e1d98 100644
--- a/ANNOUNCE-2.0
+++ b/ANNOUNCE-2.0
@@ -19,7 +19,7 @@ Version-1 can support many more than 28 devices and can be easily
moved between hosts with different endian-ness.
Release 2.0 also contains support for the recent bitmap-intent-logging
which will appear in 2.6.13, and the RAID1 write-behind that will be
-available in 2.6.14.
+available in 2.6.14 (it is currently only in -mm).
This release comes with a test-suite which has been used to verify that
mdadm-2.0 actually works in a number of common scenarios. Some of the
@@ -30,9 +30,12 @@ Being a '.0' release, 2.0 should be treated with some caution.
However I believe it is quite stable and can safely be used on
production systems.
+Note that this release is "2.0", not "2.0.0". I never found a use for
+the third number with 1.X.Y, so I dropped it.
+
Development of mdadm has moved from CSE@UNSW and is now sponsored by
SUSE Labs, Novell Inc.
-NeilBrown 25th August 2005
+NeilBrown 26th August 2005
diff --git a/inventory b/inventory
index 8ff998f..b4c67c0 100644
--- a/inventory
+++ b/inventory
@@ -1,21 +1,5 @@
-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
-ANNOUNCE-1.5.0
-ANNOUNCE-1.6.0
-ANNOUNCE-1.7.0
-ANNOUNCE-1.8.0
-ANNOUNCE-1.8.1
-ANNOUNCE-1.9.0
ANNOUNCE-2.0
-ANNOUNCE-2.0-devel-1
-ANNOUNCE-2.0-devel-2
-ANNOUNCE-2.0-devel-3
Assemble.c
Build.c
COPYING
diff --git a/makedist b/makedist
index efbe459..fe24794 100755
--- a/makedist
+++ b/makedist
@@ -48,7 +48,6 @@ then
rm $target/$base
exit 1
fi
-exit 1
rpm -ta $target/$base
find /home/neilb/src/RPM -name "*mdadm-$version-*" \
-exec cp {} $target/RPM \;