We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a1e4f commit 4904439Copy full SHA for 4904439
ChangeLog
@@ -1,3 +1,16 @@
1
+bdf2sfd 1.1.2 (2020-06-10)
2
+
3
+- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available
4
+- Get rid of the runtime variable, it is only used once
5
+- Remove duplicate <string.h> include
6
+- Add missing <stdio.h> include
7
+- Add <stdint.h> include instead of <inttypes.h>
8
+- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files
9
+- Add ENABLE_SECCOMP build option, to allow building seccomp support
10
+- Add initial seccomp support to BDF2SFD
11
12
13
14
bdf2sfd 1.1.1 (2020-03-30)
15
16
- Free a bunch of allocations on exit, to appease LSan
0 commit comments