summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-03-31 14:20:21 +0200
committerDavid Sterba <dsterba@suse.com>2017-08-24 19:54:56 +0200
commit323fd64bc4c7aea0b6b57e22d207f0521ff4165d (patch)
tree4b9fe6ab1fa79bf4eed41924ed19456322d0916f /CHANGES
parent4daf0d52f82833941afc4b596feee5ca80bb7256 (diff)
btrfs-progs: update CHANGES for v4.12.1
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index db24f7c6..fa9f3bbd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+btrfs-progs-4.12.1 (2017-08-25)
+ * build:
+ * fix cross-compilation
+ * use gnu90 explicitly
+ * dump-tree: more relaxed checks so -b can print block on a damaged fs
+ * convert: fix the 1MB range exclusion
+ * check: more dir_item hash checks
+ * other
+ * added missing getopt spec for some options
+ * doc fixes
+ * cleanups
+ * test updates
+
btrfs-progs-4.12 (2017-07-26)
* subvol show: new options --rootid, --uuid to show subvol by the given spec
* convert: progress report fixes, found by tsan