Bump version and update Changes 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 21:23:40 +0000 (23:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Feb 2014 21:23:40 +0000 (23:23 +0200)
Changes
lib/Apache2/Authen/Passphrase.pm

diff --git a/Changes b/Changes
index 383c9c999f4e3a94b47ecdacb81f3d2e86eeeb44..af807dab82e2fcd2c44a900f47b4ba6ab4f84998 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,15 @@
 Revision history for Perl extension Apache2::Authen::Passphrase.
 
-0.002 Sun 11 Aug 16:05:32 EEST 2013
-       - Add the aap-passwd utility
-       - Talk about the rootdir in the documentation
-       - Support setting the rootdir via an evironment variable
-0.001001 Sun  4 Aug 20:10:24 EEST 2013
-       - Fix the broken previous release
-
-0.001 Sun  4 Aug 19:47:54 EEST 2013
-       - Initial Release
+0.002001 2014-02-28T23:23+03:00
+ - Recommend mod_perl instead of depending on it
+
+0.002 2013-08-11T16:05+03:00
+ - Add the aap-passwd utility
+ - Talk about the rootdir in the documentation
+ - Support setting the rootdir via an evironment variable
+
+0.001001 2013-08-04T20:10+03:00
+ - Fix the broken previous release
+
+0.001 2013-08-04T19:47+03:00
+ - Initial Release
index e8a157991eba0dfd3c30549583feae52326eee4b..59ac4d437548a498b495464c428049ae15eeec4a 100644 (file)
@@ -1,6 +1,6 @@
 package Apache2::Authen::Passphrase;
 
-our $VERSION = 0.002;
+our $VERSION = 0.002001;
 
 use 5.014000;
 use strict;
This page took 0.011945 seconds and 4 git commands to generate.