Release mdadm-4.0

My first release!

Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
This commit is contained in:
Jes Sorensen 2017-01-09 16:44:39 -05:00
parent ef5c214e4f
commit 25cfca3134
7 changed files with 33 additions and 6 deletions

22
ANNOUNCE-4.0 Normal file
View File

@ -0,0 +1,22 @@
Subject: ANNOUNCE: mdadm 4.0 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 4.0
It is available at the usual places:
http://www.kernel.org/pub/linux/utils/raid/mdadm/
and via git at
git://git.kernel.org/pub/scm/utils/mdadm/mdadm.git
http://git.kernel.org/cgit/utils/mdadm/
The update in major version number primarily indicates this is a
release by it's new maintainer. In addition it contains a large number
of fixes in particular for IMSM RAID and clustered RAID support. In
addition this release includes support for IMSM 4k sector drives,
failfast and better documentation for journaled RAID.
This is my first release of mdadm. Please thank Neil Brown for his
previous work as maintainer and blame me for all the bugs I caused
since taking over.
Jes Sorensen, 2017-01-09

View File

@ -2,6 +2,7 @@
* mdadm - manage Linux "md" devices aka RAID arrays.
*
* Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
* Copyright (C) 2016-2017 Jes Sorensen <Jes.Sorensen@gmail.com>
*
*
* This program is free software; you can redistribute it and/or modify
@ -20,15 +21,17 @@
*
* Author: Neil Brown
* Email: <neilb@suse.de>
* Maintainer: Jes Sorensen
* Email: <Jes.Sorensen@gmail.com>
*/
#include "mdadm.h"
#ifndef VERSION
#define VERSION "3.4"
#define VERSION "4.0"
#endif
#ifndef VERS_DATE
#define VERS_DATE "28th January 2016"
#define VERS_DATE "2017-01-09"
#endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";

View File

@ -23,6 +23,7 @@ ANNOUNCE-3.3.2
ANNOUNCE-3.3.3
ANNOUNCE-3.3.4
ANNOUNCE-3.4
ANNOUNCE-4.0
Assemble.c
Build.c
COPYING
@ -242,6 +243,7 @@ tests/19raid6check
tests/19raid6repair
tests/19repair-does-not-destroy
tests/20raid5journal
tests/21raid5cache
tests/ToTest
tests/check
tests/env-ddf-template

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.4
.TH MDADM 8 "" v4.0
.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.4
Version: 4.0
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.4
.TH MDASSEMBLE 8 "" v4.0
.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.4
.TH MDMON 8 "" v4.0
.SH NAME
mdmon \- monitor MD external metadata arrays