[Catalyst-commits] r11549 - in
	Catalyst-Plugin-Session-Store-FastMmap/trunk: .
	lib/Catalyst/Plugin/Session/Store
    rafl at dev.catalyst.perl.org 
    rafl at dev.catalyst.perl.org
       
    Fri Oct 16 13:19:38 GMT 2009
    
    
  
Author: rafl
Date: 2009-10-16 13:19:37 +0000 (Fri, 16 Oct 2009)
New Revision: 11549
Modified:
   Catalyst-Plugin-Session-Store-FastMmap/trunk/Changes
   Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
Checking in changes prior to tagging of version 0.12.  Changelog diff is:
Index: Changes
===================================================================
--- Changes	(revision 11547)
+++ Changes	(working copy)
@@ -1,6 +1,9 @@
+0.12   16 Oct 2009
+        - Port to new session config key
+
 0.11   16 June 2009
         - Fixed warning during basic.t on Win32
-        - Added comment into doc about not being "thread-safe" 
+        - Added comment into doc about not being "thread-safe"
 
 0.10   13 May 2009
         - Change tests to be compatible with Catalyst 5.80004
Modified: Catalyst-Plugin-Session-Store-FastMmap/trunk/Changes
===================================================================
--- Catalyst-Plugin-Session-Store-FastMmap/trunk/Changes	2009-10-16 13:18:25 UTC (rev 11548)
+++ Catalyst-Plugin-Session-Store-FastMmap/trunk/Changes	2009-10-16 13:19:37 UTC (rev 11549)
@@ -1,6 +1,9 @@
+0.12   16 Oct 2009
+        - Port to new session config key
+
 0.11   16 June 2009
         - Fixed warning during basic.t on Win32
-        - Added comment into doc about not being "thread-safe" 
+        - Added comment into doc about not being "thread-safe"
 
 0.10   13 May 2009
         - Change tests to be compatible with Catalyst 5.80004
Modified: Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
===================================================================
--- Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2009-10-16 13:18:25 UTC (rev 11548)
+++ Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2009-10-16 13:19:37 UTC (rev 11549)
@@ -13,7 +13,7 @@
 use File::Spec      ();
 use Catalyst::Utils ();
 
-our $VERSION = '0.11';
+our $VERSION = '0.12';
 
 __PACKAGE__->mk_classdata(qw/_session_fastmmap_storage/);
 
    
    
More information about the Catalyst-commits
mailing list