Release mdadm-3.3.2

Minor bugfix/stability release.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2014-08-21 20:16:56 +10:00
parent 47c4331d1f
commit fed12d436b
7 changed files with 23 additions and 6 deletions

16
ANNOUNCE-3.3.2 Normal file
View File

@ -0,0 +1,16 @@
Subject: ANNOUNCE: mdadm 3.3.2 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 3.3.2
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.git
Changes since 3.3.1 are mostly little bugfixes and some man-page
updates.
NeilBrown 21st August 2014

View File

@ -25,10 +25,10 @@
#include "mdadm.h"
#ifndef VERSION
#define VERSION "3.3.1"
#define VERSION "3.3.2"
#endif
#ifndef VERS_DATE
#define VERS_DATE "5th June 2014"
#define VERS_DATE "21st August 2014"
#endif
char Version[] = Name " - v" VERSION " - " VERS_DATE "\n";

View File

@ -19,6 +19,7 @@ ANNOUNCE-3.2.5
ANNOUNCE-3.2.6
ANNOUNCE-3.3
ANNOUNCE-3.3.1
ANNOUNCE-3.3.2
Assemble.c
Build.c
COPYING

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 "" v3.3.1
.TH MDADM 8 "" v3.3.2
.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: 3.3.1
Version: 3.3.2
Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: http://neil.brown.name/blog/mdadm

View File

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

View File

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