From 2270232245dc189807e6ca36835b44146377fc37 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 15 May 2008 15:50:59 +1000 Subject: Release 2.6.5 --- ANNOUNCE-2.6.5 | 40 ++++++++++++++++++++++++++++++++++++++++ ChangeLog | 2 +- ReadMe.c | 2 +- inventory | 2 ++ mdadm.8 | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- 7 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 ANNOUNCE-2.6.5 diff --git a/ANNOUNCE-2.6.5 b/ANNOUNCE-2.6.5 new file mode 100644 index 0000000..c5f3138 --- /dev/null +++ b/ANNOUNCE-2.6.5 @@ -0,0 +1,40 @@ +Subject: ANNOUNCE: mdadm 2.6.5 - A tool for managing Soft RAID under Linux + +I am pleased to announce the availability of + mdadm version 2.6.5 + +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.5 adds a few minor bug fixes to 2.6.4 + +Changelog Entries: + - Avoid segfault when parsing /proc/mdstat with auto-read-only + arrays. + - Fix problem with failing to add devices to v.large (>4TB) arrays, + cause by problems with device-size overflow. + - For v0.90 superblocks, print the 'Events' count as a real count, + not 2 numbers separated by a dot. + - Updates some URLs in the man page. + - Allow creation of a RAID6 with exactly one missing device. + - Use LOG_PID for syslog, so you get the pid of mdadm in the log + files. + - --export now works with --examine too (not just --detail) + - Improve auto-creation of device special file when using + --incremental + - Simple locking for --incremental so mdadm doesn't get confused + when run concurrently with itself. + - Make --incremental cope better with arrays that are being reshaped. + +Development of mdadm is sponsored by + SUSE Labs, Novell Inc. + +NeilBrown 15th May 2007 diff --git a/ChangeLog b/ChangeLog index ae0c79d..e22e4c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes Prior to this release +Changes Prior to 2.6.5 release - Avoid segfault when parsing /proc/mdstat with auto-read-only arrays. - Fix problem with failing to add devices to v.large (>4TB) arrays, diff --git a/ReadMe.c b/ReadMe.c index cb3290e..1b55395 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -24,7 +24,7 @@ #include "mdadm.h" -char Version[] = Name " - v2.6.4 - 19th October 2007\n"; +char Version[] = Name " - v2.6.5 - 15th May 2008\n"; /* * File: ReadMe.c diff --git a/inventory b/inventory index 7343554..a3b29c2 100755 --- a/inventory +++ b/inventory @@ -19,6 +19,7 @@ ANNOUNCE-2.6.1 ANNOUNCE-2.6.2 ANNOUNCE-2.6.3 ANNOUNCE-2.6.4 +ANNOUNCE-2.6.5 Assemble.c bitmap.c bitmap.h @@ -31,6 +32,7 @@ Detail.c dlink.c dlink.h Examine.c +.gitignore Grow.c Incremental.c INSTALL diff --git a/mdadm.8 b/mdadm.8 index d3cecb8..a5d8e0d 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.4 +.TH MDADM 8 "" v2.6.5 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 8af8f60..dfb9dc5 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.4 +Version: 2.6.5 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 4012493..945c276 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v2.6.4 +.TH MDASSEMBLE 8 "" v2.6.5 .SH NAME mdassemble \- assemble MD devices .I aka -- cgit