Release mdadm-3.3.3

Signed-off-by: NeilBrown <neilb@suse.com>
This commit is contained in:
NeilBrown 2015-07-24 15:35:53 +10:00
parent e4fa82a858
commit 3cab8baec5
7 changed files with 27 additions and 7 deletions

18
ANNOUNCE-3.3.3 Normal file
View File

@ -0,0 +1,18 @@
Subject: ANNOUNCE: mdadm 3.3.3 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 3.3.3
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
The 100 changes since 3.3.3 are mostly little bugfixes and some improvements
to the selftests.
raid6check now handle all RAID6 layouts including DDF correctly.
See git log for the rest.
NeilBrown 24th July 2015

View File

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

View File

@ -20,6 +20,7 @@ ANNOUNCE-3.2.6
ANNOUNCE-3.3
ANNOUNCE-3.3.1
ANNOUNCE-3.3.2
ANNOUNCE-3.3.3
Assemble.c
Build.c
COPYING
@ -234,6 +235,7 @@ tests/18imsm-r0_2d-takeover-r10_4d
tests/18imsm-r10_4d-takeover-r0_2d
tests/18imsm-r1_2d-takeover-r0_1d
tests/19raid6auto-repair
tests/19raid6check
tests/19raid6repair
tests/19repair-does-not-destroy
tests/ToTest

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.2
.TH MDADM 8 "" v3.3.3
.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.2
Version: 3.3.3
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.2
.TH MDASSEMBLE 8 "" v3.3.3
.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.2
.TH MDMON 8 "" v3.3.3
.SH NAME
mdmon \- monitor MD external metadata arrays