From: Marius Gavrilescu Date: Fri, 25 Nov 2016 16:07:20 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=linux-seccomp.git;a=commitdiff_plain;h=a8d04cb21e9ce2cfa37d893162df3e4943d9e480 Bump version and update Changes --- 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 {