Skip to content

Commit

Permalink
Release 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Feb 26, 2025
1 parent af3bfcc commit a561d78
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 20 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/bfs.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Copyright © Tavian Barnes <[email protected]>
.\" 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
Expand Down

0 comments on commit a561d78

Please sign in to comment.