]> Sergey Matveev's repositories - bfs.git/commitdiff
Release 3.0.4
authorTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 03:50:16 +0000 (23:50 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Fri, 13 Oct 2023 03:50:16 +0000 (23:50 -0400)
GNUmakefile
docs/CHANGELOG.md
src/config.h

index 27d667472d92a5d8d1a7aee9be5d6121265084b3..011e39754e49b97e43ec7c2e76b05e72d3877a98 100644 (file)
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
 endif
 
 ifndef VERSION
-VERSION := 3.0.3
+VERSION := 3.0.4
 endif
 
 ifndef OS
index 253dd46eb0394cc7fff38c728233c63602df331e..3b07f01f0e926122b22f589fac2f1814907e27d7 100644 (file)
@@ -1,6 +1,18 @@
 3.*
 ===
 
+3.0.4
+-----
+
+**October 12, 2023**
+
+### Bug Fixes
+
+- Fixed a segfault when reporting errors under musl ([`d40eb87`])
+
+[`d40eb87`]: https://github.com/tavianator/bfs/commit/d40eb87cc00f50a5debb8899eacb7fcf1065badf
+
+
 3.0.3
 -----
 
index 980980a6b8f72883879262cf4277ee50668eca80..38ca69b3e80cac8c8cfb24a5424d9011713f6221 100644 (file)
@@ -22,7 +22,7 @@
 #  define BFS_COMMAND "bfs"
 #endif
 #ifndef BFS_VERSION
-#  define BFS_VERSION "3.0.3"
+#  define BFS_VERSION "3.0.4"
 #endif
 #ifndef BFS_HOMEPAGE
 #  define BFS_HOMEPAGE "https://tavianator.com/projects/bfs.html"