From bce0eab35643ce50c76efcf245dd160d53ad6fc7 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Wed, 3 Nov 2021 21:49:36 -0400 Subject: Release mdadm-4.2-rc3 Signed-off-by: Jes Sorensen --- ANNOUNCE-4.2-rc2 | 16 ---------------- ANNOUNCE-4.2-rc3 | 17 +++++++++++++++++ ReadMe.c | 4 ++-- inventory | 2 +- mdadm.8.in | 2 +- mdadm.spec | 2 +- mdmon.8 | 2 +- 7 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 ANNOUNCE-4.2-rc2 create mode 100644 ANNOUNCE-4.2-rc3 diff --git a/ANNOUNCE-4.2-rc2 b/ANNOUNCE-4.2-rc2 deleted file mode 100644 index 82a643d..0000000 --- a/ANNOUNCE-4.2-rc2 +++ /dev/null @@ -1,16 +0,0 @@ -Subject: ANNOUNCE: mdadm 4.2-rc2 - A tool for managing md Soft RAID under Linux - -I am pleased to announce the availability of the second rc release of -mdadm-4.2, hopefully the last before we cut final. - -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-08-02 diff --git a/ANNOUNCE-4.2-rc3 b/ANNOUNCE-4.2-rc3 new file mode 100644 index 0000000..466af1b --- /dev/null +++ b/ANNOUNCE-4.2-rc3 @@ -0,0 +1,17 @@ +Subject: ANNOUNCE: mdadm 4.2-rc3 - A tool for managing md Soft RAID under Linux + +I am pleased to announce the availability of the third rc release of +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: + 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-11-03 diff --git a/ReadMe.c b/ReadMe.c index 37d8462..f581e1e 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -28,10 +28,10 @@ #include "mdadm.h" #ifndef VERSION -#define VERSION "4.2-rc2" +#define VERSION "4.2-rc3" #endif #ifndef VERS_DATE -#define VERS_DATE "2021-08-02" +#define VERS_DATE "2021-11-03" #endif #ifndef EXTRAVERSION #define EXTRAVERSION "" diff --git a/inventory b/inventory index 059eb54..99da6a2 100755 --- a/inventory +++ b/inventory @@ -25,7 +25,7 @@ ANNOUNCE-3.3.4 ANNOUNCE-3.4 ANNOUNCE-4.0 ANNOUNCE-4.1 -ANNOUNCE-4.2-rc2 +ANNOUNCE-4.2-rc3 Assemble.c Build.c COPYING diff --git a/mdadm.8.in b/mdadm.8.in index 9684603..28d773c 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 "" v4.2-rc2 +.TH MDADM 8 "" v4.2-rc3 .SH NAME mdadm \- manage MD devices .I aka diff --git a/mdadm.spec b/mdadm.spec index 988c1ca..2e99953 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: 4.2_rc2 +Version: 4.2_rc3 Release: 1 Source: https://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz URL: https://neil.brown.name/blog/mdadm diff --git a/mdmon.8 b/mdmon.8 index 48b14a1..504c1e5 100644 --- a/mdmon.8 +++ b/mdmon.8 @@ -1,5 +1,5 @@ .\" See file COPYING in distribution for details. -.TH MDMON 8 "" v4.2-rc2 +.TH MDMON 8 "" v4.2-rc3 .SH NAME mdmon \- monitor MD external metadata arrays -- cgit v1.2.1