Skip to content

Commit be8aa86

Browse files
committed
Release 4.0.5
1 parent 4859d49 commit be8aa86

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2015-2024 Tavian Barnes <[email protected]> and the bfs contributors
1+
Copyright © 2015-2025 Tavian Barnes <[email protected]> and the bfs contributors
22

33
Permission to use, copy, modify, and/or distribute this software for any purpose with or
44
without fee is hereby granted.

build/version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
1414
elif [ -e "$DIR/.git" ] && command -v git >/dev/null 2>&1; then
1515
git -C "$DIR" describe --always --dirty
1616
else
17-
echo "4.0.4"
17+
echo "4.0.5"
1818
fi

docs/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
4.*
22
===
33

4+
4.0.5
5+
-----
6+
7+
**January 18, 2025**
8+
9+
### Bug fixes
10+
11+
- Fixed a bug that could cause child processes (e.g. from `-exec`) to run with all signals blocked.
12+
The bug was introduced in version 3.3.
13+
([`af207e7`](https://github.com/tavianator/bfs/commit/af207e702148e5c9ae08047d7a2dce6394653b62))
14+
15+
### Changes
16+
17+
- Fixed the build against old liburing versions
18+
([#147](https://github.com/tavianator/bfs/issues/147))
19+
20+
- Async I/O performance optimizations
21+
22+
423
4.0.4
524
-----
625

726
**October 31, 2024**
827

9-
1028
## Bug fixes
1129

1230
- Fixed a man page typo

docs/bfs.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Copyright © Tavian Barnes <[email protected]>
22
.\" SPDX-License-Identifier: 0BSD
3-
.TH BFS 1 2024-10-31 "bfs 4.0.4"
3+
.TH BFS 1 2025-01-18 "bfs 4.0.5"
44
.SH NAME
55
bfs \- breadth-first search for your files
66
.SH SYNOPSIS

0 commit comments

Comments
 (0)