btrfs-progs: update CHANGES for 4.6
authorDavid Sterba <dsterba@suse.com>
Wed, 8 Jun 2016 09:40:02 +0000 (11:40 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 10 Jun 2016 12:50:43 +0000 (14:50 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index b5d0852..16cf686 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+btrfs-progs-4.6 (2016-06-10)
+  * convert - major rewrite:
+    * fix a long-standing bug that led to mixing data blocks into metadata block
+      groups
+    * the workaround was to do full balance after conversion, which was
+      recommended practice anyway
+    * explicitly set the lowest supported version of e2fstools to 1.41
+  * provide and install udev rules file that addresses problems with device
+    mapper devices, renames after removal
+  * send: new option: quiet
+  * dev usage: report slack space (device size minus filesystem area on the dev)
+  * image: support DUP
+  * build: short options to enable debugging builds
+  * other:
+    * code cleanups
+    * build fixes
+    * more tests and other enhancements
+
 btrfs-progs-4.5.3 (2016-05-11)
   * ioctl: fix unaligned access in buffer from TREE_SEARCH; might cause SIGBUS
     on architectures that do not support unaligned access and do not performa