File tree 3 files changed +20
-2
lines changed
3 files changed +20
-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.2 "
17
+ echo " 4.0.3 "
18
18
fi
Original file line number Diff line number Diff line change 1
1
4.*
2
2
===
3
3
4
+ 4.0.3
5
+ -----
6
+
7
+ ** October 22, 2024**
8
+
9
+ ### Bug fixes
10
+
11
+ - Fixed an assertion failure when ` $LS_COLORS ` contained escaped NUL bytes like ` *\0.gz= `
12
+ ([ ` f5eaadb9 ` ] ( https://github.com/tavianator/bfs/commit/f5eaadb96fb94b2d3666e53a99495840a3099aec ) )
13
+
14
+ - Fixed a use-after-free bug introduced in bfs 4.0 when unregistering and re-registering signal hooks.
15
+ This could be reproduced with ` bfs -nocolor ` by repeatedly sending ` SIGINFO ` /` SIGUSR1 ` to toggle the status bar.
16
+ ([ ` 39ff273 ` ] ( https://github.com/tavianator/bfs/commit/39ff273df97e51b1285358b9e6808b117ea8adb1 ) )
17
+
18
+ - Fixed a hang present since bfs 3.0 colorizing paths like ` notdir/file ` , where ` notdir ` is a symlink pointing to a non-directory file.
19
+ ([ ` b89f22cb ` ] ( https://github.com/tavianator/bfs/commit/b89f22cbf250958a802915eb7b6bf0e5f38376ca ) )
20
+
21
+
4
22
4.0.2
5
23
-----
6
24
Original file line number Diff line number Diff line change 1
- .TH BFS 1 2024-09-17 "bfs 4.0.1 "
1
+ .TH BFS 1 2024-10-22 "bfs 4.0.3 "
2
2
.SH NAME
3
3
bfs \- breadth-first search for your files
4
4
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments