summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-2.6.9
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-03-10 16:38:37 +1100
committerNeilBrown <neilb@suse.de>2009-03-10 16:38:37 +1100
commit388953d27c20476f84ca71546d6fd357e0230e25 (patch)
tree207c2a5af46a8cffaed6c9a4e495bd3fa68bb029 /ANNOUNCE-2.6.9
parent9df04a4f3d5112b14958a8611503b77063b64785 (diff)
downloadmdadm-388953d27c20476f84ca71546d6fd357e0230e25.tar.gz
mdadm-388953d27c20476f84ca71546d6fd357e0230e25.tar.xz
mdadm-388953d27c20476f84ca71546d6fd357e0230e25.zip
Release mdadm-2.6.9
Diffstat (limited to 'ANNOUNCE-2.6.9')
-rw-r--r--ANNOUNCE-2.6.951
1 files changed, 51 insertions, 0 deletions
diff --git a/ANNOUNCE-2.6.9 b/ANNOUNCE-2.6.9
new file mode 100644
index 0000000..ddbc530
--- /dev/null
+++ b/ANNOUNCE-2.6.9
@@ -0,0 +1,51 @@
+Subject: ANNOUNCE: mdadm 2.6.9 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 2.6.9
+
+It is available at the usual places:
+ countrycode=xx.
+ http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+ git://neil.brown.name/mdadm
+ http://neil.brown.name/git?p=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.6.9 contains various bug fixes.
+Clearly 2.6.8 was not the final 2.x release.
+Hopefully 2.6.9 will be as I don't want go to 2.7, and
+2.6.10 might be confusing (though I'll probably go that
+way if I need to).
+
+New features will only appear in the 3.x series of which 3.0 will be
+release within a few months.
+
+Changelog Entries:
+ Bernhard Reutner-Fischer (1):
+ mdadm fix compilation for uClibc
+
+ Dustin Kirkland (2):
+ Fail overtly when asprintf fails to allocate memory
+ Typo in earlier patch : asprintf -> vasprintf
+
+ NeilBrown (11):
+ Allow --config in --incremental mode.
+ Kill: Don't use O_EXCL when --force is used.
+ Assemble: don't assume array is 'clean' unless all devices think it is.
+ Assemble: set stripe_cache_size properly when restarting a reshape.
+ map: rebuild map if it doesn't exist.
+ Free mdstat data structures properly.
+ Fix the used device size in mdadm -D output.
+ Document 'max' option to --grow --size in --help output.
+ Fix possible crash if bitmap metadata is bad.
+ Monitor: send --test message for arrays in /proc/mdstat that aren't in mdadm.conf
+ super1: make sure max_dev grows enough when adding a device to an array.
+
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 28th November 2008