Bump version and update Changes master
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Jun 2015 11:37:05 +0000 (14:37 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 13 Jun 2015 11:37:05 +0000 (14:37 +0300)
Changes
README
lib/Apache2/Authen/Passphrase.pm

diff --git a/Changes b/Changes
index af807dab82e2fcd2c44a900f47b4ba6ab4f84998..ec5ce6cf1ea55211bbcc555785b0ebe25e67bef2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension Apache2::Authen::Passphrase.
 
+0.002002 2015-06-13T14:37+03:00
+ - Fix for Apache 2.4
+ - Fix argument checking in aap-passwd
+ - Fix misc packaging issues
+
 0.002001 2014-02-28T23:23+03:00
  - Recommend mod_perl instead of depending on it
 
diff --git a/README b/README
index 286257e06fb3939d60c1ae6704d99608e205d793..b2aecfbcae6124528d9c223bfaa77a2cd255cc27 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache2-Authen-Passphrase version 0.002
+Apache2-Authen-Passphrase version 0.002002
 ==========================================
 
 Apache2::Authen::Passphrase is a perl module which provides easy-to-use Apache2 authentication. It exports some utility functions and it contains a PerlAuthenHandler.
@@ -18,14 +18,14 @@ DEPENDENCIES
 
 This module requires these other modules and libraries:
 
-* mod_perl2
+* mod_perl2 (optional)
 * Authen::Passphrase
 * YAML::Any
 * IO::Prompter
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2013 by Marius Gavrilescu
+Copyright (C) 2013-2015 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.14.2 or,
index 5debb55607d64c95409e1a76638ca8a02452f4f0..229ff7925f63d6b825cadd7755cd4872ba407279 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use parent qw/Exporter/;
 use subs qw/OK HTTP_UNAUTHORIZED/;
 
-our $VERSION = 0.002001;
+our $VERSION = 0.002002;
 
 use constant USER_REGEX => qr/^\w{2,20}$/pas;
 use constant PASSPHRASE_VERSION => 1;
This page took 0.012634 seconds and 4 git commands to generate.