]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ANNOUNCE-2.5.1
Factor out add-disk code
[thirdparty/mdadm.git] / ANNOUNCE-2.5.1
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..75c48e857ab34d8ae11761153a48ee054af40d00 100644 (file)
@@ -0,0 +1,40 @@
+Subject:  ANNOUNCE: mdadm 2.5.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.5.1
+
+It is available at the usual places:
+   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+   http://www.{countrycode}.kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://neil.brown.name/git/mdadm
+
+mdadm is a tool for creating, managing and monitoring
+device arrays using the "md" driver in Linux, also
+known as Software RAID arrays.
+
+Release 2.5.1 adds multiple minor updates including a couple of bugfixes.
+
+Changelog Entries:
+    -   Various fixes for gcc warnings
+    -   uclibc warnings
+    -   Makefile improvements for static linking/intalling
+    -   Makefile uninstall target
+    -   Really fix return status of --examine
+    -   Typos
+    -   Byteorder stuff (again)
+    -   Don't try to create devices with --manage or --grow
+    -   allow default metadata (superblock) type to be specified
+       in mdadm.conf
+    -   Get --stop to list devices stopped but honour --quiet
+    -   remove libssl dependency
+    -   Avoid some misdetection of overlapping partitions
+    -   Fix memory leak in --monitor mode
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  16th June 2006
+
+