0.07 release.
Marcus Ramberg [Wed, 30 Mar 2005 11:53:47 +0000 (11:53 +0000)]
Changes
FastMmap.pm
META.yml

diff --git a/Changes b/Changes
index e7b272a..e11caea 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::Session::FastMmap.
 
+0.07  Wed Mar 28 21:17:00 2005
+        - Fixed urlrewrite on redirect.
 0.06  Wed Mar 09 00:48:00 2005
         - Added option for disabling url rewrite
         - Documented config options
index ed6325d..1a6e6d8 100644 (file)
@@ -9,7 +9,7 @@ use URI;
 use URI::Find;
 use File::Temp 'tempdir';
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 __PACKAGE__->mk_classdata('_session');
 __PACKAGE__->mk_accessors('sessionid');
index cd8a325..9ce2204 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Catalyst-Plugin-Session-FastMmap
-version:      0.06
+version:      0.07
 version_from: FastMmap.pm
 installdirs:  site
 requires: