]> git.ipfire.org Git - thirdparty/mdadm.git/blob - ChangeLog
Merge branch 'master' into devel-3.1
[thirdparty/mdadm.git] / ChangeLog
1 Please see git logs for detailed change log.
2 This file just contains highlight.
3
4 Changes Prior to release 3.0.3
5 - Improvements for creating arrays giving just a name, like 'foo',
6 rather than the full '/dev/md/foo'.
7 - Improvements for assembling member arrays of containers.
8 - Improvements to test suite
9 - Add option to change increment for RebuildNN messages reported
10 by "mdadm --monitor"
11 - Improvements to mdmon 'hand-over' from initrd to final root.
12 - Handle merging of devices that have left an IMSM array and are
13 being re-incorporated.
14 - Add missing space in "--detail --brief" output.
15
16 Changes Prior to release 3.0.2
17 - Fix crash when hosthost is not set, as often happens in
18 early boot.
19
20 Changes Prior to release 3.0.1
21 - Fix various segfaults
22 - Fixed for --examine with containers
23 - Lots of other little fixes.
24
25 Changes Prior to release 3.0
26 - Support for externally managed metadata, specifically DDF and IMSM.
27 - Depend on udev to create entries in /dev, rather than creating them
28 ourselves.
29 - remove --auto-update-home-hosts
30 - new config file line "auto"
31 - new "<ignore>" and "any" options for "homehost"
32 - numerous bug fixes and minor enhancements.