Release mdadm-3.4

My last release!

Signed-off-by: NeilBrown <neilb@suse.com>
This commit is contained in:
NeilBrown 2016-01-28 13:34:13 +11:00
parent 7071320a18
commit c61b1c0bb5
8 changed files with 35 additions and 8 deletions

24
ANNOUNCE-3.4 Normal file
View File

@ -0,0 +1,24 @@
Subject: ANNOUNCE: mdadm 3.4 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 3.4
It is available at the usual places:
http://www.kernel.org/pub/linux/utils/raid/mdadm/
and via git at
git://github.com/neilbrown/mdadm
git://neil.brown.name/mdadm
http://git.neil.brown.name/git/mdadm
The new second-level version number reflects significant new
functionality, particular support for journalled RAID5/6 and clustered
RAID1. This new support is probably still buggy. Please report bugs.
There are also a number of fixes for Intel's IMSM metadata support,
and an assortment of minor bug fixes.
I plan for this to be the last release of mdadm that I provide as I am
retiring from MD and mdadm maintenance. Jes Sorensen has volunteered
to oversee mdadm for the next while. Thanks Jes!
NeilBrown 28th January 2016

View File

@ -1,7 +1,7 @@
/* /*
* mdadm - manage Linux "md" devices aka RAID arrays. * mdadm - manage Linux "md" devices aka RAID arrays.
* *
* Copyright (C) 2001-2013 Neil Brown <neilb@suse.de> * Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
* *
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify

View File

@ -1,7 +1,7 @@
/* /*
* mdadm - manage Linux "md" devices aka RAID arrays. * mdadm - manage Linux "md" devices aka RAID arrays.
* *
* Copyright (C) 2001-2015 Neil Brown <neilb@suse.de> * Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
* *
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -25,10 +25,10 @@
#include "mdadm.h" #include "mdadm.h"
#ifndef VERSION #ifndef VERSION
#define VERSION "3.3.4" #define VERSION "3.4"
#endif #endif
#ifndef VERS_DATE #ifndef VERS_DATE
#define VERS_DATE "3rd August 2015" #define VERS_DATE "28th January 2016"
#endif #endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";

View File

@ -22,6 +22,7 @@ ANNOUNCE-3.3.1
ANNOUNCE-3.3.2 ANNOUNCE-3.3.2
ANNOUNCE-3.3.3 ANNOUNCE-3.3.3
ANNOUNCE-3.3.4 ANNOUNCE-3.3.4
ANNOUNCE-3.4
Assemble.c Assemble.c
Build.c Build.c
COPYING COPYING
@ -46,6 +47,7 @@ bitmap.h
config.c config.c
crc32.c crc32.c
crc32.h crc32.h
crc32c.c
dlink.c dlink.c
dlink.h dlink.h
external-reshape-design.txt external-reshape-design.txt
@ -239,6 +241,7 @@ tests/19raid6auto-repair
tests/19raid6check tests/19raid6check
tests/19raid6repair tests/19raid6repair
tests/19repair-does-not-destroy tests/19repair-does-not-destroy
tests/20raid5journal
tests/ToTest tests/ToTest
tests/check tests/check
tests/env-ddf-template tests/env-ddf-template

View File

@ -5,7 +5,7 @@
.\" the Free Software Foundation; either version 2 of the License, or .\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version. .\" (at your option) any later version.
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDADM 8 "" v3.3.4 .TH MDADM 8 "" v3.4
.SH NAME .SH NAME
mdadm \- manage MD devices mdadm \- manage MD devices
.I aka .I aka

View File

@ -1,6 +1,6 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm Name: mdadm
Version: 3.3.4 Version: 3.4
Release: 1 Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: http://neil.brown.name/blog/mdadm URL: http://neil.brown.name/blog/mdadm

View File

@ -1,5 +1,5 @@
.\" -*- nroff -*- .\" -*- nroff -*-
.TH MDASSEMBLE 8 "" v3.3.4 .TH MDASSEMBLE 8 "" v3.4
.SH NAME .SH NAME
mdassemble \- assemble MD devices mdassemble \- assemble MD devices
.I aka .I aka

View File

@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDMON 8 "" v3.3.4 .TH MDMON 8 "" v3.4
.SH NAME .SH NAME
mdmon \- monitor MD external metadata arrays mdmon \- monitor MD external metadata arrays