updated version number and changes.
Marcus Ramberg [Tue, 8 Mar 2005 23:49:08 +0000 (23:49 +0000)]
Changes
FastMmap.pm

diff --git a/Changes b/Changes
index 056a459..e7b272a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Session::FastMmap.
 
+0.06  Wed Mar 09 00:48:00 2005
+        - Added option for disabling url rewrite
+        - Documented config options
 0.05  Tue Mar 08 12:39:00 2005
         - fix bug with old sessions after server restart.
         -  Fixed useless warning on missing output
index c9c8113..9ec3485 100644 (file)
@@ -9,7 +9,7 @@ use URI;
 use URI::Find;
 use File::Temp 'tempdir';
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 __PACKAGE__->mk_classdata('_session');
 __PACKAGE__->mk_accessors('sessionid');
@@ -169,7 +169,7 @@ how many seconds until the session expires. defaults to 1 day
 How often should the system purge sessions. Defaults to 1 time
 per day.
 
-=head auto_purge_on_set
+=head3 auto_purge_on_set
 
 Is auto purge enabled? defaults to true.