X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Changes;h=50074385caa7634d87c85c001e4eabb843f1fc8d;hb=d99bffd5b7dd9ad64c3ba3c75fa30d2b4d476fe6;hp=5785bbb1636fbf744a268045af1c5242ffe3c236;hpb=03d6d32d66ccf842001dc8d8e0b5757f8055ef11;p=linux-seccomp.git diff --git a/Changes b/Changes index 5785bbb..5007438 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ 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 + 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