[Catalyst-commits] r9213 - in trunk/Catalyst-Plugin-Session: .
lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Thu Feb 5 14:48:55 GMT 2009
Author: t0m
Date: 2009-02-05 14:48:54 +0000 (Thu, 05 Feb 2009)
New Revision: 9213
Removed:
trunk/Catalyst-Plugin-Session/TODO
Modified:
trunk/Catalyst-Plugin-Session/Changes
trunk/Catalyst-Plugin-Session/lib/Catalyst/Plugin/Session.pm
Log:
Checking in changes prior to tagging of version 0.20. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 9212)
+++ Changes (working copy)
@@ -1,5 +1,11 @@
Revision history for Perl extension Catalyst::Plugin::Session
+0.20 2009-02-05
+ - No code changes since 0.19_01 dev release.
+ - Add IDEAS.txt which is an irc log of discussion about the next-generation
+ session plugin from discussion on #catalyst-dev
+ - Remove TODO file, which is no longer relevant.
+
0.19_01 2009-01-09
- Switch from using NEXT to Class::C3 for method re-dispatch.
- Use shipit to package the dist.
Modified: trunk/Catalyst-Plugin-Session/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session/Changes 2009-02-05 14:37:44 UTC (rev 9212)
+++ trunk/Catalyst-Plugin-Session/Changes 2009-02-05 14:48:54 UTC (rev 9213)
@@ -1,5 +1,11 @@
Revision history for Perl extension Catalyst::Plugin::Session
+0.20 2009-02-05
+ - No code changes since 0.19_01 dev release.
+ - Add IDEAS.txt which is an irc log of discussion about the next-generation
+ session plugin from discussion on #catalyst-dev
+ - Remove TODO file, which is no longer relevant.
+
0.19_01 2009-01-09
- Switch from using NEXT to Class::C3 for method re-dispatch.
- Use shipit to package the dist.
Deleted: trunk/Catalyst-Plugin-Session/TODO
===================================================================
--- trunk/Catalyst-Plugin-Session/TODO 2009-02-05 14:37:44 UTC (rev 9212)
+++ trunk/Catalyst-Plugin-Session/TODO 2009-02-05 14:48:54 UTC (rev 9213)
@@ -1,13 +0,0 @@
-* Store::MultiFile
- - hierarchal directory structure
- - filesystem based delete_expired_sessions
- - no locking (update?)
- - NFS friendly
-* Store::BerkeleyDB
- - complement FastMmap, but no LRU silliness
-* Catalyst::Plugin::Semaphores
- - possible drivers
- - memcached
- - flock
- - berkeleydb
- - fastmmap
Modified: trunk/Catalyst-Plugin-Session/lib/Catalyst/Plugin/Session.pm
===================================================================
--- trunk/Catalyst-Plugin-Session/lib/Catalyst/Plugin/Session.pm 2009-02-05 14:37:44 UTC (rev 9212)
+++ trunk/Catalyst-Plugin-Session/lib/Catalyst/Plugin/Session.pm 2009-02-05 14:48:54 UTC (rev 9213)
@@ -13,7 +13,7 @@
use Object::Signature ();
use Carp;
-our $VERSION = '0.19_01';
+our $VERSION = '0.20';
my @session_data_accessors; # used in delete_session
BEGIN {
More information about the Catalyst-commits
mailing list