[libcatalyst-plugin-session-perl] 04/10: Update debian/changelog

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Aug 12 18:58:06 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libcatalyst-plugin-session-perl.

commit df49d6346df0a61feba24a94d0d575188b082be0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Aug 12 15:40:57 2015 -0300

    Update debian/changelog
    
    Gbp-Dch: Ignore
---
 debian/changelog | 403 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 401 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b877c4e..bf4556a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libcatalyst-plugin-session-perl (0.39-3) UNRELEASED; urgency=medium
+libcatalyst-plugin-session-perl (0.40-1) UNRELEASED; urgency=medium
+
+  ** SNAPSHOT build @93e4b864046f4a1411676752c6f4d935e9e19d0e **
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
@@ -6,7 +8,404 @@ libcatalyst-plugin-session-perl (0.39-3) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 16 Aug 2014 09:30:03 +0200
+  [ Yuval Kogman ]
+  * 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
+
+  [ Andy Grundman ]
+  * Session, fixed prepare_action to do its work before passing control to other plugins
+
+  [ Yuval Kogman ]
+  * Better documentation of when exactly session related things happen
+  * ACL + tests misc fixes for the authen, authz::roles move dummy session store out of t/lib so that it's reusable
+  * 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
+
+  [ Sascha Kiefer ]
+  * Fixed Catalyst::Plugin::Session::Test::Store.pm
+
+  [ Yuval Kogman ]
+  * Doc improvements for C::P::Session
+
+  [ Sascha Kiefer ]
+  * Version update
+
+  [ Yuval Kogman ]
+  * 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
+
+  [ Andy Grundman ]
+  * Session, fixed bug in algorithm detection, it was always choosing SHA-256
+
+  [ Yuval Kogman ]
+  * 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
+
+  [ Jesse Sheidlower ]
+  * Doc tweaks to C::P::Session::Store
+  * Doc tweaks to C::P::Session::Store
+
+  [ Yuval Kogman ]
+  * make $c->flash not delete unless $c->flash was actually touched, "to allow multiple redirects" ;-)
+  * Document the new $c->flash "feature"
+
+  [ Andy Grundman ]
+  * Session: fixed version to 0.05
+
+  [ Yuval Kogman ]
+  * Session TODO
+  * Remove warnings from C::P::Session test suite
+  * gphat's undef patch
+
+  [ Cory G Watson ]
+  * Added test to be sure that sessionid cannot be stomped!
+
+  [ Yuval Kogman ]
+  * 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
+
+  [ Kieren Diment ]
+  * Added tests for sanely persistent flash.  Will re-commit when I know if they work as expected.
+
+  [ Yuval Kogman ]
+  * kd's tests updated, code fixed
+  * remove Carp::longmess from Session.pm
+
+  [ Kieren Diment ]
+  * gave flash persistence tests a number
+  * fixed test numbering b0rkage
+
+  [ Yuval Kogman ]
+  * Session changes, no docs Expiry protocol changed State plugins now implement get_session_id, set_session_id and delete_session_id
+  * 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*
+
+  [ Cory G Watson ]
+  * Remove hanging =back from Tutorial
+
+  [ Yuval Kogman ]
+  * 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
+
+  [ Rob Kinyon ]
+  * Found a bug in clear_flash
+
+  [ Yuval Kogman ]
+  * fix tests for clear_flash (mocking was bad)
+
+  [ Jonathan Rockway ]
+  * changing default behavior to NOT check IP address of session
+
+  [ Ted Carnahan ]
+  * Can now do $c->flash( key => param ) just like $c->stash
+
+  [ Marcus Ramberg ]
+  * released 0.14
+
+  [ Jonathan Rockway ]
+  * croak needs Carp!
+
+  [ Hu Hailin ]
+  * a typo and a link fixed
+
+  [ J. Shirley ]
+  * Just fixing a typo in the pod I noticed
+
+  [ Yuval Kogman ]
+  * releng
+
+  [ Maurice Aubrey ]
+  * 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
+
+  [ Yuval Kogman ]
+  * foo
+  * foo
+  * foo
+  * foo
+  * foo
+  * fo
+  * foo
+  * foo
+  * nasty hack
+  * nasty hack
+
+  [ Brian Cassidy ]
+  * update changes file with some release dates and RT info
+
+  [ Jonathan Rockway ]
+  * 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
+
+  [ Yuval Kogman ]
+  * foo
+  * version bump
+  * foo
+  * foo
+
+  [ Brian Cassidy ]
+  * switch to module::install
+
+  [ Jesse Sheidlower ]
+  * typo fixing
+
+  [ Tomas Doran ]
+  * Unfuck Makefile.PL
+
+  [ Sergio Salvi ]
+  * flash data is now stored inside the session
+  * finalize session before sending HTTP headers
+
+  [ Tomas Doran ]
+  * Add shipit config
+  * 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.
+
+  [ Peter Karman ]
+  * switch from CAF to Moose (fixes bug raised in Session::Store::File)
+
+  [ Tomas Doran ]
+  * If we're doing this, we're doing it with namespace clean
+
+  [ Peter Karman ]
+  * some helpful diag
+  * require specific versions
+  * require specific versions
+
+  [ Tomas Doran ]
+  * 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
+
+  [ KMX ]
+  * C::Plugin::Session - branche for verify_user_agent option
+
+  [ Tomas Doran ]
+  * 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:
+
+  [ Dan Dascalescu ]
+  * Fixed minor grammar in Tutorial.pod
+
+  [ KMX ]
+  * 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
+
+  [ Tomas Doran ]
+  * Changelog, attribute kmx, strip trailing whitespace
+
+  [ Rafael Kitover ]
+  * minor change that unfucks ::State::URI (provided by Helios)
+
+  [ Tomas Doran ]
+  * 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}
+
+  [ Florian Ragwitz ]
+  * Ignore .git from MANIFEST
+  * Add .gitignore.
+  * Version 0.27.
+
+  [ Andrew Rodland ]
+  * Code, test, docs.
+
+  [ Tomas Doran ]
+  * Fix session fixation tests, kentnl++
+  * Checking in changes prior to tagging of version 0.28.  Changelog diff is:
+
+  [ Adam Prime ]
+  * 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. Probably not the most graceful way to do it, but it works.
+
+  [ Tomas Doran ]
+  * Changelog
+  * Changelog
+  * Small cleanups
+  * Bump versions
+
+  [ Jonathan Yu ]
+  * requred -> required, begining -> beginning
+
+  [ Tomas Doran ]
+  * Clarify docs
+
+  [ Brian Cassidy ]
+  * Fix Makefile.PL's is_upgrading_needed() routine (RT #58771)
+
+  [ Tomas Doran ]
+  * Checking in changes prior to tagging of version 0.30.  Changelog diff is:
+
+  [ Antony Gelberg ]
+  * Fix over-long example of forever session.
+
+  [ Tomas Doran ]
+  * Fix RT#58856
+  * Optimisation - only save session if data added by application
+  * Back out, breaks shit
+  * Version 0.31
+
+  [ Jens Gassmann ]
+  * Test for verify address and fix reset __address
+  * Checking in changes prior to tagging of version 0.32.
+
+  [ Tomas Doran ]
+  * Add MYMETA to yaml
+
+  [ Stefan Seifert ]
+  * Move call to _save_session_expires to finalize_session
+
+  [ Dimitar Petrov ]
+  * fix extend_session_expires to extend the current session (RT#59595)
+
+  [ Tomas Doran ]
+  * Clarify the comment here, it was causing confusion
+  * Version 0.33
+
+  [ Devin Austin ]
+  * 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
+  * updated changes
+
+  [ Gerda Shank ]
+  * call 'extend_session_expires' in 'session_expires'
+
+  [ Dimitar Petrov ]
+  * add test for extend_session_expires
+
+  [ Gerda Shank ]
+  * implement 'change_session_expires'
+  * tweak doc for 'change_session_expires'
+
+  [ Tomas Doran ]
+  * 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"
+
+  [ Gerda Shank ]
+  * expand t/cat_test.t to test session with authentication
+  * add some tests to t/cat_test.t
+
+  [ Tomas Doran ]
+  * Chop out crap that is not needed
+  * Fix tests
+  * Version 0.36
+  * Fix RT#81506
+  * Version 0.37
+  * Fix typo
+
+  [ Andreas Marienborg ]
+  * C<< requires space after << and before >>
+
+  [ Robert Rothenberg ]
+  * 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
+
+  [ John Napiorkowski ]
+  * updated version and changlog in prep for release
+
+  [ Robert Rothenberg ]
+  * Fixed bug with updating session when expiry_threshold is set
+  * Updated POD w.r.t. contributors
+  * Updated Changes
+
+  [ John Napiorkowski ]
+  * upped version, prep release
+  * finalize session earlier
+  * make early finalization an option
+  * docs
+  * prep meta data for release
+
+  [ Lucas Kanashiro ]
+  * Import upstream version 0.40
+
+ -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 12 Aug 2015 15:40:57 -0300
 
 libcatalyst-plugin-session-perl (0.39-2) unstable; urgency=medium
 

-- 
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