Bump version and update Changes 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Nov 2016 20:25:29 +0000 (20:25 +0000)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 19 Nov 2016 20:25:29 +0000 (20:25 +0000)
Changes
README
lib/Linux/Seccomp.pm

diff --git a/Changes b/Changes
index aa6b6c21cbeb734af04bba2e14d2835714625a2e..5785bbb1636fbf744a268045af1c5242ffe3c236 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,10 @@
 Revision history for Perl extension Linux::Seccomp.
 
 Revision history for Perl extension Linux::Seccomp.
 
+0.002 2016-11-19T20:25+00:00
+ - Bundle libseccomp and build against it
+ - Add a test for some essential functionality
+ - Fix errors in POD
+ - Drop build-dep on Devel::CheckLib
+
 0.001 2016-07-01T01:18+03:00
  - Initial release
 0.001 2016-07-01T01:18+03:00
  - Initial release
diff --git a/README b/README
index 9e5ebce15a4bbaac5402d58d7cc84f2761a94c25..6a2e4be12cf19141797c4e7f587b56f1da9ea1db 100644 (file)
--- a/README
+++ b/README
@@ -26,10 +26,7 @@ To install this module type the following:
 
 DEPENDENCIES
 
 
 DEPENDENCIES
 
-This module requires these other modules and libraries:
-
-* Devel::CheckLib
-* libseccomp
+This module has no dependencies.
 
 COPYRIGHT AND LICENCE
 
 
 COPYRIGHT AND LICENCE
 
index d1c2034e8be420116cf8bb175e17dfd884c49b0c..25a3d471928980b5fd6849377f416c853482f353 100644 (file)
@@ -467,7 +467,7 @@ our @EXPORT = @{$EXPORT_TAGS{macros}};
 
 our $VERSION;
 BEGIN{
 
 our $VERSION;
 BEGIN{
-       $VERSION = '0.001';
+       $VERSION = '0.002';
 }
 
 sub AUTOLOAD {
 }
 
 sub AUTOLOAD {
This page took 0.012577 seconds and 4 git commands to generate.