Neil Brown: Release 2.6.7

Martin F. Krafft madduck at alioth.debian.org
Tue Jun 24 22:02:19 UTC 2008


Module: mdadm
Branch: master
Commit: 866d136a2f75b751188dfdd490be4d64e6a14d09
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=866d136a2f75b751188dfdd490be4d64e6a14d09

Author: Neil Brown <neilb at suse.de>
Date:   Fri Jun  6 16:07:11 2008 +1000

Release 2.6.7

---

 ANNOUNCE-2.6.7 |   27 +++++++++++++++++++++++++++
 ChangeLog      |    5 +++++
 ReadMe.c       |    2 +-
 inventory      |    2 ++
 mdadm.8        |    2 +-
 mdadm.spec     |    2 +-
 mdassemble.8   |    2 +-
 7 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/ANNOUNCE-2.6.7 b/ANNOUNCE-2.6.7
new file mode 100644
index 0000000..5fa4a80
--- /dev/null
+++ b/ANNOUNCE-2.6.7
@@ -0,0 +1,27 @@
+Subject:  ANNOUNCE: mdadm 2.6.7 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.7
+
+It is available at the usual places:
+   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.7 fixes a few bugs in 2.6.5 which 2.6.6 didn't fix.
+
+Changelog Entries:
+    -   Avoid NULL reference calling free_super and elsewhere.
+    -   Remove stray semicolon (Causes compile error with gcc-2.95)
+    -   Fix autoassemble for stack arrays.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  6th June 2008
diff --git a/ChangeLog b/ChangeLog
index 368c769..c6bc0f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Changes Prior to 2.6.7 release
+    -   Avoid NULL reference calling free_super and elsewhere.
+    -   Remove stray semicolon (Causes compile error with gcc-2.95)
+    -   Fix autoassemble for stack arrays.
+
 Changes Prior to 2.6.6 release
     -   "make everything" now make mdassemble.auto
     -   fix compile problem with mdassemble.auto
diff --git a/ReadMe.c b/ReadMe.c
index 4cc6970..0a736ed 100644
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.6 - 19th May 2008\n";
+char Version[] = Name " - v2.6.7 - 6th June 2008\n";
 
 /*
  * File: ReadMe.c
diff --git a/inventory b/inventory
index 2b8bad2..8c0a8d1 100755
--- a/inventory
+++ b/inventory
@@ -21,6 +21,7 @@ ANNOUNCE-2.6.3
 ANNOUNCE-2.6.4
 ANNOUNCE-2.6.5
 ANNOUNCE-2.6.6
+ANNOUNCE-2.6.7
 Assemble.c
 bitmap.c
 bitmap.h
@@ -117,6 +118,7 @@ tests/06r5swap
 tests/06sysfs
 tests/06update-uuid
 tests/06wrmostly
+tests/07autoassemble
 tests/07autodetect
 tests/07testreshape5
 tests/check
diff --git a/mdadm.8 b/mdadm.8
index b6ee8ba..f0381b6 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.6
+.TH MDADM 8 "" v2.6.7
 .SH NAME
 mdadm \- manage MD devices
 .I aka
diff --git a/mdadm.spec b/mdadm.spec
index 79e9a59..8e1a9bb 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.6
+Version:     2.6.7
 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 ee3984b..d60c775 100644
--- a/mdassemble.8
+++ b/mdassemble.8
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.6
+.TH MDASSEMBLE 8 "" v2.6.7
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka




More information about the pkg-mdadm-commits mailing list