]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-4.1-rc2 mdadm-4.1-rc2
authorJes Sorensen <jsorensen@fb.com>
Fri, 3 Aug 2018 15:30:31 +0000 (11:30 -0400)
committerJes Sorensen <jsorensen@fb.com>
Fri, 3 Aug 2018 15:30:31 +0000 (11:30 -0400)
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
ANNOUNCE-4.1-rc2 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdmon.8

diff --git a/ANNOUNCE-4.1-rc2 b/ANNOUNCE-4.1-rc2
new file mode 100644 (file)
index 0000000..07dfea0
--- /dev/null
@@ -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
index 27121dabf28f4d7cfd48bd6811acebd2c7f0eeca..6a038f9fb3f029edda44b7d49faf2a131caadf03 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "mdadm.h"
 
 #ifndef VERSION
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "4.1-rc1"
+#define VERSION "4.1-rc2"
 #endif
 #ifndef VERS_DATE
 #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";
 
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index 2e3c1be783e66babf39a7ff538d5495a0e38ea03..7b241a6ada72aeaf0a17c0f705b67160dcef6be7 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -25,6 +25,7 @@ ANNOUNCE-3.3.4
 ANNOUNCE-3.4
 ANNOUNCE-4.0
 ANNOUNCE-4.1-rc1
 ANNOUNCE-3.4
 ANNOUNCE-4.0
 ANNOUNCE-4.1-rc1
+ANNOUNCE-4.1-rc2
 Assemble.c
 Build.c
 COPYING
 Assemble.c
 Build.c
 COPYING
@@ -67,6 +68,7 @@ clustermd_tests/03r1_switch-resync
 clustermd_tests/cluster_conf
 clustermd_tests/func.sh
 config.c
 clustermd_tests/cluster_conf
 clustermd_tests/func.sh
 config.c
+coverity-gcc-hack.h
 crc32.c
 crc32.h
 crc32c.c
 crc32.c
 crc32.h
 crc32c.c
index d6bb3faee51913a1229f1b60e4dfe0b6bdf77ab3..9aec9f4f725936744c99186fd059c38ad0454f2a 100644 (file)
@@ -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.
 .\"   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
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index f6b0e76cdf64631d5a4611080750b0c962c869ed..bdf4482babdaf9b97d84d64352f41936d7e02f06 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
 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
 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 531c64ea5dca67aedc6bb42811eb832df857bfe5..4cbc2ba7ef5f5b40faef77eeb0051d883ef61c4c 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -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
 mdmon \- monitor MD external metadata arrays
 
 .SH NAME
 mdmon \- monitor MD external metadata arrays