summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Sorensen <jsorensen@fb.com>2018-08-03 11:30:31 -0400
committerJes Sorensen <jsorensen@fb.com>2018-08-03 11:30:31 -0400
commita882c7b1ec0eac03b49f8306f1e5816a04abe125 (patch)
tree66dfcc5d00ecb1ce8eee684dc752ae557c79ac42
parentcb8f5371352f6c16af5aab8a40861e13aa50fc2b (diff)
downloadmdadm-a882c7b1ec0eac03b49f8306f1e5816a04abe125.tar.gz
Release mdadm-4.1-rc2mdadm-4.1-rc2
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
-rw-r--r--ANNOUNCE-4.1-rc215
-rw-r--r--ReadMe.c4
-rwxr-xr-xinventory2
-rw-r--r--mdadm.8.in2
-rw-r--r--mdadm.spec2
-rw-r--r--mdmon.82
6 files changed, 22 insertions, 5 deletions
diff --git a/ANNOUNCE-4.1-rc2 b/ANNOUNCE-4.1-rc2
new file mode 100644
index 0000000..07dfea0
--- /dev/null
+++ b/ANNOUNCE-4.1-rc2
@@ -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
diff --git a/ReadMe.c b/ReadMe.c
index 27121da..6a038f9 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -28,10 +28,10 @@
#include "mdadm.h"
#ifndef VERSION
-#define VERSION "4.1-rc1"
+#define VERSION "4.1-rc2"
#endif
#ifndef VERS_DATE
-#define VERS_DATE "2018-03-22"
+#define VERS_DATE "2018-08-02"
#endif
char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
diff --git a/inventory b/inventory
index 2e3c1be..7b241a6 100755
--- a/inventory
+++ b/inventory
@@ -25,6 +25,7 @@ ANNOUNCE-3.3.4
ANNOUNCE-3.4
ANNOUNCE-4.0
ANNOUNCE-4.1-rc1
+ANNOUNCE-4.1-rc2
Assemble.c
Build.c
COPYING
@@ -67,6 +68,7 @@ clustermd_tests/03r1_switch-resync
clustermd_tests/cluster_conf
clustermd_tests/func.sh
config.c
+coverity-gcc-hack.h
crc32.c
crc32.h
crc32c.c
diff --git a/mdadm.8.in b/mdadm.8.in
index d6bb3fa..9aec9f4 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.1-rc1
+.TH MDADM 8 "" v4.1-rc2
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index f6b0e76..bdf4482 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.1_rc1
+Version: 4.1_rc2
Release: 1
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
URL: http://neil.brown.name/blog/mdadm
diff --git a/mdmon.8 b/mdmon.8
index 531c64e..4cbc2ba 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v4.1-rc1
+.TH MDMON 8 "" v4.1-rc2
.SH NAME
mdmon \- monitor MD external metadata arrays