summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-07-28 15:29:46 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-25 15:24:25 +0200
commitbef1270572203fc248ef2cf61c5a052a2d5e17ed (patch)
treed811459ea301ac57a8ca64549dd84bc4cc738415
parent5faec9843985b9e9324a2c562d22e111bcdd668a (diff)
btrfs-progs: update CHANGES for v4.13.1
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d1bba6c6..ba7df2a7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+btrfs-progs-4.13.1 (2017-09-25)
+ * image: speed up generating the sanitized names, do not generate unprintable chars
+ * completion: add missing commands, better mount point detection
+ * restore: add zstd support; libzstd detected automatically, will be
+ requested by default in the future, or can be configured out
+ * other:
+ * misc fixes found by sparse
+ * doc enhancements, ioctl manual page started
+ * updated and new tests
+ * build fixes
+
btrfs-progs-4.13 (2017-09-08)
* convert: reiserfs support
* check: new option --force to allow check of a mounted filesystem (no repair)