]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.5.3 mdadm-2.5.3
authorNeil Brown <neilb@suse.de>
Mon, 7 Aug 2006 02:00:30 +0000 (12:00 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 7 Aug 2006 02:00:30 +0000 (12:00 +1000)
ANNOUNCE-2.5.3 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.5.3 b/ANNOUNCE-2.5.3
new file mode 100644 (file)
index 0000000..92aa278
--- /dev/null
@@ -0,0 +1,33 @@
+Subject:  ANNOUNCE: mdadm 2.5.3 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.5.3
+
+It is available at the usual places:
+   http://www.cse.unsw.edu.au/~neilb/source/mdadm/
+and
+   countrycode=xx.
+   http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://neil.brown.name/mdadm
+   http://neil.brown.name/git?p=mdadm
+
+mdadm is a tool for creating, managing and monitoring
+device arrays using the "md" driver in Linux, also
+known as Software RAID arrays.
+
+Release 2.5.3 is a bugfix release over 2.5.2.
+
+Changelog Entries:
+    -   Document v0.91 superblocks in md.4
+    -   Make GPL explicit in man pages.
+    -   Fix recent breakage of starting degraded arrays.
+    -   Tidyup automatic name choice for v-1 arrays:
+         /dev/md_d0 now becomes '0', not '_d0'.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  7th August 2006
+
+
index 26a869525c9774d298b2c1a5e86924ff52aa3cf3..c9e64cd5ff3b73acba277ec1d94ef125af4a936a 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -29,7 +29,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.5.2 -  27 June 2006\n";
+char Version[] = Name " - v2.5.3 -  7 August 2006\n";
 
 /*
  * File: ReadMe.c
index 40c4ca08f2057858c22a9adfab72bf3bc309a234..8e83f3b4c5bf3b39be6ab868433e2e188ff1065b 100644 (file)
--- a/inventory
+++ b/inventory
@@ -10,6 +10,7 @@ ANNOUNCE-2.4.1
 ANNOUNCE-2.5
 ANNOUNCE-2.5.1
 ANNOUNCE-2.5.2
+ANNOUNCE-2.5.3
 Assemble.c
 Build.c
 COPYING
diff --git a/mdadm.8 b/mdadm.8
index 870a0f9c5fd7a617dfe7fac2d8f5c72ef7e14282..1508c58651d9e4e9b17222d179b7f7fffa16f89e 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -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 "" v2.5.2
+.TH MDADM 8 "" v2.5.3
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 7ce5925b48554fc60574d61bdee4edc0154477d7..ea2bfebf57cadad1b1ac4e031f0c56e601b6a642 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.5.2
+Version:     2.5.3
 Release:     1
 Source:      http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
 URL:         http://www.cse.unsw.edu.au/~neilb/source/mdadm/
index 0beddeb6d5fdd8262a6f92f58768f9dff0b89fd5..84479b74c66edbaca44777f1250cadb99139bd0c 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.5.2
+.TH MDASSEMBLE 8 "" v2.5.3
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka