From: Marcus Ramberg Date: Wed, 30 Mar 2005 11:53:47 +0000 (+0000) Subject: 0.07 release. X-Git-Tag: v0.01~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=commitdiff_plain;h=4fbebaed5162478173fe8efda66f56885bc399be 0.07 release. --- diff --git a/Changes b/Changes index e7b272a..e11caea 100644 --- 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 diff --git a/FastMmap.pm b/FastMmap.pm index ed6325d..1a6e6d8 100644 --- a/FastMmap.pm +++ b/FastMmap.pm @@ -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'); diff --git a/META.yml b/META.yml index cd8a325..9ce2204 100644 --- 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: