diff options
-rw-r--r-- | ANNOUNCE-2.0 | 7 | ||||
-rw-r--r-- | inventory | 16 | ||||
-rwxr-xr-x | makedist | 1 |
3 files changed, 5 insertions, 19 deletions
diff --git a/ANNOUNCE-2.0 b/ANNOUNCE-2.0 index 2200fe78..46e1d985 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 @@ -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 @@ -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 \; |