From: Neil Brown Date: Fri, 6 Jun 2008 06:07:11 +0000 (+1000) Subject: Release 2.6.7 X-Git-Tag: mdadm-2.6.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=866d136a2f75b751188dfdd490be4d64e6a14d09;p=thirdparty%2Fmdadm.git Release 2.6.7 --- diff --git a/ANNOUNCE-2.6.7 b/ANNOUNCE-2.6.7 new file mode 100644 index 00000000..5fa4a809 --- /dev/null +++ b/ANNOUNCE-2.6.7 @@ -0,0 +1,27 @@ +Subject: ANNOUNCE: mdadm 2.6.7 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 2.6.7 + +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.7 fixes a few bugs in 2.6.5 which 2.6.6 didn't fix. + +Changelog Entries: + - Avoid NULL reference calling free_super and elsewhere. + - Remove stray semicolon (Causes compile error with gcc-2.95) + - Fix autoassemble for stack arrays. + +Development of mdadm is sponsored by + SUSE Labs, Novell Inc. + +NeilBrown 6th June 2008 diff --git a/ChangeLog b/ChangeLog index 368c7690..c6bc0f1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Changes Prior to 2.6.7 release + - Avoid NULL reference calling free_super and elsewhere. + - Remove stray semicolon (Causes compile error with gcc-2.95) + - Fix autoassemble for stack arrays. + Changes Prior to 2.6.6 release - "make everything" now make mdassemble.auto - fix compile problem with mdassemble.auto diff --git a/ReadMe.c b/ReadMe.c index 4cc69705..0a736ed7 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -24,7 +24,7 @@ #include "mdadm.h" -char Version[] = Name " - v2.6.6 - 19th May 2008\n"; +char Version[] = Name " - v2.6.7 - 6th June 2008\n"; /* * File: ReadMe.c diff --git a/inventory b/inventory index 2b8bad24..8c0a8d18 100755 --- a/inventory +++ b/inventory @@ -21,6 +21,7 @@ ANNOUNCE-2.6.3 ANNOUNCE-2.6.4 ANNOUNCE-2.6.5 ANNOUNCE-2.6.6 +ANNOUNCE-2.6.7 Assemble.c bitmap.c bitmap.h @@ -117,6 +118,7 @@ tests/06r5swap tests/06sysfs tests/06update-uuid tests/06wrmostly +tests/07autoassemble tests/07autodetect tests/07testreshape5 tests/check diff --git a/mdadm.8 b/mdadm.8 index b6ee8ba4..f0381b69 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.6.6 +.TH MDADM 8 "" v2.6.7 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 79e9a59f..8e1a9bbc 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.6.6 +Version: 2.6.7 Release: 1 Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz URL: http://neil.brown.name/blog/mdadm diff --git a/mdassemble.8 b/mdassemble.8 index ee3984b1..d60c775d 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v2.6.6 +.TH MDASSEMBLE 8 "" v2.6.7 .SH NAME mdassemble \- assemble MD devices .I aka