Release mdadm-4.2-rc1

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2021-04-14 11:02:53 -04:00
parent aec016303b
commit c11b1c3ced
6 changed files with 29 additions and 5 deletions

15
ANNOUNCE-4.2-rc1 Normal file
View File

@ -0,0 +1,15 @@
Subject: ANNOUNCE: mdadm 4.2-rc1 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of the first rc release of mdadm-4.2
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 constitutes more than one year of enhancements and bug fixes
including for IMSM RAID, Partial Parity Log, clustered RAID support,
improved testing, and gcc-8 support.
Jes Sorensen, 2021-04-14

View File

@ -28,10 +28,10 @@
#include "mdadm.h" #include "mdadm.h"
#ifndef VERSION #ifndef VERSION
#define VERSION "4.1" #define VERSION "4.2-rc1"
#endif #endif
#ifndef VERS_DATE #ifndef VERS_DATE
#define VERS_DATE "2018-10-01" #define VERS_DATE "2021-04-14"
#endif #endif
#ifndef EXTRAVERSION #ifndef EXTRAVERSION
#define EXTRAVERSION "" #define EXTRAVERSION ""

View File

@ -25,6 +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-rc1
Assemble.c Assemble.c
Build.c Build.c
COPYING COPYING
@ -131,7 +132,13 @@ systemd/mdadm-grow-continue@.service
systemd/mdadm-last-resort@.service systemd/mdadm-last-resort@.service
systemd/mdadm-last-resort@.timer systemd/mdadm-last-resort@.timer
systemd/mdadm.shutdown systemd/mdadm.shutdown
systemd/mdcheck_continue.service
systemd/mdcheck_continue.timer
systemd/mdcheck_start.service
systemd/mdcheck_start.timer
systemd/mdmon@.service systemd/mdmon@.service
systemd/mdmonitor-oneshot.service
systemd/mdmonitor-oneshot.timer
systemd/mdmonitor.service systemd/mdmonitor.service
test test
tests/ tests/
@ -170,6 +177,7 @@ tests/05r1-add-internalbitmap-v1a
tests/05r1-add-internalbitmap-v1b tests/05r1-add-internalbitmap-v1b
tests/05r1-add-internalbitmap-v1c tests/05r1-add-internalbitmap-v1c
tests/05r1-bitmapfile tests/05r1-bitmapfile
tests/05r1-failfast
tests/05r1-grow-external tests/05r1-grow-external
tests/05r1-grow-internal tests/05r1-grow-internal
tests/05r1-grow-internal-1 tests/05r1-grow-internal-1
@ -272,4 +280,5 @@ udev-md-raid-assembly.rules
udev-md-raid-creating.rules udev-md-raid-creating.rules
udev-md-raid-safe-timeouts.rules udev-md-raid-safe-timeouts.rules
util.c util.c
uuid.c
xmalloc.c xmalloc.c

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.1-rc2 .TH MDADM 8 "" v4.2-rc1
.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.1 Version: 4.2_rc1
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.1-rc2 .TH MDMON 8 "" v4.2-rc1
.SH NAME .SH NAME
mdmon \- monitor MD external metadata arrays mdmon \- monitor MD external metadata arrays