From: NeilBrown Date: Fri, 24 Jul 2015 05:35:53 +0000 (+1000) Subject: Release mdadm-3.3.3 X-Git-Tag: mdadm-3.3.3^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=commitdiff_plain;h=3cab8baec57413e06191d8d719d7f3003c96d3f0 Release mdadm-3.3.3 Signed-off-by: NeilBrown --- diff --git a/ANNOUNCE-3.3.3 b/ANNOUNCE-3.3.3 new file mode 100644 index 00000000..ac1b2173 --- /dev/null +++ b/ANNOUNCE-3.3.3 @@ -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 diff --git a/ReadMe.c b/ReadMe.c index 87a4916b..8af8cd0f 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -1,7 +1,7 @@ /* * mdadm - manage Linux "md" devices aka RAID arrays. * - * Copyright (C) 2001-2014 Neil Brown + * Copyright (C) 2001-2015 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.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"; diff --git a/inventory b/inventory index 40598cee..36f2e942 100755 --- a/inventory +++ b/inventory @@ -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 diff --git a/mdadm.8.in b/mdadm.8.in index e4440f08..912ee4c4 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.2 +.TH MDADM 8 "" v3.3.3 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 384a1d89..b5e0b694 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.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 diff --git a/mdassemble.8 b/mdassemble.8 index 33192c98..9a009389 100644 --- a/mdassemble.8 +++ b/mdassemble.8 @@ -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 diff --git a/mdmon.8 b/mdmon.8 index 4f9a439a..86fbb150 100644 --- a/mdmon.8 +++ b/mdmon.8 @@ -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