diff options
-rw-r--r-- | ANNOUNCE-3.3.2 | 16 | ||||
-rw-r--r-- | ReadMe.c | 4 | ||||
-rwxr-xr-x | inventory | 1 | ||||
-rw-r--r-- | mdadm.8.in | 2 | ||||
-rw-r--r-- | mdadm.spec | 2 | ||||
-rw-r--r-- | mdassemble.8 | 2 | ||||
-rw-r--r-- | mdmon.8 | 2 |
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 @@ -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"; @@ -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 @@ -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 @@ -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 @@ -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 |