File tree 2 files changed +31
-1
lines changed
2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ gen/version.c.new::
74
74
elif test -e src/../.git && command -v git > /dev/null 2>&1 ; then \
75
75
git -C src/.. describe --always --dirty; \
76
76
else \
77
- echo " 3.1.3 " ; \
77
+ echo " 3.2 " ; \
78
78
fi | tr -d ' \n' >> $@
79
79
@printf ' ";\n' >> $@
80
80
Original file line number Diff line number Diff line change 1
1
3.*
2
2
===
3
3
4
+ 3.2
5
+ ---
6
+
7
+ ** May 2, 2024**
8
+
9
+ ### New features
10
+
11
+ - New ` -limit N ` action that quits immediately after ` N ` results
12
+
13
+ - Implemented ` -context ` (from GNU find) for matching SELinux contexts ([ #27 ] ( https://github.com/tavianator/bfs/issues/27 ) )
14
+
15
+ - Implemented ` -printf %Z ` for printing SELinux contexts
16
+
17
+ ### Changes
18
+
19
+ - The build system has been rewritten, and there is now a configure step:
20
+
21
+ $ ./configure
22
+ $ make
23
+
24
+ See ` ./configure --help ` or [ docs/BUILDING.md] ( /docs/BUILDING.md ) for more details.
25
+
26
+ - Improved platform support
27
+ - Implemented ` -acl ` on Solaris/Illumos
28
+ - Implemented ` -xattr ` on DragonFly BSD
29
+
30
+ ### Bug fixes
31
+
32
+ - Fixed some rarely-used code paths that clean up after allocation failures
33
+
4
34
3.1.3
5
35
-----
6
36
You can’t perform that action at this time.
0 commit comments