This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libplack-middleware-session-perl.

      from  8334b91   releasing package libplack-middleware-session-perl 
version 0.25-1
      adds  0f43b72   Fixes doc typo.
      adds  31cbb78   Merge pull request #22 from oalders/master
      adds  551a758   Document that arbitrary session table names are possible.
      adds  ec7b053   Merge pull request #23 from oalders/master
      adds  e9456fc   Improve SYNOPSIS
      adds  24b7b2d   Merge pull request #24 from basiliscos/master
      adds  06c9d18   fix VERSION (will be bumped in the next release with 
Milla)
      adds  38bad02   - Fixed the pod link to package 
Catalyst::Plugin::Session::Store::DBI in   the "AUTHOR" section of the pod 
document of the package Plack::Session::Store::DBI.
      adds  beb344c   add link to the URL. #27
      adds  8054c53   Move expire logic into expire_session
      adds  df17b41   Factor {change_id} into its own method, prioritize over 
{no_store}
      adds  a9aba01   Write updates to session stores at the end of the request
      adds  042eb1b   Document psgix.session.options subkeys
      adds  78cab08   Merge pull request #28 from alexmv/late-session-storage
      adds  0fc5ad2   add travis
      adds  c5f302d   0.26
      adds  e164ad9   Move late session storage to an option, to prevent race 
conditions
      adds  31c19da   Ensure that change_id is updated before storage
      adds  3318c4f   Merge pull request #30 from alexmv/session-storage-race
      adds  ada5d5e   0.27
      adds  5b90fb8   0.28
      adds  0017d9a   rebuild meta
      adds  54c4e7b   disable RELEASE_TESTING
      adds  f4d2202   0.29
      adds  9372042   bump VERSION
      adds  302030f   0.30
      adds  07d6216   Imported Upstream version 0.30
       new  1ba2e1b   Merge tag 'upstream/0.30'
       new  f698447   Update debian/changelog
       new  e9de6c1   Update debian/upstream/metadata. Upstream Git repo moved.
       new  266ac1e   Refresh switch-to-digest-sha.patch.
       new  7e2a92c   releasing package libplack-middleware-session-perl 
version 0.30-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL                                  |   4 +-
 Changes                                   |  17 ++++
 MANIFEST                                  |   3 +-
 META.json                                 |  32 ++++---
 META.yml                                  |  24 +++---
 README                                    | 136 +++++++++++++++++++++---------
 debian/changelog                          |   9 ++
 debian/patches/switch-to-digest-sha.patch |   4 +-
 debian/upstream/metadata                  |   6 +-
 lib/Plack/Middleware/Session.pm           |  78 +++++++++++++++--
 lib/Plack/Middleware/Session/Cookie.pm    |  21 ++++-
 lib/Plack/Session.pm                      |   2 +-
 lib/Plack/Session/Cleanup.pm              |  57 +++++++++++++
 lib/Plack/Session/State.pm                |   2 +-
 lib/Plack/Session/State/Cookie.pm         |   2 +-
 lib/Plack/Session/Store.pm                |   2 +-
 lib/Plack/Session/Store/Cache.pm          |   2 +-
 lib/Plack/Session/Store/DBI.pm            |  18 +++-
 lib/Plack/Session/Store/File.pm           |   2 +-
 lib/Plack/Session/Store/Null.pm           |   2 +-
 t/012_streaming.t                         |  37 +++++++-
 21 files changed, 367 insertions(+), 93 deletions(-)
 create mode 100644 lib/Plack/Session/Cleanup.pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-session-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to