[libmojolicious-plugin-authentication-perl] annotated tag debian/1.29-1 created (now 0335204)

Florian Schlichting fsfs at moszumanska.debian.org
Tue Nov 24 21:55:06 UTC 2015


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

fsfs pushed a change to annotated tag debian/1.29-1
in repository libmojolicious-plugin-authentication-perl.

        at  0335204   (tag)
   tagging  a55a4aac0050fea4c9b22d432f9d4e53b3474534 (commit)
  replaces  debian/1.26-1
 tagged by  Florian Schlichting
        on  Tue Nov 24 22:54:33 2015 +0100

- Log -----------------------------------------------------------------
   debian/1.29-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJWVNycAAoJEBKXO25y3Ae12a8P/RyQtF7sdG1rlk+kr5rA+/zo
DSIKmr+VuZQz1UgsuOnhN6OnRuFhqKtHscJN3MVz4x0uW+gFFDC1r9fxCL+vsciN
tn0ZXUg86qpUbwrz5wKeZ+qyqRnite6PEePiorjvCPXTUZXA6+ROsmDGtxX38VzU
9FEPWSSAIcoRVM5B9iwqh3bJjuU2Se7i8ll5h2O9YCL0NvijmTRgKTKelDH4lkWg
nZltiJFrIxIZjo5tf2eNmxWaKEp717/mXbGjz11DUWpl/9FgEENYRQtNqjlOw9YP
FywRM15I1/xutXTeQwVgxDDbIKohyfYPDoPXkLbATEJiH3HfAz3S3tLtCss8jJiy
qOYg8Q0b2+4Jg24S3ymfqSsx3SFkaUETP9NzacSa/kW1v2dqZbr7nEX8LhM3mO1X
lQZg3NytxeUdEBNMcAj1W+CtYPj0Ox06DSNjRZhLnRUTI7T8wpqCmDa/+5dVQX5N
fgbvwJW+Y5my65pCph7j1xFAMhXzdnWxy9DOdsbNTUlrm8gdg9bKaZFZKFaOgUmJ
brllS50x492UnsE70Z80xwkFefieq0KNQJiSfFU8rtJDFPLQ50d7uFhoEgDVenjg
Zo4rDkyKAQoOxNsAV8MasobKjjCJqooCza54Qafgm5bnW3mHEJEZNxvOm7Mo75gK
Fq/+/b06Ndf3L6xGGPkb
=X5cf
-----END PGP SIGNATURE-----

Ben van Staveren (39):
      Time to join the real world and move from Bitbucket/Mercurial to Github/Git.
      Sorted
      tagging
      Code cleanup and added Pod::Weaver
      weaver
      check on load_user/validate_user for actually being code refs
      critic: whitespace
      Merged pull request #1 from memowe/master.
      Documentation cleanup
      Merge remote branch 'origin/master'
      Documentation cleanup for proper pod rendering
      Added a README.pod file for Github to display
      POD cleanup
      Fixed bug; newer versions of Mojolicious dont send the same parameters to a hook, and it blew up
      Added option for extra data to validate_user cb
      Merge pull request #2 from metaperl/master
      doc fixes and extra_data
      Merge pull request #3 from Meettya/master
      Merged pull request from meettya for lazy_mode and signature_exists, some doc spelling fixes
      Added example app courtesy of Ivo Welch
      Merge pull request #4 from ewildgoose/master
      Merged in Ed W's changes
      Typo's, how I hate thee...
      Fix for issue #5
      Removed example app due to giving some conflicts
      Merge pull request #8 from kthakore/master
      Added 'auto_validate' option to authentication sub
      typo
      Merge pull request #9 from dsteinbrunner/patch-1
      added small warning in comment
      Merge pull request #11 from hernan604/master
      Merge branch 'master' of https://github.com/benvanstaveren/Mojolicious-Plugin-Authentication
      fixing
      Merge pull request #12 from carragom/master
      fix for defined-but-false value bug, closes issue #13
      Readme generation
      Merge pull request #14 from carragom/master
      Added travis CI
      Removed pod file, it's auto generated by dzil

Carlos Ramos (3):
      Check for defined instead of thruthy to allow falsy uid values like 0
      Remove trailing white spaces
      Implements `fail_render` parameter to control routing via condition.

David Steinbrunner (1):
      typo fix

Ed Wildgoose (7):
      Change ugly API
      Add some comments
      The lazy parameter is changed to autoload_user to become a simple hook which autoloads the user into the stash for us
      Introduce a current_user function - dramatically simplifies code and almost everything else can be implemented using it.
      Actually, changing the stash item name is not that helpful. Probably makes sense to leave it as "user"
      Make current_user helper name configurable so that it can be configured to be "user" for backward compatibility
      There is no benefit in the autoload_user feature. Default it off and consider it deprecated with a view to removing it.

Florian Schlichting (10):
      Add debian/upstream/metadata
      Update debian/changelog
      Imported Upstream version 1.29
      Merge tag 'upstream/1.29'
      Update debian/changelog
      Update upstream copyright years
      Bump dh compat to level 9
      Declare compliance with Debian Policy 3.9.6
      Mark package autopkgtest-able
      prepare changelog for release

Hernan Lopes (1):
      docs fix. updated mention of "bridge" to "under".

Kartik Thakore (1):
      Fixed test case depreciated usage of post_form_ok

Meettya (1):
      * Add lazy_mode properties & signature_exists method with docs and test

Mirko Westermeier (8):
      .gitignored vim swap files
      Mojo::Base exports strict and warnings
      cleanup
      removed redundancy
      "auth_data" is a better default session key than "session"
      removed a no-op
      renamed load_user_f and validate_user_f to ..._cb because they are callbacks and it matches Mojo naming conventions
      typo

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

Terrence Brannon (2):
      typo fix
      pod fixes

gregor herrmann (2):
      Strip trailing slash from metacpan URLs.
      update changelog

madcat at cpan.org (13):
      Initial Import
      Fixed a mistake in the pod
      Doc fixes and some related bits
      Removed dependency on MojoX::Session and Mojolicious::Plugin::Session
      Added tag 0.04 for changeset 14e7342d23e6
      Might as well remove this from being tracked
      *   Changed version number (again) due to earlier module using version and qv(0.03) resulting in
      Added tag 0.5.0 for changeset 995fbfca87e4
      Took Changes out of version control
      Made this plugin rely on Mojolicious' built-in sessions a bit more. Session expiry is now handled with
      Updated documentation
      Added tag 1.10 for changeset bfdb5a23c38e
      Release

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

This annotated tag includes the following new commits:

       new  94b7087   Add debian/upstream/metadata
       new  c51ebcf   Update debian/changelog
       new  63ed885   Merge tag 'upstream/1.29'
       new  6af8bf6   Update debian/changelog
       new  56a7c3a   Update upstream copyright years
       new  40cc930   Bump dh compat to level 9
       new  1200ca4   Declare compliance with Debian Policy 3.9.6
       new  983457d   Mark package autopkgtest-able
       new  a55a4aa   prepare changelog for release

The 9 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.


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



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