commit 8c369d5f906ffd833d92919cfcb39763db687bc4 parent ac82118befb29da577a71056fc315f7b9b53ae80 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 30 Oct 2019 09:10:50 +0100 Update ChangeLog. Diffstat:
M | ChangeLog | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,17 @@ +Logswan 2.1.1 (2019-10-30) + +- Check if system has seccomp in CMakeLists.txt +- Use the HAVE_SECCOMP macro to check whether or not to enable seccomp +- Define and use a GEOIP2DB macro to specify GeoLite2 database name +- Add a switch (-d) to allow specifying path to a GeoIP2 database file +- Define and use a LOGSWAN_SYSCALL_ALLOW macro to make code more readable +- Adding missing #include guard in seccomp.h header file +- Use __NR_ instead of SYS_ prefix in LOGSWAN_SYSCALL_ALLOW +- Fix the build on aarch64 Linux, where the open() syscall does not exist +- Add error checking for both prctl() calls + + + Logswan 2.1.0 (2019-10-23) - Add FALLTHROUGH comments where appropriate