summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <jsorensen@fb.com>2021-12-30 14:40:16 -0500
committerJes Sorensen <jsorensen@fb.com>2021-12-30 14:43:35 -0500
commite30ca260741d727e6f444e8f2ce25fe7a5a26567 (patch)
tree80a778fbd7bb3c7858cfac572df1cb08cfa4f988
parent8c80d3055bcaab4c449abb7b666aad69d054347a (diff)
downloadmdadm-e30ca260741d727e6f444e8f2ce25fe7a5a26567.tar.gz
Release mdadm-4.2mdadm-4.2
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
-rw-r--r--ANNOUNCE-4.219
-rw-r--r--ANNOUNCE-4.2-rc317
-rw-r--r--ReadMe.c4
-rwxr-xr-xinventory2
-rw-r--r--mdadm.8.in2
-rw-r--r--mdadm.spec2
-rw-r--r--mdmon.82
7 files changed, 25 insertions, 23 deletions
diff --git a/ANNOUNCE-4.2 b/ANNOUNCE-4.2
new file mode 100644
index 0000000..8b22d09
--- /dev/null
+++ b/ANNOUNCE-4.2
@@ -0,0 +1,19 @@
+Subject: ANNOUNCE: mdadm 4.2 - A tool for managing md Soft RAID under Linux
+
+I am pleased to finally announce the availability of mdadm-4.2.
+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 release includes more than two years of development and bugfixes,
+so it is difficult to remember everything. Highlights include
+enhancements and bug fixes including for IMSM RAID, Partial Parity
+Log, clustered RAID support, improved testing, and gcc-9 support.
+
+Thank you everyone who contributed to this release!
+
+Jes Sorensen, 2021-12-30
diff --git a/ANNOUNCE-4.2-rc3 b/ANNOUNCE-4.2-rc3
deleted file mode 100644
index 466af1b..0000000
--- a/ANNOUNCE-4.2-rc3
+++ /dev/null
@@ -1,17 +0,0 @@
-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 f581e1e..8139976 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -28,10 +28,10 @@
#include "mdadm.h"
#ifndef VERSION
-#define VERSION "4.2-rc3"
+#define VERSION "4.2"
#endif
#ifndef VERS_DATE
-#define VERS_DATE "2021-11-03"
+#define VERS_DATE "2021-12-30"
#endif
#ifndef EXTRAVERSION
#define EXTRAVERSION ""
diff --git a/inventory b/inventory
index 99da6a2..c4801b4 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-rc3
+ANNOUNCE-4.2
Assemble.c
Build.c
COPYING
diff --git a/mdadm.8.in b/mdadm.8.in
index 68e100c..be902db 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-rc3
+.TH MDADM 8 "" v4.2
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index 2e99953..1b7c6bd 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_rc3
+Version: 4.2
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 504c1e5..c0dc6ce 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v4.2-rc3
+.TH MDMON 8 "" v4.2
.SH NAME
mdmon \- monitor MD external metadata arrays