Commit a561d78 1 parent af3bfcc commit a561d78 Copy full SHA for a561d78
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
14
14
elif [ -e " $DIR /.git" ] && command -v git > /dev/null 2>&1 ; then
15
15
git -C " $DIR " describe --always --dirty
16
16
else
17
- echo " 4.0.5 "
17
+ echo " 4.0.6 "
18
18
fi
Original file line number Diff line number Diff line change 1
1
4.*
2
2
===
3
3
4
+ 4.0.6
5
+ -----
6
+
7
+ ** February 26, 2025**
8
+
9
+ ### Bug fixes
10
+
11
+ - Fixed ` -fstype ` with btrfs subvolumes (requires Linux 5.8+)
12
+ ([ ` 0dccdae ` ] ( https://github.com/tavianator/bfs/commit/0dccdae4510ff5603247be871e64a6119647ea2a ) )
13
+
14
+ - Fixed ` -ls ` with timestamps very far in the future
15
+ ([ ` dd5df1f ` ] ( https://github.com/tavianator/bfs/commit/dd5df1f8997550c5bf49205578027715b957bd01 ) )
16
+
17
+ - Fixed the ` posix/exec_sigmask ` test on mips64el Linux
18
+ ([ ` 532dec0 ` ] ( https://github.com/tavianator/bfs/commit/532dec0849dcdc3e15e530ac40a8168f146a41cd ) )
19
+
20
+ - Fixed time-related tests with ` mawk 1.3.4 20250131 `
21
+ ([ #152 ] ( https://github.com/tavianator/bfs/issues/152 ) )
22
+
23
+
4
24
4.0.5
5
25
-----
6
26
Original file line number Diff line number Diff line change 1
1
.\" Copyright © Tavian Barnes <[email protected] >
2
2
.\" SPDX-License-Identifier: 0BSD
3
- .TH BFS 1 2025-01-18 "bfs 4.0.5 "
3
+ .TH BFS 1 2025-02-26 "bfs 4.0.6 "
4
4
.SH NAME
5
5
bfs \- breadth-first search for your files
6
6
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments