From: Marius Gavrilescu Date: Fri, 28 Feb 2014 21:23:40 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=apache2-authen-passphrase.git;a=commitdiff_plain;h=2630fd34a2e652d05ec16764023046526f11497d Bump version and update Changes --- diff --git a/Changes b/Changes index 383c9c9..af807da 100644 --- 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 diff --git a/lib/Apache2/Authen/Passphrase.pm b/lib/Apache2/Authen/Passphrase.pm index e8a1579..59ac4d4 100644 --- a/lib/Apache2/Authen/Passphrase.pm +++ b/lib/Apache2/Authen/Passphrase.pm @@ -1,6 +1,6 @@ package Apache2::Authen::Passphrase; -our $VERSION = 0.002; +our $VERSION = 0.002001; use 5.014000; use strict;