Release 2.6.5

This commit is contained in:
Neil Brown 2008-05-15 15:50:59 +10:00
parent e509e779cd
commit 2270232245
7 changed files with 47 additions and 5 deletions

40
ANNOUNCE-2.6.5 Normal file
View File

@ -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

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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