Skip to content

Commit 4904439

Browse files
committed
Update ChangeLog.
1 parent 14a1e4f commit 4904439

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
114
bdf2sfd 1.1.1 (2020-03-30)
215

316
- Free a bunch of allocations on exit, to appease LSan

0 commit comments

Comments
 (0)