summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43adfa2..bc0653f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
Changes Prior to this release
+Changes Prior to 1.0.9 release
+ - Documentation updates including kernel parameters documented
+ in md.4
+ - --assemble --force for raid4/5 will mark clean, needed for 2.5
+ - --detail prints out the events counter as well
+ - flush device before reading superblock to be sure to get
+ current data
+ - added mdadm.static target to makefile for static linking
+ - --monitor was ignoring /dev/md0 due to off-by-one error
+ - Fix assorted typos
+ - Fix printing of Gibibytes - calc was wrong.
+ - Fix printing of Array Size in --detail when very big.
+ - --monitor no longer tries to work for raid0 or linear as these
+ have nothing to be monitors.
+ - The word 'partitions' on a DEVICE line will cause all partitions
+ listed in /proc/partitions to be considered
+ - If the config file is called 'partitions' then it will be treated
+ as though it contained exactly 'device partitions' so e.g.
+ mdadm -Ebsc partitions
+ will fill all raid partitions easily.
+ - successfully assemble multipath devices by ignoring raid_disk
+ value from superblock (it is always the same).
+ - --assemble not tied to MD_SB_DISKS limit quite so much
+ - Support compiling with tcc
+ - Support compiling with uclibc - just skip scan of /dev
+ - Add --update= option for Assemble mode. Either sparc2.2
+ or super-minor updates are possible. See mdadm.8
+
+Changes Prior to 1.0.1 release
- Round off MB/GiB etc values instead of round down.
- Add --sparc2.2 option to examine to shift superblock around
and --sparc2.2update to rewrite the superblock
+ - Fix assorted typos in online help
Changes Prior to 1.0.0 release
- Allow --config with Misc mode (for --examine --scan)