From c61b1c0bb5ee7a09bb25250e6c12bcd4d4cafb0c Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 28 Jan 2016 13:34:13 +1100 Subject: [PATCH] Release mdadm-3.4 My last release! Signed-off-by: NeilBrown --- ANNOUNCE-3.4 | 24 ++++++++++++++++++++++++ Assemble.c | 2 +- ReadMe.c | 6 +++--- inventory | 3 +++ mdadm.8.in | 2 +- mdadm.spec | 2 +- mdassemble.8 | 2 +- mdmon.8 | 2 +- 8 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 ANNOUNCE-3.4 diff --git a/ANNOUNCE-3.4 b/ANNOUNCE-3.4 new file mode 100644 index 00000000..2689732d --- /dev/null +++ b/ANNOUNCE-3.4 @@ -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 diff --git a/Assemble.c b/Assemble.c index 25a14be4..d199afc9 100644 --- a/Assemble.c +++ b/Assemble.c @@ -1,7 +1,7 @@ /* * mdadm - manage Linux "md" devices aka RAID arrays. * - * Copyright (C) 2001-2013 Neil Brown + * Copyright (C) 2001-2016 Neil Brown * * * This program is free software; you can redistribute it and/or modify diff --git a/ReadMe.c b/ReadMe.c index 566fc8d8..d3fcb613 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -1,7 +1,7 @@ /* * mdadm - manage Linux "md" devices aka RAID arrays. * - * Copyright (C) 2001-2015 Neil Brown + * Copyright (C) 2001-2016 Neil Brown * * * 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.4" +#define VERSION "3.4" #endif #ifndef VERS_DATE -#define VERS_DATE "3rd August 2015" +#define VERS_DATE "28th January 2016" #endif char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; diff --git a/inventory b/inventory index a9fc3c01..ace5df04 100755 --- a/inventory +++ b/inventory @@ -22,6 +22,7 @@ ANNOUNCE-3.3.1 ANNOUNCE-3.3.2 ANNOUNCE-3.3.3 ANNOUNCE-3.3.4 +ANNOUNCE-3.4 Assemble.c Build.c COPYING @@ -46,6 +47,7 @@ bitmap.h config.c crc32.c crc32.h +crc32c.c dlink.c dlink.h external-reshape-design.txt @@ -239,6 +241,7 @@ tests/19raid6auto-repair tests/19raid6check tests/19raid6repair tests/19repair-does-not-destroy +tests/20raid5journal tests/ToTest tests/check tests/env-ddf-template diff --git a/mdadm.8.in b/mdadm.8.in index 97ce8dc8..50be1aa8 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.3.4 +.TH MDADM 8 "" v3.4 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 293cb190..685a5642 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.3.4 +Version: 3.4 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 7601b1aa..d0c83c39 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -1,5 +1,5 @@ .\" -*- nroff -*- -.TH MDASSEMBLE 8 "" v3.3.4 +.TH MDASSEMBLE 8 "" v3.4 .SH NAME mdassemble \- assemble MD devices .I aka diff --git a/mdmon.8 b/mdmon.8 index beb82e03..cc6add8f 100644 --- a/mdmon.8 +++ b/mdmon.8 @@ -1,5 +1,5 @@ .\" See file COPYING in distribution for details. -.TH MDMON 8 "" v3.3.4 +.TH MDMON 8 "" v3.4 .SH NAME mdmon \- monitor MD external metadata arrays -- 2.39.2