commit 4904439778a8d9878a9280833ea5883556dbbd15 parent 14a1e4f41c09bbffe955d0327be896ba54579e45 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 10 Jun 2020 19:51:18 +0200 Update ChangeLog. Diffstat:
M | ChangeLog | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,16 @@ +bdf2sfd 1.1.2 (2020-06-10) + +- Use CLOCK_REALTIME if CLOCK_MONOTONIC is not available +- Get rid of the runtime variable, it is only used once +- Remove duplicate <string.h> include +- Add missing <stdio.h> include +- Add <stdint.h> include instead of <inttypes.h> +- Define _GNU_SOURCE in CMakeLists.txt to avoid cluttering source files +- Add ENABLE_SECCOMP build option, to allow building seccomp support +- Add initial seccomp support to BDF2SFD + + + bdf2sfd 1.1.1 (2020-03-30) - Free a bunch of allocations on exit, to appease LSan