Bump version and update Changes master 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Sep 2015 15:25:02 +0000 (18:25 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 12 Sep 2015 15:25:02 +0000 (18:25 +0300)
Changes
README
lib/Apache2/AuthzCaps.pm
lib/Apache2_4/AuthzCaps.pm

diff --git a/Changes b/Changes
index 18cb1e8f5c2bed33daff028386ef7446c3d330ea..ef3a5fa42f89e959d419f2190d3c056886e16ae2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension Apache2::AuthzCaps.
 
+0.002 2015-09-12T18:25+03:00
+ - Add Apache 2.4 support
+ - Get rid of smartmatch
+
 0.001001 2014-02-28T23:32+03:00
  - Recommend mod_perl instead of depending on it
  - Silence warnings about exprimental smartmatch
diff --git a/README b/README
index 099808b4f2dc7b0b2a5ce95ea8396549d1d6e74d..de9392daa6288227224e8a5fc3c9c5848407c085 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache2-AuthzCaps version 0.001
+Apache2-AuthzCaps version 0.002
 ===============================
 
 Apache2::AuthzCaps is a perl module which provides simple Apache2
index 0056efe3be654e30a81b42ceb0673859dbaa87aa..1ad22607176c6bb3a4184c49d758bfaaff9456a7 100644 (file)
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 use subs qw/OK DECLINED/;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 use if $ENV{MOD_PERL}, 'Apache2::Access';
 use if $ENV{MOD_PERL}, 'Apache2::Const' => qw/OK DECLINED/;
index 23a9a9300d947f766786153fb28d402a7f982833..f47e652627eca5ba83b9369f591f0c962e78b771 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 use Apache2::AuthzCaps 'hascaps';
 use Apache2::Const qw/AUTHZ_GRANTED AUTHZ_DENIED AUTHZ_DENIED_NO_USER/;
This page took 0.012096 seconds and 4 git commands to generate.