summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-03-06 18:55:16 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-03-06 18:55:16 -0500
commita1e288cb6a2482b7acc1edb92eea9d676da0729f (patch)
treea6cc76b3ce4bc2ca78d1550114bb3f3a674ac17d /docs/CHANGELOG.md
parentf64f76b55400b71e8576ed7e4a377eb5ef9576aa (diff)
downloadbfs-a1e288cb6a2482b7acc1edb92eea9d676da0729f.tar.xz
Release 3.1.33.1.3
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r--docs/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 9d03705..672c2b4 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,18 @@
3.*
===
+3.1.3
+-----
+
+**March 6, 2024**
+
+### Bug fixes
+
+- On Linux, the `io_uring` feature probing introduced in `bfs` 3.1.2 only applied to one thread, causing all other threads to avoid using io_uring entirely.
+ The probe results are now copied to all threads correctly.
+ ([`f64f76b`](https://github.com/tavianator/bfs/commit/f64f76b55400b71e8576ed7e4a377eb5ef9576aa))
+
+
3.1.2
-----