Skip to content

Commit

Permalink
Release 4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Jan 18, 2025
1 parent 4859d49 commit be8aa86
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2015-2024 Tavian Barnes <[email protected]> and the bfs contributors
Copyright © 2015-2025 Tavian Barnes <[email protected]> and the bfs contributors

Permission to use, copy, modify, and/or distribute this software for any purpose with or
without fee is hereby granted.
Expand Down
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.4"
echo "4.0.5"
fi
20 changes: 19 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 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
Expand Down

0 comments on commit be8aa86

Please sign in to comment.