Release mdadm-4.2-rc3

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2021-11-03 21:49:36 -04:00
parent 4389ce73b5
commit bce0eab356
6 changed files with 11 additions and 10 deletions

View File

@ -1,7 +1,8 @@
Subject: ANNOUNCE: mdadm 4.2-rc2 - A tool for managing md Soft RAID under Linux Subject: ANNOUNCE: mdadm 4.2-rc3 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of the second rc release of I am pleased to announce the availability of the third rc release of
mdadm-4.2, hopefully the last before we cut final. mdadm-4.2. This took much longer than anticipated, but hopefully we can
get 4.2 out the door soon.
It is available at the usual places: It is available at the usual places:
http://www.kernel.org/pub/linux/utils/raid/mdadm/ http://www.kernel.org/pub/linux/utils/raid/mdadm/
@ -13,4 +14,4 @@ The update constitutes more than one year of enhancements and bug fixes
including for IMSM RAID, Partial Parity Log, clustered RAID support, including for IMSM RAID, Partial Parity Log, clustered RAID support,
improved testing, and gcc-8 support. improved testing, and gcc-8 support.
Jes Sorensen, 2021-08-02 Jes Sorensen, 2021-11-03

View File

@ -28,10 +28,10 @@
#include "mdadm.h" #include "mdadm.h"
#ifndef VERSION #ifndef VERSION
#define VERSION "4.2-rc2" #define VERSION "4.2-rc3"
#endif #endif
#ifndef VERS_DATE #ifndef VERS_DATE
#define VERS_DATE "2021-08-02" #define VERS_DATE "2021-11-03"
#endif #endif
#ifndef EXTRAVERSION #ifndef EXTRAVERSION
#define EXTRAVERSION "" #define EXTRAVERSION ""

View File

@ -25,7 +25,7 @@ ANNOUNCE-3.3.4
ANNOUNCE-3.4 ANNOUNCE-3.4
ANNOUNCE-4.0 ANNOUNCE-4.0
ANNOUNCE-4.1 ANNOUNCE-4.1
ANNOUNCE-4.2-rc2 ANNOUNCE-4.2-rc3
Assemble.c Assemble.c
Build.c Build.c
COPYING COPYING

View File

@ -5,7 +5,7 @@
.\" the Free Software Foundation; either version 2 of the License, or .\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version. .\" (at your option) any later version.
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDADM 8 "" v4.2-rc2 .TH MDADM 8 "" v4.2-rc3
.SH NAME .SH NAME
mdadm \- manage MD devices mdadm \- manage MD devices
.I aka .I aka

View File

@ -1,6 +1,6 @@
Summary: mdadm is used for controlling Linux md devices (aka RAID arrays) Summary: mdadm is used for controlling Linux md devices (aka RAID arrays)
Name: mdadm Name: mdadm
Version: 4.2_rc2 Version: 4.2_rc3
Release: 1 Release: 1
Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: https://neil.brown.name/blog/mdadm URL: https://neil.brown.name/blog/mdadm

View File

@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details. .\" See file COPYING in distribution for details.
.TH MDMON 8 "" v4.2-rc2 .TH MDMON 8 "" v4.2-rc3
.SH NAME .SH NAME
mdmon \- monitor MD external metadata arrays mdmon \- monitor MD external metadata arrays