]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.4 mdadm-3.4
authorNeilBrown <neilb@suse.com>
Thu, 28 Jan 2016 02:34:13 +0000 (13:34 +1100)
committerNeilBrown <neilb@suse.com>
Thu, 28 Jan 2016 06:14:56 +0000 (17:14 +1100)
My last release!

Signed-off-by: NeilBrown <neilb@suse.com>
ANNOUNCE-3.4 [new file with mode: 0644]
Assemble.c
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.4 b/ANNOUNCE-3.4
new file mode 100644 (file)
index 0000000..2689732
--- /dev/null
@@ -0,0 +1,24 @@
+Subject: ANNOUNCE: mdadm 3.4 - A tool for managing md Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 3.4
+
+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
+
+The new second-level version number reflects significant new
+functionality, particular support for journalled RAID5/6 and clustered
+RAID1.  This new support is probably still buggy.  Please report bugs.
+
+There are also a number of fixes for Intel's IMSM metadata support,
+and an assortment of minor bug fixes.
+
+I plan for this to be the last release of mdadm that I provide as I am
+retiring from MD and mdadm maintenance.  Jes Sorensen has volunteered
+to oversee mdadm for the next while.  Thanks Jes!
+
+NeilBrown 28th January 2016
index 25a14be4fcfe07af91bd4587ad974b5a06ad2be9..d199afc960c1d99e59c5bdf2f69647a3fc48efea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * mdadm - manage Linux "md" devices aka RAID arrays.
  *
- * Copyright (C) 2001-2013 Neil Brown <neilb@suse.de>
+ * Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
index 566fc8d8410968a9f5c71e52b2f21021e8d7d176..d3fcb6132fe97f24292aef9c6c1faf3d3339e9c0 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -1,7 +1,7 @@
 /*
  * mdadm - manage Linux "md" devices aka RAID arrays.
  *
- * Copyright (C) 2001-2015 Neil Brown <neilb@suse.de>
+ * Copyright (C) 2001-2016 Neil Brown <neilb@suse.com>
  *
  *
  *    This program is free software; you can redistribute it and/or modify
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.3.4"
+#define VERSION "3.4"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "3rd August 2015"
+#define VERS_DATE "28th January 2016"
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index a9fc3c0188aebad3e651c0b386ae9d0b058570f1..ace5df042ee93294f13daf2cc7aff41900c6888e 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -22,6 +22,7 @@ ANNOUNCE-3.3.1
 ANNOUNCE-3.3.2
 ANNOUNCE-3.3.3
 ANNOUNCE-3.3.4
+ANNOUNCE-3.4
 Assemble.c
 Build.c
 COPYING
@@ -46,6 +47,7 @@ bitmap.h
 config.c
 crc32.c
 crc32.h
+crc32c.c
 dlink.c
 dlink.h
 external-reshape-design.txt
@@ -239,6 +241,7 @@ tests/19raid6auto-repair
 tests/19raid6check
 tests/19raid6repair
 tests/19repair-does-not-destroy
+tests/20raid5journal
 tests/ToTest
 tests/check
 tests/env-ddf-template
index 97ce8dc8219bab4b48b9ec1779e81d28b1c6d00e..50be1aa84960362cfba834a6ad036d421bec7d8c 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.4
+.TH MDADM 8 "" v3.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 293cb1904ad1973630e0682f910988bbe1866338..685a5642da464852d3135fb731665b48ff5ba215 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.3.4
+Version:     3.4
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
 URL:         http://neil.brown.name/blog/mdadm
index 7601b1aa66357d6df52d8e8b0fd705254e1090f2..d0c83c39e22b2a2666218ae294496c5ec8f37c03 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.3.4
+.TH MDASSEMBLE 8 "" v3.4
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index beb82e035d0c015cfd7827a02a8c8e915cf91a89..cc6add8fb504fdb1d55628be3a11d9f2e47e13fe 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.3.4
+.TH MDMON 8 "" v3.4
 .SH NAME
 mdmon \- monitor MD external metadata arrays