Bump version and update Changes master 0.003
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jan 2018 18:50:01 +0000 (18:50 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jan 2018 18:50:01 +0000 (18:50 +0000)
Changes
README
lib/Linux/Seccomp.pm

diff --git a/Changes b/Changes
index 52405962ea5e1cd8b3c960bd771eb537ebd7739e..50074385caa7634d87c85c001e4eabb843f1fc8d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Linux::Seccomp.
 
+0.003 2018-01-27T18:50+00:00
+ - Update bundled libseccomp to 2.3.3 (from 2.3.1)
+ - Export new system call constants added in 2.3.2 and 2.3.3
+ - Export new attribute SCMP_FLTATR_CTL_TSYNC added in 2.3.2
+
 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
diff --git a/README b/README
index 6a2e4be12cf19141797c4e7f587b56f1da9ea1db..e5b4557716e5b57b3071fa8859aa05db2625def8 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Linux-Seccomp version 0.001
+Linux-Seccomp version 0.003
 ===========================
 
 Secure Computing (seccomp) is Linux's system call filtering mechanism.
index 3d0126238d18ad4a810ea3e40b43d440ddbd2e17..7d11d6cc666245829aea386e2e5ba8baacc4cbfe 100644 (file)
@@ -474,7 +474,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}};
 
 our $VERSION;
 BEGIN{
-       $VERSION = '0.002001';
+       $VERSION = '0.003';
 }
 
 sub AUTOLOAD {
This page took 0.012499 seconds and 4 git commands to generate.