From 25cfca3134b05e3af03825a1c40d06842f773ce6 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Mon, 9 Jan 2017 16:44:39 -0500 Subject: [PATCH] Release mdadm-4.0 My first release! Signed-off-by: Jes Sorensen --- ANNOUNCE-4.0 | 22 ++++++++++++++++++++++ ReadMe.c | 7 +++++-- inventory | 2 ++ mdadm.8.in | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- mdmon.8 | 2 +- 7 files changed, 33 insertions(+), 6 deletions(-) create mode 100644 ANNOUNCE-4.0 diff --git a/ANNOUNCE-4.0 b/ANNOUNCE-4.0 new file mode 100644 index 0000000..f79c540 --- /dev/null +++ b/ANNOUNCE-4.0 @@ -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 diff --git a/ReadMe.c b/ReadMe.c index 8da49ef..50d3807 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -2,6 +2,7 @@ * mdadm - manage Linux "md" devices aka RAID arrays. * * Copyright (C) 2001-2016 Neil Brown + * Copyright (C) 2016-2017 Jes Sorensen * * * This program is free software; you can redistribute it and/or modify @@ -20,15 +21,17 @@ * * Author: Neil Brown * Email: + * Maintainer: Jes Sorensen + * Email: */ #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"; diff --git a/inventory b/inventory index ace5df0..f0277d2 100755 --- a/inventory +++ b/inventory @@ -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 diff --git a/mdadm.8.in b/mdadm.8.in index aa80f0c..1e4f91d 100644 --- a/mdadm.8.in +++ b/mdadm.8.in @@ -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 diff --git a/mdadm.spec b/mdadm.spec index 685a564..4e97efb 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 diff --git a/mdassemble.8 b/mdassemble.8 index d0c83c3..33aa977 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v3.4 +.TH MDASSEMBLE 8 "" v4.0 .SH NAME mdassemble \- assemble MD devices .I aka diff --git a/mdmon.8 b/mdmon.8 index cc6add8..ac7352f 100644 --- a/mdmon.8 +++ b/mdmon.8 @@ -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