]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm: 4.1-rc1 mdadm-4.1-rc1
authorJes Sorensen <jsorensen@fb.com>
Thu, 22 Mar 2018 15:28:01 +0000 (11:28 -0400)
committerJes Sorensen <jsorensen@fb.com>
Thu, 22 Mar 2018 17:06:56 +0000 (13:06 -0400)
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
ANNOUNCE-4.1-rc1 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdmon.8

diff --git a/ANNOUNCE-4.1-rc1 b/ANNOUNCE-4.1-rc1
new file mode 100644 (file)
index 0000000..54e2beb
--- /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 4d871e9d3c0e27a88750326535361154318d1d7f..27121dabf28f4d7cfd48bd6811acebd2c7f0eeca 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "4.0"
+#define VERSION "4.1-rc1"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "2017-01-09"
+#define VERS_DATE "2018-03-22"
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index f0277d2e682539a103213aaca1dcfc45a0e46f4c..2e3c1be783e66babf39a7ff538d5495a0e38ea03 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -24,6 +24,7 @@ ANNOUNCE-3.3.3
 ANNOUNCE-3.3.4
 ANNOUNCE-3.4
 ANNOUNCE-4.0
+ANNOUNCE-4.1-rc1
 Assemble.c
 Build.c
 COPYING
@@ -45,6 +46,26 @@ ReadMe.c
 TODO
 bitmap.c
 bitmap.h
+clustermd_tests/
+clustermd_tests/00r10_Create
+clustermd_tests/00r1_Create
+clustermd_tests/01r10_Grow_bitmap-switch
+clustermd_tests/01r10_Grow_resize
+clustermd_tests/01r1_Grow_add
+clustermd_tests/01r1_Grow_bitmap-switch
+clustermd_tests/01r1_Grow_resize
+clustermd_tests/02r10_Manage_add
+clustermd_tests/02r10_Manage_add-spare
+clustermd_tests/02r10_Manage_re-add
+clustermd_tests/02r1_Manage_add
+clustermd_tests/02r1_Manage_add-spare
+clustermd_tests/02r1_Manage_re-add
+clustermd_tests/03r10_switch-recovery
+clustermd_tests/03r10_switch-resync
+clustermd_tests/03r1_switch-recovery
+clustermd_tests/03r1_switch-resync
+clustermd_tests/cluster_conf
+clustermd_tests/func.sh
 config.c
 crc32.c
 crc32.h
@@ -53,11 +74,6 @@ dlink.c
 dlink.h
 external-reshape-design.txt
 inventory
-kernel-patch-2.6.18
-kernel-patch-2.6.18.6
-kernel-patch-2.6.19
-kernel-patch-2.6.25
-kernel-patch-2.6.27
 lib.c
 makedist
 managemon.c
@@ -73,8 +89,6 @@ mdadm.conf-example
 mdadm.conf.5
 mdadm.h
 mdadm.spec
-mdassemble.8
-mdassemble.c
 mdmon-design.txt
 mdmon.8
 mdmon.c
@@ -129,6 +143,7 @@ tests/00raid10
 tests/00raid4
 tests/00raid5
 tests/00raid6
+tests/00readonly
 tests/01r1fail
 tests/01r5fail
 tests/01r5integ
@@ -245,13 +260,15 @@ tests/19repair-does-not-destroy
 tests/20raid5journal
 tests/21raid5cache
 tests/ToTest
-tests/check
 tests/env-ddf-template
 tests/env-imsm-template
+tests/func.sh
 tests/imsm-grow-template
-tests/testdev
 tests/utils
+udev-md-clustered-confirm-device.rules
 udev-md-raid-arrays.rules
 udev-md-raid-assembly.rules
+udev-md-raid-creating.rules
+udev-md-raid-safe-timeouts.rules
 util.c
 xmalloc.c
index e6befeb03c1b37f5602de48de90b76b187a4728b..ea45bbc8eb826de24d23218dafb6552f850cd579 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.
-.TH MDADM 8 "" v4.0
+.TH MDADM 8 "" v4.1-rc1
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 4e6f87029041ddfd6b6df34d729b5f4d6c96f84d..f6b0e76cdf64631d5a4611080750b0c962c869ed 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     4.0
+Version:     4.1_rc1
 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 ac7352fc5822bdb4a87e71eee3e9ef8288876d26..531c64ea5dca67aedc6bb42811eb832df857bfe5 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v4.0
+.TH MDMON 8 "" v4.1-rc1
 .SH NAME
 mdmon \- monitor MD external metadata arrays