summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-11-24 13:30:31 +0100
committerDavid Sterba <dsterba@suse.com>2016-11-25 09:56:36 +0100
commit6aea3ddac9e889995acede40bdef1ab6b39d0f20 (patch)
tree5d711b520ce85e36567ded3853787751ae9fa141 /CHANGES
parente11315343f7b91440aacaf5bc42c691ae0dd96ff (diff)
btrfs-progs: update CHANGES for v4.8.4
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 903d7ed3..29579735 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,21 @@
+btrfs-progs-4.8.4 (2016-11-25)
+ * check: support for clearing space cache v2 (free-space-tree)
+ * send:
+ * more sanity checks (with tests), cleanups
+ * fix for fstests/btrfs/038 and btrfs/117 failures
+ * build:
+ * fix compilation of standalone ioctl.h, pull NULL definition
+ * fix library link errors introduced in 4.8.3
+ * tests:
+ * add more fuzzed images from bugzilla
+ * add bogus send stream checks
+ * fixups and enhancements for CI environment builds
+ * misc refinements and updates of testing framework
+ * other:
+ * move sources for btrfs-image to own directory
+ * deprecated and not build by default: btrfs-calc-size, btrfs-show-super
+ * docs updates
+
btrfs-progs-4.8.3 (2016-11-11)
* check:
* support for clearing space cache (v1)