summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-26 11:26:13 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-26 11:26:13 -0500
commita561d782265c2157f270f0ead6b88db24e433d92 (patch)
treef3e294d9afaaa56d8a60b879532cec6dca64c714
parentaf3bfcccc484ace662c78f053f633bc883c73152 (diff)
downloadbfs-a561d782265c2157f270f0ead6b88db24e433d92.tar.xz
Release 4.0.64.0.6
-rwxr-xr-xbuild/version.sh2
-rw-r--r--docs/CHANGELOG.md20
-rw-r--r--docs/bfs.12
3 files changed, 22 insertions, 2 deletions
diff --git a/build/version.sh b/build/version.sh
index 82b7389..8f89921 100755
--- a/build/version.sh
+++ b/build/version.sh
@@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
git -C "$DIR" describe --always --dirty
else
- echo "4.0.5"
+ echo "4.0.6"
fi
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index ce011fe..3e72baf 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,26 @@
4.*
===
+4.0.6
+-----
+
+**February 26, 2025**
+
+### Bug fixes
+
+- Fixed `-fstype` with btrfs subvolumes (requires Linux 5.8+)
+ ([`0dccdae`](https://github.com/tavianator/bfs/commit/0dccdae4510ff5603247be871e64a6119647ea2a))
+
+- Fixed `-ls` with timestamps very far in the future
+ ([`dd5df1f`](https://github.com/tavianator/bfs/commit/dd5df1f8997550c5bf49205578027715b957bd01))
+
+- Fixed the `posix/exec_sigmask` test on mips64el Linux
+ ([`532dec0`](https://github.com/tavianator/bfs/commit/532dec0849dcdc3e15e530ac40a8168f146a41cd))
+
+- Fixed time-related tests with `mawk 1.3.4 20250131`
+ ([#152](https://github.com/tavianator/bfs/issues/152))
+
+
4.0.5
-----
diff --git a/docs/bfs.1 b/docs/bfs.1
index 163e475..f652106 100644
--- a/docs/bfs.1
+++ b/docs/bfs.1
@@ -1,6 +1,6 @@
.\" Copyright © Tavian Barnes <tavianator@tavianator.com>
.\" SPDX-License-Identifier: 0BSD
-.TH BFS 1 2025-01-18 "bfs 4.0.5"
+.TH BFS 1 2025-02-26 "bfs 4.0.6"
.SH NAME
bfs \- breadth-first search for your files
.SH SYNOPSIS