[libcatalyst-plugin-session-perl] annotated tag debian/0.40-1 created (now 577e9b3)

gregor herrmann gregoa at debian.org
Wed Aug 12 19:03:35 UTC 2015


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

gregoa pushed a change to annotated tag debian/0.40-1
in repository libcatalyst-plugin-session-perl.

        at  577e9b3   (tag)
   tagging  7c038b436f976f2f480cfaaf8589db0eec26150a (commit)
  replaces  debian/0.39-2
 tagged by  gregor herrmann
        on  Wed Aug 12 21:03:31 2015 +0200

- Log -----------------------------------------------------------------
tagging package libcatalyst-plugin-session-perl version debian/0.40-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAABCgBmBQJVy5iDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGTjgP+QFre4syvQtHcJA1iCqi6AvM
Oh8BhULnAI0h7PG+X5yZl9T3oW+A+MP/aEwEojEZ4BMjUZytr5i8RIKcEAsGUP0E
csv9YhMnEn1fEwP4QlI3Qty6SltngC/D4vC//nIjBwJ3MTJZW1R5iMpmiDsWCnus
bdv6saBdDQImLSPKNu0ivaKNJ2FvurD7D3eQpDM9J6HD8FyNl0RrySs6p55/7onc
Uqke56b+lQ0c6q1vp82btofk0dUzZVaAE5CjG9PE65UujyjLJuYnh9/YZiQfHdb+
vi9itA9QetU0wAWBjC86UsfIMzN9LoJJblVfD23keKEd/KabCR1rFfUVgEVAQVmY
4StL/b6EY4YZGPjI/fdc2fEyVKOJn9u8pgohVX2bTG2fF4n8mZdj9nQ44h2KGsWH
i32N3XF0i8hz4zkpsBVqpUCmHV/tzAnNWF7lc/P1rrCgCYnqF6s/pNNJyBRPUe90
MzEis+UmiIuKVURPbAgJYB/3byi4q/G5o/nU12u6fvFWdB5zi7N41rJAhLJE2GEr
g/USBud5ShkiMKvf1bGbSJoElIU7cOx0c5Tv73O9fF1TirZDUpa9fh/NRNEJlUyo
zjBL3SaIuG4vikvFt+lBxPaCobD1M3eF9LEVPlsPf06xPNa/26DYuuSyBLp/mHWB
RiQbJREDgdJTTRzvVHRg
=Vyvg
-----END PGP SIGNATURE-----

Adam Prime (2):
      Added a failing test for a situation that occurs when you have a cookie for a session that's expired.  If you subsequently call 'session_is_valid' in the same request, the newly created session is deleted for being expired, despite the fact it was just created.
      This patch makes it so that the expiry is not looked up in the underlying store when a session has not yet committed to the store.

Andreas Marienborg (1):
      C<< requires space after << and before >>

Andrew Rodland (1):
      Code, test, docs.

Andy Grundman (3):
      Session, fixed prepare_action to do its work before passing control to other plugins
      Session, fixed bug in algorithm detection, it was always choosing SHA-256
      Session: fixed version to 0.05

Antony Gelberg (1):
      Fix over-long example of forever session.

Brian Cassidy (3):
      update changes file with some release dates and RT info
      switch to module::install
      Fix Makefile.PL's is_upgrading_needed() routine (RT #58771)

Cory G Watson (2):
      Added test to be sure that sessionid cannot be stomped!
      Remove hanging =back from Tutorial

Dan Dascalescu (1):
      Fixed minor grammar in Tutorial.pod

Devin Austin (7):
      tests pass for address change test per https://rt.cpan.org/Public/Bug/Display.html?id=71142#txn-1001261
      tooting my own horn, added myself to contributors section
      removed trailing hatespace
      updated Changes and bumped version
      updated git repo metadata
      Merge branch 'master' into tags/0.32
      updated changes

Dimitar Petrov (2):
      fix extend_session_expires to extend the current session (RT#59595)
      add test for extend_session_expires

Florian Ragwitz (3):
      Ignore .git from MANIFEST
      Add .gitignore.
      Version 0.27.

Gerda Shank (5):
      call 'extend_session_expires' in 'session_expires'
      implement 'change_session_expires'
      tweak doc for 'change_session_expires'
      expand t/cat_test.t to test session with authentication
      add some tests to t/cat_test.t

Hu Hailin (1):
      a typo and a link fixed

J. Shirley (1):
      Just fixing a typo in the pod I noticed

Jens Gassmann (2):
      Test for verify address and fix reset __address
      Checking in changes prior to tagging of version 0.32.

Jesse Sheidlower (3):
      Doc tweaks to C::P::Session::Store
      Doc tweaks to C::P::Session::Store
      typo fixing

John Napiorkowski (6):
      updated version and changlog in prep for release
      upped version, prep release
      finalize session earlier
      make early finalization an option
      docs
      prep meta data for release

Jonathan Rockway (7):
      changing default behavior to NOT check IP address of session
      croak needs Carp!
      update cookie BEFORE sending to user; change finalize to finalize_headers so that expiry is extended even when streaming
      we can't run finalize AFTER response is set; so deleteing test that ensures this
      change finalize to finalize_headers in test also (maybe should be finalize_session?!)
      move finalization to finalize but keep header munging in finalize_headers; re-add finalize test; update POD
      whitespace fix

Jonathan Yu (1):
      requred -> required, begining -> beginning

KMX (3):
      C::Plugin::Session - branche for verify_user_agent option
      C::P::Session - branche session_fixation: more sophisticated tests for session_fixation
      C::P::Session - branche session_fixation: new method change_session_id (incl. doc), new session_fixation tests pass, tested with a real application as well

Kieren Diment (3):
      Added tests for sanely persistent flash.  Will re-commit when I know if they work as expected.
      gave flash persistence tests a number
      fixed test numbering b0rkage

Lucas Kanashiro (11):
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 0.40
      Merge tag 'upstream/0.40'
      Update debian/changelog
      Update changelog info generated by dpt
      Set debhelper >= 9
      Declare compliance with Debian policy 3.9.6
      Add autopkgtest-pkg-perl
      Set year of upstream copyright
      Release libcatalyst-plugin-session-perl 0.40-1 to unstable

Marcus Ramberg (1):
      released 0.14

Maurice Aubrey (4):
      change finalize() to redispatch before saving session so other finalize methods have access to it
      make sure finalize_session() is called after all other finalize() methods have run
      cleanups; call to config() was unneeded
      add check to make sure finalize_session() was actually called

Peter Karman (4):
      switch from CAF to Moose (fixes bug raised in Session::Store::File)
      some helpful diag
      require specific versions
      require specific versions

Rafael Kitover (1):
      minor change that unfucks ::State::URI (provided by Helios)

Rob Kinyon (1):
      Found a bug in clear_flash

Robert Rothenberg (10):
      Prototype implementation of expiry_threshold, with POD
      Removed useless parameter
      Added tests for expiry threshold
      Added _get_stored_session_expires method w/related code cleanup
      Updated Makefile.PL appropriately
      Fixed so that session_expires == stored session expires
      Updated POD
      Fixed bug with updating session when expiry_threshold is set
      Updated POD w.r.t. contributors
      Updated Changes

Salvatore Bonaccorso (2):
      Update Vcs-Browser URL to cgit web frontend
      update changelog

Sascha Kiefer (2):
      Fixed Catalyst::Plugin::Session::Test::Store.pm
      Version update

Sergio Salvi (2):
      flash data is now stored inside the session
      finalize session before sending HTTP headers

Stefan Seifert (1):
      Move call to _save_session_expires to finalize_session

Ted Carnahan (1):
      Can now do $c->flash( key => param ) just like $c->stash

Tomas Doran (55):
      Unfuck Makefile.PL
      Add shipit config
      Merge flash in session and finalize before sending response patches
      Switch to MRO::Compat's maybe::next::method. I could probably use just next::method for some of these, but I'm feeling paranoid
      Checking in changes prior to tagging of version 0.19_01.  Changelog diff is:
      Add irc log of conversation about where ::Session should go, so next time this comes up I can link it in channel and we've got a starting point for discussion
      Checking in changes prior to tagging of version 0.20.  Changelog diff is:
      PAUSE hates me, didn't notice in the dev release as they aren't indexed. These packages shouldn't be PAUSE visible, so hide them.
      If we're doing this, we're doing it with namespace clean
      Checking in changes prior to tagging of version 0.21.  Changelog diff is:
      Bump required Module::Install version in everything. janus++
      Checking in changes prior to tagging of version 0.22.  Changelog diff is:
      Fix .shipit after the move
      No session fixation I can see here
      Add repository resource to all the MI Makefile.PLs
      Merge verify_user_agent branch
      Checking in changes prior to tagging of version 0.23.  Changelog diff is:
      Checking in changes prior to tagging of version 0.24.  Changelog diff is:
      Changelog, attribute kmx, strip trailing whitespace
      Checking in changes prior to tagging of version 0.26.  Changelog diff is:
      Checking in changes prior to tagging of version 0.26.  Changelog diff is:
      Tidy up config namespace and the TestApps
      Bump versions for dev release. Clean up other mentions of config->{session}
      Fix session fixation tests, kentnl++
      Checking in changes prior to tagging of version 0.28.  Changelog diff is:
      Merge 'accessor_change' into 'trunk'
      Changelog
      Merge 'session_deleted_bug' into 'trunk'
      Changelog
      Small cleanups
      Bump versions
      Clarify docs
      Checking in changes prior to tagging of version 0.30.  Changelog diff is:
      Fix RT#58856
      Optimisation - only save session if data added by application
      Back out, breaks shit
      Version 0.31
      Add MYMETA to yaml
      Clarify the comment here, it was causing confusion
      Version 0.33
      Skip test if we don't have the cookie state module yet
      Ignore MYMETA
      Make author tests properly author only
      Fix Pod coverage
      Changelog
      Version 0.35
      Skip MYMETA.json
      Fix VERSIOON, eugh
      Revert "Move call to _save_session_expires to finalize_session"
      Chop out crap that is not needed
      Fix tests
      Version 0.36
      Fix RT#81506
      Version 0.37
      Fix typo

Yuval Kogman (101):
      Big checkin of the Session plugin
      Perltidy + restore of lost test fixes
      Add Catalyst::Plugin::Session::Test::Store
      releng of session stuff
      Releng, test fixes, bug fixes for Session plugins
      live_app.t for Catalyst::Plugin::Session
      Catalyst::Plugin::Session-  reccomend some modules for live_app.t to run
      Catalyst::Plugin::Session - SYNOPSIS expanded, full pod coverage
      Perltidy + pod tests for all session plugins
      Override dump_these in session to add dump session info
      Session plugin depends on 5.49, not 5.50
      fix prereqs for Catalyst::Plugin::Session
      remove use of List::Util::first due to leaking
      Better documentation of when exactly session related things happen
      ACL + tests
      Improve debugging messages for C::P::Session
      Build.PL, prereq stuff for C::P::Session
      Pod coverage for C::P::Session::Store::Dummy
      Boilerplate for C::P::Session
      Fix broken pod
      AUTHORS section for C::P::Session
      Doc improvements for C::P::Session
      Teensy tiny doc fixed
      Fix LICNESE typo
      Doc fixes to C::P::Session from Uwe
      Refactor guts of C::P::Session to use _session and not {session}, add validate_sessionid method
      Add Test::Exception to C::P::Session prereqs
      Silly doc fix for C::P::Session
      $c->session_expire_key
      Untested $c->flash
      Lazy loading session data
      changelog + doc fixes for C::P::Session
      Document $c->flash
      Test the flash feature of C::P::Session
      Flash data is now in a separately prefixed session storage thingy
      More refactoring of green things in general
      $c->flash can also create a session id
      flash_to_stash goodness
      Some doc fixes and updates for C::P::Session
      Change method of expiry timestamp storage in Session, and write only if necessary. Breaks unit tests, but not live tests - some one please fix if you care.
      unbreak backwards compatibility
      zap t/02session_data.t
      Changelog, version bump
      pod fix
      Add Object::Signature to prereqs of Session
      Workaround for Cache::FastMmap limitation in Session
      version bump C::P::Session
      the great $c->session_expires refactoring
      Docs and a little more fixing for $c->session_expires
      changelog for C::P::Session
      Document new store semantics for Session in C::P::Session::Store
      missing values are not errors, Store doc
      make $c->flash not delete unless $c->flash was actually touched, "to allow multiple redirects" ;-)
      Document the new $c->flash "feature"
      Session TODO
      Remove warnings from C::P::Session test suite
      gphat's undef patch
      add Catalyst::Plugin::Session::Tutorial
      Fix scenario where only flash is used (as opposed to flash AND session)
      Fix unit test (code uses $c->log->warn now)
      Better flash expiration policy
      lame docs for KD's request
      kd's tests updated, code fixed
      remove Carp::longmess from Session.pm
      Session changes, no docs
      Make session extension a more explicit even of State plugins as well
      delete_session is not an internal method
      zap bad test
      Various refactorings and fixes for the session plugin's lazy loading
      fix session_is_valid
      Help out state plugins a bit more
      Changelog for C::P::Session
      Skip Build.PL in C::P::Session
      version bump
      releng for C::P::Session
      Update second test
      0.08.... *sigh*
      Catalyst::Plugin::Session::Test::Store fix
      correct order of session data finalization
      releng for Session 0.10
      more session finalization cleanups
      releng for C::P::Session 0.012 - minor refactorings for Store::Delegate
      various changes to C::P::Session, including clear_flash
      fix the session/mock object problem
      changelog + version bump C::P::Session
      fix tests for clear_flash (mocking was bad)
      releng
      foo
      foo
      foo
      foo
      foo
      fo
      foo
      foo
      nasty hack
      nasty hack
      foo
      version bump
      foo
      foo

-----------------------------------------------------------------------

No new revisions were added by this update.

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



More information about the Pkg-perl-cvs-commits mailing list