summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-02-19 15:51:31 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2018-02-19 15:52:49 +0000
commitb70cb0d0a21394d5d6b00b51f064115c2724cea8 (patch)
treef001381d2ee826e6665e003e7c6dccb084a54316 /CHANGES
parentf1b0adb46b2c193e940f8c22b35036d2ee76c673 (diff)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77c496bf..16016a33 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,24 @@
+btrfs-progs-4.15.1 (2018-02-16)
+ * build
+ * fix build on musl
+ * support asciidoctor for doc generation
+ * cleanups
+ * sync some code with kernel
+ * check: move code to own directory, split to more files
+ * tests
+ * more build tests in travis
+ * tests now pass with asan and ubsan
+ * testsuite can be exported and used separately
+
+btrfs-progs-4.15 (2018-02-01)
+ * mkfs --rootdir reworked, does not minimize the final image but can be still
+ done using a new option --shrink
+ * fix allocation of system chunk, don't allocate from the reserved area
+ * other
+ * new and updated tests
+ * cleanups, refactoring
+ * doc updates
+
btrfs-progs-4.14.1 (2018-01-05)
* dump-tree: print times of root items
* check: fix several lowmem mode bugs