]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
Fix some endian-ness issues with v1 superblocks.
[thirdparty/mdadm.git] / ChangeLog
index 4a05767ffef52955ea39ad50239386aef23047ee..ac11d1ad34c500bec439e788f9bcc009cfcb4563 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes Prior to this release
+    -   When creating devices in /dev/md/ create matching symlinks
+       from /dev.  e.g. /dev/md0 -> /dev/md/0.
+       Allow this to be disabled in mdadm.conf or on command line.
+    -   Fix some endian-ness issues with version-1 superblocks (affects
+       bigendian only).
+
+Changes Prior to 2.5.3 release
+    -   Document v0.91 superblocks in md.4
+    -   Make GPL explicit in man pages.
+    -   Fix recent breakage of starting degraded arrays.
+    -   Tidyup automatic name choice for v-1 arrays:
+         /dev/md_d0 now becomes '0', not '_d0'.
+
 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.