summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2017-10-18 13:15:59 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2017-10-18 13:15:59 +0100
commit74d288e05c2d0cb97186f51049813b3e5b5bb0cd (patch)
tree4fc213398dc89e053d53ff7d42102942470e9cb5 /CHANGES
parent569a646293cd782de7665b6158514f3b48d229d3 (diff)
New upstream release.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES60
1 files changed, 60 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index db24f7c6..1bf16f8a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,63 @@
+btrfs-progs-4.13.3 (2017-10-16)
+ * check: fix --force, wrong check for a mounted block device
+ * build: fix --with-convert parsing
+ * subvol list: don't list TOPLEVEL
+ * other: update tests
+
+btrfs-progs-4.13.2 (2017-10-06)
+ * subvol list:
+ * don't list toplevel subvolume among deleted (broken since 4.8.3)
+ * minor adjustments of uuid print format
+ * subvol delete:
+ * fix swapped behaviour of --commit-each and --commit-after
+ * fix potentially lost sync if subvolumes are from different filesystems
+ * check: add cache for metadata blocks, should improve performance
+ * other:
+ * new tests, testsuite updates
+ * doc updates
+ * cleanups
+
+btrfs-progs-4.13.1 (2017-09-25)
+ * image: speed up generating the sanitized names, do not generate unprintable chars
+ * completion: add missing commands, better mount point detection
+ * restore: add zstd support; libzstd detected automatically, will be
+ requested by default in the future, or can be configured out
+ * other:
+ * misc fixes found by sparse
+ * doc enhancements, ioctl manual page started
+ * updated and new tests
+ * build fixes
+
+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
+ * 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