]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ChangeLog
mdadm-0.7.2
[thirdparty/mdadm.git] / ChangeLog
index 82a2b7b7aed84390dc9121625185fc3e30a4ec5d..ac837325576dbb43aa0b757347a58bf7685d3e51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,22 @@
-
+Changes Prior to this release
+    -   mdadm.spec updates and ifdef BLKGETSIZE64 from  Luca Berra -- bluca@comedia.it
+    -   more mdadm.spec updates from  Gregory Leblanc <gleblanc@linuxweasel.com>
+    -   make directory for mdadm.conf configurable in Makefile
+    -   Finished mdadm.conf.5.  Removed details of conf file from
+       mdadm.8 leaving a reference to mdadm.conf.5.
+    -   Fix bug in Assemble.c, thanks to Junaid Rizvi <domdev@sat.net.pk>
+    -   Get --assemble --force to make sure old major/minor numbers are
+        consistant, as md.c worries about this :-(
+       
+       
+Changes Prior to 0.7.1 release
+    -   update mdadm.spec
+    -   use BLKGETSIZE64 if available for array size
+    -   give human readable as GiB/MiB and GB and MB, with 2 decimal point precision
+    -   Only warn about size variation for raid1/4/5.
+    -   Started md.4 man page
+    -   Started mdadm.conf.5 man page
+       
 Changes Prior to 0.7 release   
 
     -   Fix makefile to install binary at /sbin and not /sbin/sbin