]>
Commit | Line | Data |
---|---|---|
bcf524c1 MG |
1 | Revision history for Perl extension Linux::Seccomp. |
2 | ||
a8d04cb2 MG |
3 | 0.002001 2016-11-25T16:07+00:00 |
4 | - Skip functionality test if seccomp_load returns -EINVAL. | |
5 | This usually happens if the kernel is old or compiled without | |
6 | CONFIG_SECCOMP_FILTER=y. | |
7 | ||
03d6d32d MG |
8 | 0.002 2016-11-19T20:25+00:00 |
9 | - Bundle libseccomp and build against it | |
10 | - Add a test for some essential functionality | |
11 | - Fix errors in POD | |
12 | - Drop build-dep on Devel::CheckLib | |
13 | ||
bcf524c1 MG |
14 | 0.001 2016-07-01T01:18+03:00 |
15 | - Initial release |