diff options
author | Neil Brown <neilb@suse.de> | 2003-03-12 22:24:39 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2003-03-12 22:24:39 +0000 |
commit | 56eedc1a3f077e1822a4ee0889a78d89e834b037 (patch) | |
tree | fd80377e214c75d6280254f89d42c5b84e8d6541 /ChangeLog | |
parent | d013a55e9422f251ce92decfbf39336064fd6c27 (diff) | |
download | mdadm-56eedc1a3f077e1822a4ee0889a78d89e834b037.tar.gz mdadm-56eedc1a3f077e1822a4ee0889a78d89e834b037.tar.xz mdadm-56eedc1a3f077e1822a4ee0889a78d89e834b037.zip |
mdadm-1.2.0mdadm-1.2.0
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Changes Prior to 1.2.0 release + - Fix bug where --daemonise required an argument. + - In --assemble --verbose, print appropriate message if device is + not in devices= list + - Updated mdadm.conf.5 to reflect fact that device= takes wildcards + - Typos: componenet -> component + - Reduce size of "--help" message put excess into "--help-options" + - Fix bug introduced when MD_SB_DISKS dependancy removed, and which + caused spares not be assembled properly. + - Print appropriate message if --monitor --scan decides not to + monitor anything. Changes Prior to 1.1.0 release - add --deamonise flag for --monitor - forks and prints pid to stdout - Fix bug so we REALLY clear dirty flag with -Af |