summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ANNOUNCE-3.3.216
-rw-r--r--ReadMe.c4
-rwxr-xr-xinventory1
-rw-r--r--mdadm.8.in2
-rw-r--r--mdadm.spec2
-rw-r--r--mdassemble.82
-rw-r--r--mdmon.82
7 files changed, 23 insertions, 6 deletions
diff --git a/ANNOUNCE-3.3.2 b/ANNOUNCE-3.3.2
new file mode 100644
index 00000000..6b549611
--- /dev/null
+++ b/ANNOUNCE-3.3.2
@@ -0,0 +1,16 @@
+Subject: ANNOUNCE: mdadm 3.3.2 - A tool for managing md Soft RAID under Linux
+
+I am pleased to announce the availability of
+ mdadm version 3.3.2
+
+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
+
+Changes since 3.3.1 are mostly little bugfixes and some man-page
+updates.
+
+NeilBrown 21st August 2014
diff --git a/ReadMe.c b/ReadMe.c
index 02cea081..445c3882 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -25,10 +25,10 @@
#include "mdadm.h"
#ifndef VERSION
-#define VERSION "3.3.1"
+#define VERSION "3.3.2"
#endif
#ifndef VERS_DATE
-#define VERS_DATE "5th June 2014"
+#define VERS_DATE "21st August 2014"
#endif
char Version[] = Name " - v" VERSION " - " VERS_DATE "\n";
diff --git a/inventory b/inventory
index d7f22aeb..40598cee 100755
--- a/inventory
+++ b/inventory
@@ -19,6 +19,7 @@ ANNOUNCE-3.2.5
ANNOUNCE-3.2.6
ANNOUNCE-3.3
ANNOUNCE-3.3.1
+ANNOUNCE-3.3.2
Assemble.c
Build.c
COPYING
diff --git a/mdadm.8.in b/mdadm.8.in
index 462f7081..a6303107 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 "" v3.3.1
+.TH MDADM 8 "" v3.3.2
.SH NAME
mdadm \- manage MD devices
.I aka
diff --git a/mdadm.spec b/mdadm.spec
index d09ea7b9..384a1d89 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: 3.3.1
+Version: 3.3.2
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/mdassemble.8 b/mdassemble.8
index 889675c5..ae6f6d45 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
.\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.3.1
+.TH MDASSEMBLE 8 "" v3.3.2
.SH NAME
mdassemble \- assemble MD devices
.I aka
diff --git a/mdmon.8 b/mdmon.8
index 9bdf760d..4f9a439a 100644
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
.\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.3.1
+.TH MDMON 8 "" v3.3.2
.SH NAME
mdmon \- monitor MD external metadata arrays