Neil Brown: Release 2.6.4

Martin F. Krafft madduck at alioth.debian.org
Tue Apr 22 10:25:59 UTC 2008


Module: mdadm
Branch: upstream-patches
Commit: 6a0671608bd94e75683fd5ca7ea006b9c7552de3
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git/?a=commit;h=6a0671608bd94e75683fd5ca7ea006b9c7552de3

Author: Neil Brown <neilb at suse.de>
Date:   Fri Oct 19 14:13:04 2007 +1000

Release 2.6.4

---

 ANNOUNCE-2.6.4 |   31 +++++++++++++++++++++++++++++++
 ChangeLog      |    7 +++++++
 ReadMe.c       |    2 +-
 inventory      |    2 +-
 mdadm.8        |    2 +-
 mdadm.spec     |    2 +-
 mdassemble.8   |    2 +-
 7 files changed, 43 insertions(+), 5 deletions(-)

diff --git a/ANNOUNCE-2.6.4 b/ANNOUNCE-2.6.4
new file mode 100644
index 0000000..fd745fa
--- /dev/null
+++ b/ANNOUNCE-2.6.4
@@ -0,0 +1,31 @@
+Subject:  ANNOUNCE: mdadm 2.6.4 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.4
+
+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.6.4 adds a few minor bug fixes to 2.6.3
+
+Changelog Entries:
+    -   Make "--create --auto=mdp" work for non-standard device names.
+    -   Fix restarting of a 'reshape' if it was stopped in the middle.
+    -   Fix a segfault when using v1 superblock.
+    -   Make --write-mostly effective when re-adding a device to an array.
+    -   Various minor fixes
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  19th October 2007
diff --git a/ChangeLog b/ChangeLog
index d58cb51..fa4fed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes Prior to 2.6.4 release
+    -   Make "--create --auto=mdp" work for non-standard device names.
+    -   Fix restarting of a 'reshape' if it was stopped in the middle.
+    -   Fix a segfault when using v1 superblock.
+    -   Make --write-mostly effective when re-adding a device to an array.
+    -   Various minor fixes
+
 Changes Prior to 2.6.3 release
     -   allow --write-behind to be set for --grow.
     -   When adding new disk to an array, don't reserve so much bitmap
diff --git a/ReadMe.c b/ReadMe.c
index 96296ac..d07ad79 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.3 - 20th August 2007\n";
+char Version[] = Name " - v2.6.4 - 19th October 2007\n";
 
 /*
  * File: ReadMe.c
diff --git a/SHA1.c b/SHA1.c
deleted file mode 100644
index e69de29..0000000
diff --git a/inventory b/inventory
index 1d8e25b..7343554 100755
--- a/inventory
+++ b/inventory
@@ -18,6 +18,7 @@ ANNOUNCE-2.6
 ANNOUNCE-2.6.1
 ANNOUNCE-2.6.2
 ANNOUNCE-2.6.3
+ANNOUNCE-2.6.4
 Assemble.c
 bitmap.c
 bitmap.h
@@ -67,7 +68,6 @@ ReadMe.c
 README.initramfs
 restripe.c
 sha1.c
-SHA1.c
 sha1.h
 super0.c
 super1.c
diff --git a/mdadm.8 b/mdadm.8
index 11b8e69..6edc915 100644
--- 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.6.3
+.TH MDADM 8 "" v2.6.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
diff --git a/mdadm.spec b/mdadm.spec
index 9f55b02..8af8f60 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:     2.6.3
+Version:     2.6.4
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
diff --git a/mdassemble.8 b/mdassemble.8
index a92c007..4012493 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.3
+.TH MDASSEMBLE 8 "" v2.6.4
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka




More information about the pkg-mdadm-commits mailing list