diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-01-21 09:48:32 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-01-21 09:48:32 -0500 |
commit | 8199f5c1c599a39ba0a9c4ace0bacde95b4bb483 (patch) | |
tree | 24b8619312cd455a37d3e57b6ce18cd88f328207 /RELEASES.md | |
parent | d9ebd3a5c62a274f69256358734003cdcbaaef81 (diff) | |
download | bfs-8199f5c1c599a39ba0a9c4ace0bacde95b4bb483.tar.xz |
Release 2.3.12.3.1
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 4561beb..7f4b079 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,20 @@ 2.* === +2.3.1 +----- + +**January 21, 2022** + +- Fixed the build on Debian kFreeBSD + +- Fixed a crash on GNU Hurd when piping bfs's output + +- Fixed a double-`close()` on non-Linux platforms if `fdopendir()` fails + +- Reduced memory allocations on startup + + 2.3 --- |