summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-02-06 04:11:49 +0000
committerNeil Brown <neilb@suse.de>2006-02-06 04:11:49 +0000
commit8a4440794afbebe6bdc710eefd21c221c9046644 (patch)
treeb942740e2a140de7f206486da07b8e1eae42acfb
parent1e0d770c0f2e78bb334cd75d3d71c8c7d3b8f621 (diff)
downloadmdadm-2.3.1.tar.gz
mdadm-2.3.1.tar.xz
mdadm-2.3.1.zip
Add ANNOUNCE-2.3.1mdadm-2.3.1
-rw-r--r--ANNOUNCE-2.3.131
1 files changed, 31 insertions, 0 deletions
diff --git a/ANNOUNCE-2.3.1 b/ANNOUNCE-2.3.1
new file mode 100644
index 0000000..b84668b
--- /dev/null
+++ b/ANNOUNCE-2.3.1
@@ -0,0 +1,31 @@
+Subject: ANNOUNCE: mdadm 2.3.1 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 2.3.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/
+
+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.3.1 primarily fixes a few compile problems with 2.3. Though
+there are some functionality changes, they are extremely minor and you
+probably won't notice them.
+
+Changelog Entries:
+ - Fixed -O2 compile so I could make and RPM.
+ - Type cast number to be printed %llu so it compiles on 64bit
+ machines. (Thanks Luca).
+ - Stop using asm/byteorder.h - to make Redhat happy :-(
+ - Require bitmap files to have a '/' in their name.
+ - Error-check a few syscalls - code from SuSE package.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown 6th February 2006
+