btrfs-progs: update CHANGES for v4.9
authorDavid Sterba <dsterba@suse.com>
Wed, 14 Dec 2016 14:22:52 +0000 (15:22 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 23 Dec 2016 18:50:05 +0000 (19:50 +0100)
Signed-off-by: David Sterba <dsterba@suse.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index 3ef84e8..86ccfcd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+btrfs-progs-4.9 (2016-12-23)
+  * check: many lowmem mode updates
+  * send: use splice syscall to copy buffer from kernel
+  * receive: new option to dump the stream in textual form
+  * convert:
+    * move sources to own directory
+    * prevent accounting of blocks beyond end of the device
+    * make it work with 64k sectorsize
+  * mkfs: move sources to own directory
+  * defrag: warns if directory used without -r
+  * dev stats:
+    * new option to check stats for non-zero values
+    * add long option for -z
+  * library: version bump to 0.1.2, added subvol_uuid_search2
+  * other:
+    * cleanups
+    * docs updates
+
 btrfs-progs-4.8.5 (2016-11-30)
   * receive: fix detection of end of stream (error reported even for valid
     streams)