summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 14:17:29 -0700
committerDimitri John Ledkov <xnox@ubuntu.com>2018-05-08 14:17:29 -0700
commitd00c9550da1801a0eaff5cedf4312e24691b31ea (patch)
tree3881ca1764ef792259e1b70f12c884a3ac0c0715 /CHANGES
parentdab6d2181f1f194ec3a76d900cf2c6533379cbea (diff)
New upstream release.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES43
1 files changed, 43 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 16016a33..5116d633 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,46 @@
+btrfs-progs-4.16.1 (2018-04-24)
+ * remove obsolete tools: btrfs-debug-tree, btrfs-zero-log, btrfs-show-super,
+ btrfs-calc-size
+ * sb-mod: new debugging tool to edit superblock items
+ * mkfs: detect if thin-provisioned device does not have enough space
+ * check: don't try to verify checksums on metadata dump images
+ * build: fail documentation build if xmlto is not found
+ * build: fix build of btrfs.static
+
+btrfs-progs-4.16 (2018-04-06)
+ * libbtrfsutil - new LGPL library to wrap userspace functionality
+ * several 'btrfs' commands converted to use it:
+ * properties
+ * filesystem sync
+ * subvolume set-default/get-default/delete/show/sync
+ * python bindings, tests
+ * build
+ * use configured pkg-config path
+ * CI: add python, musl/clang, built dependencies caching
+ * convert: build fix for e2fsprogs 1.44+
+ * don't install library links with wrong permissions
+ * fixes
+ * prevent incorrect use of subvol_strip_mountpoint
+ * dump-super: don't verify csum for unknown type
+ * convert: fix inline extent creation condition
+ * check:
+ * lowmem: fix false alert for 'data extent backref lost for snapshot'
+ * lowmem: fix false alert for orphan inode
+ * lowmem: fix false alert for shared prealloc extents
+ * mkfs:
+ * add UUID and otime to root of FS_TREE - with the uuid, snapshots will
+ be now linked to the toplevel subvol by the parent UUID
+ * don't follow symlinks when calculating size
+ * pre-create the UUID tree
+ * fix --rootdir with selinux enabled
+ * dump-tree: add option to print only children nodes of a given block
+ * image: handle missing device for RAID1
+ * other
+ * new tests
+ * test script cleanups (quoting, helpers)
+ * tool to edit superblocks
+ * updated docs
+
btrfs-progs-4.15.1 (2018-02-16)
* build
* fix build on musl