]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.8 mdadm-2.6.8
authorNeilBrown <neilb@suse.de>
Fri, 28 Nov 2008 01:14:57 +0000 (12:14 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 28 Nov 2008 01:14:57 +0000 (12:14 +1100)
ANNOUNCE-2.6.8 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.6.8 b/ANNOUNCE-2.6.8
new file mode 100644 (file)
index 0000000..55f484c
--- /dev/null
@@ -0,0 +1,58 @@
+Subject:  ANNOUNCE: mdadm 2.6.8 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.8
+
+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.8 contains various bug fixes and minor enhancements.
+It is possibly that 2.6.8 will be the last release in the 2.x
+series and very likely that there will never be a 2.7.
+Hopefully 3.0 will be released soon making future development
+of 2.6.x unnecessary.  However if a need does arise for a 2.6.9
+it will be considered.
+
+Changelog Entries:
+    fix add_dev() handling of broken links
+    Assemble: allow --force to work even when event counts are 0.
+    mapfile:  fix bug in testing for /var/run/mdadm/
+    Incremental:  change precedence order for autof setting.
+    Adjust major number testing to allow for extended minor number in 2.6.28
+    Incremental:  allow assembly of foreign array.
+    Incremental:  fix setting of 'autof' flag.
+    Fix --incremental assembly of partitions arrays.
+    Fix NULL pointer oops
+    Fix bad metadata formatting
+    Allow WRITEMOSTLY to be cleared on --readd using --readwrite.
+    Remove .UR .UE macros from man page because the don't do what we want.
+    Grow: Fix linear-growth when devices are not all the same size.
+    Improve reporting of layout for raid10.
+    Manage: allow adding device that is just large enough to v1.x array.
+    Cosmetic cleanup of some messages.
+    Clean up usage of open()
+    Add support for distribution specific build extensions
+    Fix confusing usage in md.4 man page.
+    Describe the HOMEHOST entry in the mdadm.conf man page.
+    Some more cleanup of tests.
+    Add test for stoping and restarting a raid5 reshape.
+    Add "bitmap=" to "--detail --brief" output when relevant.
+    Improve error message when mdadm fails to stop an array.
+    Couple more man page fixes
+    Add text to man pages suggesting partition type to use for version 1.x metadata.
+    Italic/bold fixes in man pages.
+    Fix bug in forced assemble.
+    Fix an error when assembling arrays that are in the middle of a reshape.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  28th November 2008
index 031889432c21e85509e2efc5daefc5126fa73f29..88c44332ce109c5f917a590c1c4fbca4518d69ef 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.7 - 6th June 2008\n";
+char Version[] = Name " - v2.6.8 - 28th November 2008\n";
 
 /*
  * File: ReadMe.c
index 8c0a8d1894ce01ccf5e90488b28ed1486a5ede2c..90f494d6278455aa545a52014091a993d3446951 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -22,6 +22,7 @@ ANNOUNCE-2.6.4
 ANNOUNCE-2.6.5
 ANNOUNCE-2.6.6
 ANNOUNCE-2.6.7
+ANNOUNCE-2.6.8
 Assemble.c
 bitmap.c
 bitmap.h
@@ -120,6 +121,7 @@ tests/06update-uuid
 tests/06wrmostly
 tests/07autoassemble
 tests/07autodetect
+tests/07reshape5intr
 tests/07testreshape5
 tests/check
 tests/testdev
diff --git a/mdadm.8 b/mdadm.8
index 054addae82d524bf1e6752d106c9b1c3502039b3..56e6e954b8944e9e882259cbe4e9341d35f2178f 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.6.7
+.TH MDADM 8 "" v2.6.8
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 8e1a9bbc0b8c756f1a72c2ae7f9104a425063e06..d682b40ddef76a0a5c56f6ea93238c7555d30d8e 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.7
+Version:     2.6.8
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index d60c775d73e210bfc87ee466a02ed5df3c04a277..117924493ee4d28b1b9c47dab5683b792297af75 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.7
+.TH MDASSEMBLE 8 "" v2.6.8
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka