]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.3.3 mdadm-3.3.3
authorNeilBrown <neilb@suse.com>
Fri, 24 Jul 2015 05:35:53 +0000 (15:35 +1000)
committerNeilBrown <neilb@suse.com>
Fri, 24 Jul 2015 06:18:17 +0000 (16:18 +1000)
Signed-off-by: NeilBrown <neilb@suse.com>
ANNOUNCE-3.3.3 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.3.3 b/ANNOUNCE-3.3.3
new file mode 100644 (file)
index 0000000..ac1b217
--- /dev/null
@@ -0,0 +1,18 @@
+Subject: ANNOUNCE: mdadm 3.3.3 - A tool for managing md Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.3.3
+
+It is available at the usual places:
+   http://www.kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://github.com/neilbrown/mdadm
+   git://neil.brown.name/mdadm
+   http://git.neil.brown.name/git/mdadm.git
+
+The 100 changes since 3.3.3 are mostly little bugfixes and some improvements
+to the selftests.
+raid6check now handle all RAID6 layouts including DDF correctly.
+See git log for the rest.
+
+NeilBrown 24th July 2015
index 87a4916b80970da9221e6c2d9fc2b38d732e3d21..8af8cd0f32da7126569328dfd65c53f2dc29de65 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -1,7 +1,7 @@
 /*
  * mdadm - manage Linux "md" devices aka RAID arrays.
  *
- * Copyright (C) 2001-2014 Neil Brown <neilb@suse.de>
+ * Copyright (C) 2001-2015 Neil Brown <neilb@suse.de>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.3.2"
+#define VERSION "3.3.3"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "21st August 2014"
+#define VERS_DATE "24th July 2015"
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index 40598ceec7915b709a5d60f3b1df307da8d2d6a1..36f2e942a551f63d4701c2dca4eae3b69ae692c3 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -20,6 +20,7 @@ ANNOUNCE-3.2.6
 ANNOUNCE-3.3
 ANNOUNCE-3.3.1
 ANNOUNCE-3.3.2
+ANNOUNCE-3.3.3
 Assemble.c
 Build.c
 COPYING
@@ -234,6 +235,7 @@ tests/18imsm-r0_2d-takeover-r10_4d
 tests/18imsm-r10_4d-takeover-r0_2d
 tests/18imsm-r1_2d-takeover-r0_1d
 tests/19raid6auto-repair
+tests/19raid6check
 tests/19raid6repair
 tests/19repair-does-not-destroy
 tests/ToTest
index e4440f088881ddcdf2cca5baa4de2d3e438e991d..912ee4c4fa4ac4d83c85b20c6c0cbf920eb9abf4 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 "" v3.3.2
+.TH MDADM 8 "" v3.3.3
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 384a1d89a0ebae72b42a5ef903fdee49aa0b2585..b5e0b69482d9d95364adb627b8401f38726df0bb 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.3.2
+Version:     3.3.3
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
 URL:         http://neil.brown.name/blog/mdadm
index 33192c984316db7097790ef164ca573cff6c189a..9a009389be2304f2d977ec31d77598d7842e7f1b 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.3.2
+.TH MDASSEMBLE 8 "" v3.3.3
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 4f9a439a58bad6a98edd51c95708d2c4b48623d7..86fbb150efca8556fd496eb651e834a370caf708 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.3.2
+.TH MDMON 8 "" v3.3.3
 .SH NAME
 mdmon \- monitor MD external metadata arrays