Release mdadm-4.1-rc2

Signed-off-by: Jes Sorensen <jsorensen@fb.com>
This commit is contained in:
Jes Sorensen 2018-08-03 11:30:31 -04:00
parent cb8f537135
commit a882c7b1ec
6 changed files with 22 additions and 5 deletions

15
ANNOUNCE-4.1-rc2 Normal file
View File

@ -0,0 +1,15 @@
Subject: ANNOUNCE: mdadm 4.1 - A tool for managing md Soft RAID under Linux
I am pleased to announce the availability of
mdadm version 4.1
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, and clustered RAID support.
Jes Sorensen, 2018-xx-xx

View File

@ -28,10 +28,10 @@
#include "mdadm.h" #include "mdadm.h"
#ifndef VERSION #ifndef VERSION
#define VERSION "4.1-rc1" #define VERSION "4.1-rc2"
#endif #endif
#ifndef VERS_DATE #ifndef VERS_DATE
#define VERS_DATE "2018-03-22" #define VERS_DATE "2018-08-02"
#endif #endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n"; char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";

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-rc1 ANNOUNCE-4.1-rc1
ANNOUNCE-4.1-rc2
Assemble.c Assemble.c
Build.c Build.c
COPYING COPYING
@ -67,6 +68,7 @@ clustermd_tests/03r1_switch-resync
clustermd_tests/cluster_conf clustermd_tests/cluster_conf
clustermd_tests/func.sh clustermd_tests/func.sh
config.c config.c
coverity-gcc-hack.h
crc32.c crc32.c
crc32.h crc32.h
crc32c.c crc32c.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-rc1 .TH MDADM 8 "" v4.1-rc2
.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_rc1 Version: 4.1_rc2
Release: 1 Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: http://neil.brown.name/blog/mdadm URL: http://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-rc1 .TH MDMON 8 "" v4.1-rc2
.SH NAME .SH NAME
mdmon \- monitor MD external metadata arrays mdmon \- monitor MD external metadata arrays