From a8d04cb21e9ce2cfa37d893162df3e4943d9e480 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 25 Nov 2016 16:07:20 +0000 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ lib/Linux/Seccomp.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5785bbb..5240596 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Perl extension Linux::Seccomp. +0.002001 2016-11-25T16:07+00:00 + - Skip functionality test if seccomp_load returns -EINVAL. + This usually happens if the kernel is old or compiled without + CONFIG_SECCOMP_FILTER=y. + 0.002 2016-11-19T20:25+00:00 - Bundle libseccomp and build against it - Add a test for some essential functionality diff --git a/lib/Linux/Seccomp.pm b/lib/Linux/Seccomp.pm index 25a3d47..621b110 100644 --- a/lib/Linux/Seccomp.pm +++ b/lib/Linux/Seccomp.pm @@ -467,7 +467,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}}; our $VERSION; BEGIN{ - $VERSION = '0.002'; + $VERSION = '0.002001'; } sub AUTOLOAD { -- 2.30.2