diff --git a/ANNOUNCE-2.2 b/ANNOUNCE-2.2 new file mode 100644 index 0000000..8474c21 --- /dev/null +++ b/ANNOUNCE-2.2 @@ -0,0 +1,50 @@ +Subject: ANNOUNCE: mdadm 2.2 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 2.2 + +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.2 fixes a few small bugs and add as few small elements of +functionality. Possibly the most interesting is the addition of +'README.initramfs' and 'mkinitramfs'. Feedback on these would be +most welcome. + +Changelog Entries: + - Assorted bug fixes + - Support write-intent-bitmaps on raid10 + - Support little-endian (Rather than hostendian) bitmaps. + - Return correct error code from 'mdadm -S' + - Remove extra blank line from 'mdadm -Eb' output. + - Improve option parsing so that -a and -b do not have + optional arguements: the arg is either required or not + depending on context. + - Allow scanning of devices listed in /proc/partitions even + if they don't appear in /dev. + - Support --assume-clean in --create mode as well as --build + - Add support for --monitor to report to syslog: -y or --syslog. + Thanks to Ross Vandegrift + - --monitor now reports which device failed in a 'Fail' message + This broke with 2.6 + - Improve chance of array starting properly after a crash. + mdadm was insisting the event numbers were identical, but this + isn't needed, and is a problem if the crash was while the metadata + was being updated. + - Support --update==uuid + - Added README.initramfs and mkinitramfs to help people use an + initram for starting md arrays at boot. + + +Development of mdadm is sponsored by + SUSE Labs, Novell Inc. + +NeilBrown 5th December 2005 + + diff --git a/ChangeLog b/ChangeLog index 4390e4c..010d06c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes Prior to this release +Changes Prior to 2.2 release - Assorted bug fixes - Support write-intent-bitmaps on raid10 - Support little-endian (Rather than hostendian) bitmaps. diff --git a/Makefile b/Makefile index 0ff1adf..5f9ba31 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ install : mdadm mdadm.8 md.4 mdadm.conf.5 clean : rm -f mdadm $(OBJS) core *.man mdadm.tcc mdadm.uclibc mdadm.static *.orig *.porig *.rej *.alt \ mdassemble mdassemble.static mdassemble.uclibc mdassemble.klibc swap_super \ - init.cpio.gz + init.cpio.gz mdadm.uclibc.static dist : clean ./makedist diff --git a/ReadMe.c b/ReadMe.c index 98d91cc..4ec3fef 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -30,7 +30,7 @@ #include "mdadm.h" -char Version[] = Name " - v2.1 - 12 September 2005\n"; +char Version[] = Name " - v2.2 - 5 December 2005\n"; /* * File: ReadMe.c diff --git a/inventory b/inventory index 1617b08..9efb2b8 100644 --- a/inventory +++ b/inventory @@ -1,6 +1,7 @@ ANNOUNCE-2.0 ANNOUNCE-2.1 +ANNOUNCE-2.2 Assemble.c Build.c COPYING diff --git a/mdadm.8 b/mdadm.8 index 6123ccc..44bcecf 100644 --- a/mdadm.8 +++ b/mdadm.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDADM 8 "" v2.1 +.TH MDADM 8 "" v2.2 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 32bd6d8..607f43e 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -1,6 +1,6 @@ Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Name: mdadm -Version: 2.1 +Version: 2.2 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/ diff --git a/mdassemble.8 b/mdassemble.8 index f003196..710fd1d 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v1.11.0 +.TH MDASSEMBLE 8 "" v2.2 .SH NAME mdassemble \- assemble MD devices .I aka