summaryrefslogtreecommitdiffstats
path: root/docs/CHANGELOG.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-09-06 21:15:50 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-09-06 21:15:50 -0400
commit0015b79936a58a325e80cf036c10cb1010122703 (patch)
treec9ec081016360585f251de8dac9b3667eecd907a /docs/CHANGELOG.md
parentdc0443270904bf623d5b4a8e7b9ed8467eb9c93c (diff)
downloadbfs-0015b79936a58a325e80cf036c10cb1010122703.tar.xz
Release 3.0.23.0.2
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r--docs/CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 1cc95e9..3dca97c 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,24 @@
3.*
===
+3.0.2
+-----
+
+**September 6, 2023**
+
+### Changes
+
+- `-files0-from` now allows an empty set of paths to be given, matching GNU findutils 4.9.0
+
+- Reduced memory consumption in multi-threaded searches
+
+- Many man page updates
+
+### Bug fixes
+
+- Fixed an out-of-bounds memory read that could occur when escaping a string containing an incomplete multi-byte character
+
+
3.0.1
-----