Bump version and update Changes 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 25 Nov 2016 16:07:20 +0000 (16:07 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 25 Nov 2016 16:07:20 +0000 (16:07 +0000)
Changes
lib/Linux/Seccomp.pm

diff --git a/Changes b/Changes
index 5785bbb1636fbf744a268045af1c5242ffe3c236..52405962ea5e1cd8b3c960bd771eb537ebd7739e 100644 (file)
--- 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
index 25a3d471928980b5fd6849377f416c853482f353..621b1109b3b219c7307e9b44987d4330fe46b0bf 100644 (file)
@@ -467,7 +467,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}};
 
 our $VERSION;
 BEGIN{
-       $VERSION = '0.002';
+       $VERSION = '0.002001';
 }
 
 sub AUTOLOAD {
This page took 0.012065 seconds and 4 git commands to generate.