diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:06:13 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:10:39 -0400 |
commit | 00c9d93a591db9179b4c5dacc289a2e11643e5ef (patch) | |
tree | 5b21c94481132d8c44983aad66dfe45713910e98 /RELEASES.md | |
parent | 4cfebe30000e7ce90c5763db6391137583e59700 (diff) | |
download | bfs-00c9d93a591db9179b4c5dacc289a2e11643e5ef.tar.xz |
Release 1.5.11.5.1
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 8043583..3a5277e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,17 @@ === +1.5.1 +----- + +**September 14, 2019** + +- Added a warning to `-mount`, since it will change behaviour in the next POSIX revision +- Added a workaround for environments that block `statx()` with `seccomp()`, like older Docker +- Fixed coloring of nonexistent leading directories +- Avoided calling `stat()` on all mount points at startup + + 1.5 --- |