Revision history for Catalyst-Plugin-Session-Store-DBIC

0.05  Mon Jul 31 16:58:32 EDT 2006
        - Bump Catalyst::Plugin::Session dependency (tests use
          session_is_valid)
        - Fix a possible bug with passing an empty string to
          Storable::thaw

0.04  Sat Jul 29 23:02:27 EDT 2006
        - Catalyst::Plugin::Session 0.06 saves the session expiration
          before the sesssion, so make sure the session row is created then
        - Minor cleanup to get_session_data and store_session_data
          methods
        - Use delete instead of delete_all to avoid object inflation
          penalty in delete_session_data and delete_expired_sessions
        - Use 'select' to fetch only the desired field from the database

0.03  Mon Mar  6 21:17:38 EST 2006
        - Check the configuration earlier for a dbic_class value

0.02  Sat Mar  4 15:55:30 EST 2006
        - Minor documentation update

0.01  Sat Mar  4 13:02:28 EST 2006
        - Initial revision