btrfs-progs: update CHANGES for 4.5.3
authorDavid Sterba <dsterba@suse.com>
Mon, 2 May 2016 13:32:02 +0000 (15:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 11 May 2016 14:39:28 +0000 (16:39 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index 6186808..a70751d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+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
+    any fixups
+  * improved validation checks of superblock and chunk-related structures
+  * subvolume sync: fix handling of -s option
+  * balance: adjust timing of safety delay countdown with --full-balance
+  * rescue super-recover: fix reversed condition check
+  * check: fix bytes_used accounting
+  * documentation updates: mount options, scrub, send, receive, select-super,
+    check, mkfs
+  * testing: new fuzzed images, for superblock and chunks
+
 btrfs-progs-4.5.2 (2016-05-02)
   * new/moved command: btrfs-calc-stats -> btrfs inspect tree-stats
   * check: fix false alert for metadata blocks crossing stripe boundary