]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.5.2 mdadm-2.5.2
authorNeil Brown <neilb@suse.de>
Tue, 27 Jun 2006 11:31:58 +0000 (21:31 +1000)
committerNeil Brown <neilb@suse.de>
Tue, 27 Jun 2006 11:31:58 +0000 (21:31 +1000)
Description...

ANNOUNCE-2.5.2 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.5.2 b/ANNOUNCE-2.5.2
new file mode 100644 (file)
index 0000000..06fd949
--- /dev/null
@@ -0,0 +1,45 @@
+Subject:  ANNOUNCE: mdadm 2.5.2 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.5.2
+
+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.2 is primarily a bugfix release over 2.5.1.
+It also contains a work-around for a kernel bug which affects
+hot-adding to arrays with a version-1 superblock.
+
+Changelog Entries:
+    -   Fix problem with compiling with gcc-2 compilers
+    -   Fix compile problem of post-incrmenting a variable in a macro arg.
+    -   Stop map_dev from returning [0:0], as that breaks things.
+    -   Add 'Array Slot' line to --examine for version-1 superblocks
+       to make it a bit easier to see what is happening.
+    -   Work around bug in --add handling for  version-1 superblocks
+       in 2.6.17 (and prior).
+    -   Make -assemble a bit more resilient to finding strange
+       information in superblocks.
+    -   Don't claim newly added spares are InSync!! (don't know why that
+       code was ever in there)
+    -   Work better when no 'ftw' is available, and check to see
+       if current uclibc provides ftw.
+    -   Never use /etc/mdadm.conf if --config file is given (previously
+       some code used one, some used the other).
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  27th June 2006
+
+
index f413a9e967abf68ea7d479ff6c90c1ca06b1b091..4a05767ffef52955ea39ad50239386aef23047ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes Prior to this release
+Changes Prior to 2.5.2 release
     -   Fix problem with compiling with gcc-2 compilers
     -   Fix compile problem of post-incrmenting a variable in a macro arg.
     -   Stop map_dev from returning [0:0], as that breaks things.
index 89f97cd75b34dae2e67b4e2c1764fbd4ece92cb6..26a869525c9774d298b2c1a5e86924ff52aa3cf3 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -29,7 +29,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.5.1 -  16 June 2006\n";
+char Version[] = Name " - v2.5.2 -  27 June 2006\n";
 
 /*
  * File: ReadMe.c
index 73fcbcd21d1b0109d80ceb07ac25d4f15d2d2e62..40c4ca08f2057858c22a9adfab72bf3bc309a234 100644 (file)
--- a/inventory
+++ b/inventory
@@ -9,6 +9,7 @@ ANNOUNCE-2.4-pre1
 ANNOUNCE-2.4.1
 ANNOUNCE-2.5
 ANNOUNCE-2.5.1
+ANNOUNCE-2.5.2
 Assemble.c
 Build.c
 COPYING
diff --git a/mdadm.8 b/mdadm.8
index 92037dbad591cb79f618f6f5ed15ce3ed54c326d..eda7c128d9443c3f1bd2308978a740f0d658d200 100644 (file)
--- a/mdadm.8
+++ b/mdadm.8
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDADM 8 "" v2.5.1
+.TH MDADM 8 "" v2.5.2
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index f27e02cecb7342a5f1dd20b90aab2c0a9f83ca94..7ce5925b48554fc60574d61bdee4edc0154477d7 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.5.1
+Version:     2.5.2
 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 6ef85a23f55fd3154846160491d1e8ce15ab0e2b..0beddeb6d5fdd8262a6f92f58768f9dff0b89fd5 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.5.1
+.TH MDASSEMBLE 8 "" v2.5.2
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka