From 9255bbc84f75aaa513ba597c3e36042575397db8 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 9 Nov 2006 10:00:32 +1100 Subject: Release 2.5.6 --- ANNOUNCE-2.5.6 | 32 ++++++++++++++++++++++++++++++++ ReadMe.c | 2 +- inventory | 39 ++++++++++++++++++++------------------- mdadm.8 | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- 6 files changed, 56 insertions(+), 23 deletions(-) create mode 100644 ANNOUNCE-2.5.6 diff --git a/ANNOUNCE-2.5.6 b/ANNOUNCE-2.5.6 new file mode 100644 index 0000000..80daa7c --- /dev/null +++ b/ANNOUNCE-2.5.6 @@ -0,0 +1,32 @@ +Subject: ANNOUNCE: mdadm 2.5.6 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 2.5.6 + +It is available at the usual places: + http://www.cse.unsw.edu.au/~neilb/source/mdadm/ +and + 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.5.6 is a bugfix release over 2.5.5, which it turns out +wasn't the last before 2.6. Maybe this one? + +Changelog Entries: + - Fix bug which meant "bitmap=xxx" in mdadm.conf was not handled + properly. + - Documentation updates. + - Fix bug that caused infinite loop when doing auto-assembly, + in certain cases where arrays couldn't be assembled. + +Development of mdadm is sponsored by + SUSE Labs, Novell Inc. + +NeilBrown 6th November 2006 diff --git a/ReadMe.c b/ReadMe.c index 7553bfa..62f28a3 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -29,7 +29,7 @@ #include "mdadm.h" -char Version[] = Name " - v2.5.5 - 23 October 2006\n"; +char Version[] = Name " - v2.5.6 - 9 November 2006\n"; /* * File: ReadMe.c diff --git a/inventory b/inventory index 22d4c73..74359ec 100644 --- a/inventory +++ b/inventory @@ -5,60 +5,60 @@ ANNOUNCE-2.2 ANNOUNCE-2.3 ANNOUNCE-2.3.1 ANNOUNCE-2.4 -ANNOUNCE-2.4-pre1 ANNOUNCE-2.4.1 +ANNOUNCE-2.4-pre1 ANNOUNCE-2.5 ANNOUNCE-2.5.1 ANNOUNCE-2.5.2 ANNOUNCE-2.5.3 ANNOUNCE-2.5.4 ANNOUNCE-2.5.5 +ANNOUNCE-2.5.6 Assemble.c +bitmap.c +bitmap.h Build.c -COPYING ChangeLog +config.c +COPYING Create.c Detail.c +dlink.c +dlink.h Examine.c Grow.c INSTALL +inventory Kill.c +makedist Makefile Manage.c -Monitor.c -Query.c -README.initramfs -ReadMe.c -SHA1.c -TODO -bitmap.c -bitmap.h -config.c -dlink.c -dlink.h -inventory -makedist md.4 md5.h -md_p.h -md_u.h mdadm.8 mdadm.c -mdadm.conf-example mdadm.conf.5 +mdadm.conf-example mdadm.h mdadm.spec mdassemble.8 mdassemble.c mdopen.c +md_p.h mdstat.c +md_u.h misc/ misc/syslog-events mkinitramfs +Monitor.c pwgr.c +Query.c raid5extend.c +ReadMe.c +README.initramfs restripe.c sha1.c +SHA1.c sha1.h super0.c super1.c @@ -104,7 +104,8 @@ tests/06r5swap tests/06sysfs tests/06wrmostly tests/07testreshape5 -tests/ToTest tests/check tests/testdev +tests/ToTest +TODO util.c diff --git a/mdadm.8 b/mdadm.8 index dfa37d0..2e92ec9 100644 --- a/mdadm.8 +++ b/mdadm.8 @@ -5,7 +5,7 @@ ''' the Free Software Foundation; either version 2 of the License, or ''' (at your option) any later version. ''' See file COPYING in distribution for details. -.TH MDADM 8 "" v2.5.5 +.TH MDADM 8 "" v2.5.6 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index fa8e7c9..3a92fb9 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.5.5 +Version: 2.5.6 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 6d174a3..f7fb9b7 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v2.5.5 +.TH MDASSEMBLE 8 "" v2.5.6 .SH NAME mdassemble \- assemble MD devices .I aka -- cgit