summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-01-18 15:36:46 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-01-18 15:36:46 -0500
commitbe8aa86151fe540899c572cb1305c2ab7bbb52de (patch)
treef81cb310ebf7abe7aed0264275f8a831da3ae094
parent4859d498c7b80f8bc05621241fbb5c1ff7d80c83 (diff)
downloadbfs-4.0.5.tar.xz
Release 4.0.54.0.5
-rw-r--r--LICENSE2
-rwxr-xr-xbuild/version.sh2
-rw-r--r--docs/CHANGELOG.md20
-rw-r--r--docs/bfs.12
4 files changed, 22 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index 9fd4f17..b0b26e0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2015-2024 Tavian Barnes <tavianator@tavianator.com> and the bfs contributors
+Copyright © 2015-2025 Tavian Barnes <tavianator@tavianator.com> and the bfs contributors
Permission to use, copy, modify, and/or distribute this software for any purpose with or
without fee is hereby granted.
diff --git a/build/version.sh b/build/version.sh
index ba5447f..82b7389 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.4"
+ echo "4.0.5"
fi
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 7f3c7b7..ce011fe 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,12 +1,30 @@
4.*
===
+4.0.5
+-----
+
+**January 18, 2025**
+
+### Bug fixes
+
+- Fixed a bug that could cause child processes (e.g. from `-exec`) to run with all signals blocked.
+ The bug was introduced in version 3.3.
+ ([`af207e7`](https://github.com/tavianator/bfs/commit/af207e702148e5c9ae08047d7a2dce6394653b62))
+
+### Changes
+
+- Fixed the build against old liburing versions
+ ([#147](https://github.com/tavianator/bfs/issues/147))
+
+- Async I/O performance optimizations
+
+
4.0.4
-----
**October 31, 2024**
-
## Bug fixes
- Fixed a man page typo
diff --git a/docs/bfs.1 b/docs/bfs.1
index 1a20069..163e475 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 2024-10-31 "bfs 4.0.4"
+.TH BFS 1 2025-01-18 "bfs 4.0.5"
.SH NAME
bfs \- breadth-first search for your files
.SH SYNOPSIS