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-08 16:15:05 +0200
commit3d341f5baac5fb26f997973eac659d5eb5a55465 (patch)
tree01cdc10fdd6773ed8e601d742f77953dca009af9
parenta351dd847873e2605e5796de94db235575304f72 (diff)
btrfs-progs: update CHANGES for v4.13
Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fa9f3bbd..d1bba6c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+btrfs-progs-4.13 (2017-09-08)
+ * convert: reiserfs support
+ * check: new option --force to allow check of a mounted filesystem (no repair)
+ * mkfs: --rootdir will now copy special files
+ * dump-tree: minor output changes
+ * inspect rootid: accept file as arugment
+ * dev usage: don't calculate slack space for missing devices
+ * fi du: don't print error on EMPTY_SUBVOL (inode number 2)
+ * build:
+ * fixed support for sanitization features on gcc (tsan, asan, ubsan)
+ * fix PIE build
+ * other:
+ * misc cleanups and stability fixes
+ * travis CI enhancements
+ * new tests, fuzzed images
+ * testsuite cleanups
+
btrfs-progs-4.12.1 (2017-08-25)
* build:
* fix cross-compilation