X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CHANGES;h=16016a3324165528add708c04798b634a200693e;hb=0155481cc91285c75992603dfa6204a4fb6b698d;hp=3ee28959f520f7e84973bd2cb94b2b2f57e6538c;hpb=1de62cf877d17429d71457ffd388ac5ac2995cf3;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/CHANGES b/CHANGES index 3ee2895..16016a3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,35 @@ +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 + * convert: fix rollback after balance + * other + * new and updated tests, enabled lowmem mode in CI + * docs updates + * fix travis CI build + * build fixes + * cleanups + btrfs-progs-4.14 (2017-11-16) * build: libzstd now required by default * check: more lowmem mode repair enhancements