]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Update inventory and mdadm.spec and add ANNOUNCE-1.12.0 mdadm-1.12.0
authorNeil Brown <neilb@suse.de>
Tue, 14 Jun 2005 03:05:26 +0000 (03:05 +0000)
committerNeil Brown <neilb@suse.de>
Tue, 14 Jun 2005 03:05:26 +0000 (03:05 +0000)
ANNOUNCE-1.12.0 [new file with mode: 0644]
inventory
mdadm.spec

diff --git a/ANNOUNCE-1.12.0 b/ANNOUNCE-1.12.0
new file mode 100644 (file)
index 0000000..323e754
--- /dev/null
@@ -0,0 +1,55 @@
+Subject:  ANNOUNCE: mdadm 1.12.0 - A tool for managing Soft RAID under Linux
+
+
+I am pleased to announce the availability of 
+   mdadm version 1.12.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.12.0 adds:
+  Several of these are backported from the Debian package
+    -   Don't use 'lstat' to check for blockdevices, use stat.
+    -   Get size calculation right when in Create when BLKGESIZE64 not available
+    -   Document --size=max option for --grow
+    -   Document SparesMissing event and DeviceDisappeared/WrongLevel
+    -   --stop --scan repeatly cycles until no more progress can be made
+       so that stack devices are stopped properly
+    -   Minor type rationalisation for ident->uuid - now always 'int[]'
+    -   Fix type in online help for --grow (was -F, now -G)
+    -   Allow --auto command line option to set default auto=
+       value when running "--assemble --scan".  Previously
+       --auto was ignored if --scan was given
+    -   Fix a few type casts
+    -   Fix parsing of /dev/md/N in is_standard
+    -   Fix rounding errors in human_size()
+    -   Fix silly example in mdadm.conf-examples
+    -   When finding a /dev name for a device, prefer shorter names
+    -   Suppress listing of devices= in --brief output of -D or -E,
+       unless -v is given (-vv gives the old behaviour with -Dsv).
+       This is because the device list can change and so is not a
+       stable aspect of the array
+    -   Allow --force with --grow so '-Gfn1' works (on raid1)
+    -   Make --examine --brief report spares= properly.
+    -   When device files are made with "--assemble --auto",
+       add them to the list of known device name, so that 
+       assembling stacked devices has a better chance of working.
+    -   Replace sprintf calls with snprintf (to quiet diet-libc)
+    -   Add man page for mdassemble
+    -   Fix compilation with tinyc
+    -   Lot of minor manpage updates
+
+Development of mdadm is sponsored by CSE@UNSW: 
+  The School of Computer Science and Engineering
+at
+  The University of New South Wales
+
+NeilBrown  14 June 2005
+
index c1d572f1b777a7460269f78a28bb57071b55f691..91fb76bda68677f5e35567578d893f7de0465fe9 100644 (file)
--- a/inventory
+++ b/inventory
@@ -3,6 +3,7 @@ ANNOUNCE-1.0.0
 ANNOUNCE-1.1.0
 ANNOUNCE-1.10.0
 ANNOUNCE-1.11.0
+ANNOUNCE-1.12.0
 ANNOUNCE-1.2.0
 ANNOUNCE-1.3.0
 ANNOUNCE-1.4.0
index ffad476858c13b921fd1fc5ba45640c5b4dc81a4..a37aca86c309b4f6adb71c95056f0d8d6e845a1c 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     1.11.0
+Version:     1.12.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/