]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release 2.6.5 mdadm-2.6.5
authorNeil Brown <neilb@suse.de>
Thu, 15 May 2008 05:50:59 +0000 (15:50 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 15 May 2008 05:50:59 +0000 (15:50 +1000)
ANNOUNCE-2.6.5 [new file with mode: 0644]
ChangeLog
ReadMe.c
inventory
mdadm.8
mdadm.spec
mdassemble.8

diff --git a/ANNOUNCE-2.6.5 b/ANNOUNCE-2.6.5
new file mode 100644 (file)
index 0000000..c5f3138
--- /dev/null
@@ -0,0 +1,40 @@
+Subject:  ANNOUNCE: mdadm 2.6.5 - A tool for managing Soft RAID under Linux
+
+I am pleased to announce the availability of
+   mdadm version 2.6.5
+
+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.5 adds a few minor bug fixes to 2.6.4
+
+Changelog Entries:
+    -   Avoid segfault when parsing /proc/mdstat with auto-read-only
+       arrays.
+    -   Fix problem with failing to add devices to v.large (>4TB) arrays,
+       cause by problems with device-size overflow.
+    -   For v0.90 superblocks, print the 'Events' count as a real count,
+       not 2 numbers separated by a dot.
+    -   Updates some URLs in the man page.
+    -   Allow creation of a RAID6 with exactly one missing device.
+    -   Use LOG_PID for syslog, so you get the pid of mdadm in the log
+       files.
+    -   --export now works with --examine too (not just --detail)
+    -   Improve auto-creation of device special file when using
+        --incremental
+    -   Simple locking for --incremental so mdadm doesn't get confused
+       when run concurrently with itself.
+    -   Make --incremental cope better with arrays that are being reshaped.
+
+Development of mdadm is sponsored by
+ SUSE Labs, Novell Inc.
+
+NeilBrown  15th May 2007
index ae0c79d5a36f449add750c42193628c722d0cc1e..e22e4c8b6de9ef50b98942bbe3871e7c39cb21e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes Prior to this release
+Changes Prior to 2.6.5 release
     -   Avoid segfault when parsing /proc/mdstat with auto-read-only
        arrays.
     -   Fix problem with failing to add devices to v.large (>4TB) arrays,
index cb3290e2e68922ef0758ff0688187b8573cf6ec1..1b553951a6e05faef8c693e87392f400374f808c 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -24,7 +24,7 @@
 
 #include "mdadm.h"
 
-char Version[] = Name " - v2.6.4 - 19th October 2007\n";
+char Version[] = Name " - v2.6.5 - 15th May 2008\n";
 
 /*
  * File: ReadMe.c
index 734355405e3ad825d66df35e71f74724602d79a9..a3b29c2462254ad8eedbeb629cd6433ae0646353 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -19,6 +19,7 @@ ANNOUNCE-2.6.1
 ANNOUNCE-2.6.2
 ANNOUNCE-2.6.3
 ANNOUNCE-2.6.4
+ANNOUNCE-2.6.5
 Assemble.c
 bitmap.c
 bitmap.h
@@ -31,6 +32,7 @@ Detail.c
 dlink.c
 dlink.h
 Examine.c
+.gitignore
 Grow.c
 Incremental.c
 INSTALL
diff --git a/mdadm.8 b/mdadm.8
index d3cecb8bcd5af73b4633366846c1bc9ec678434b..a5d8e0dce018fd612f1a02e43e9eb5ba6867b16a 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.4
+.TH MDADM 8 "" v2.6.5
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index 8af8f600d403cfd7901291e60e5cc06f601571ca..dfb9dc5b677d8df375ffa50b44d35c64519c234c 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     2.6.4
+Version:     2.6.5
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tgz
 URL:         http://neil.brown.name/blog/mdadm
index 401249359ea640aa019fc796f3ba019716e5147e..945c276c1fce6b62a0bd2920840e3f812ffb51f4 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v2.6.4
+.TH MDASSEMBLE 8 "" v2.6.5
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka