[SCM] libcatalyst-authentication-credential-http-perl Debian packaging annotated tag, debian/1.015-2, created. debian/1.015-2
Jonas Smedegaard
dr at jones.dk
Sat Jul 20 22:17:27 UTC 2013
The annotated tag, debian/1.015-2 has been created
at 01889a6fda06957965a536b4299bbb4dddb53283 (tag)
tagging a5dbf7c544f409090c8f080b905ae314e63ad032 (commit)
replaces debian/1.015-1
tagged by Jonas Smedegaard
on Sun Jul 21 00:15:21 2013 +0200
- Shortlog ------------------------------------------------------------
libcatalyst-authentication-credential-http-perl Debian release 1.015-2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABCgAGBQJR6wv5AAoJEE7BtyI3T5vWNL4H/AivU2EiMXuULTiJrbr+/Y4t
GZb/VRkT8oJLU+95pqLJ6/Yq67HQd10Di/mVKiHKHd2KNdc7GTkWxLfX8WbrdlJp
sEH+BcFWrB/rreiHUjhP+VF1+rTRVAEWSS72pow6OtEF/bOgKnJ3M8e0ZSJWgyIY
9ELvnVFqjEsVltAjhHYxy+g3tl9LesOsj+MtLry16HMzd+MVXwRBVguM/mnYtLTF
2i4IKm2dtitrgXQvsuIfJT+zkQzHMMeoVLnppbbWmVoZjRYbKMn5goYGTvn+9jPz
Q15T/gz9y9tYYwfNOXOEIDTJSEts97/WnOHMGsPzeFs1qY2bo3tgnIgflLPUWeY=
=2IHT
-----END PGP SIGNATURE-----
Brian Cassidy (1):
switch to Module::Install. add pod/podcoverage tests. fix coverage. add README. fix Changes.
Devin Austin (3):
moved tests out and into t/lib/
Checking in changes prior to tagging of version 1.010. Changelog diff is:
Checking in changes prior to tagging of version 1.011. Changelog diff is:
J. Shirley (1):
Fixing warning if app isn't running in debug
Jess Robinson (2):
Add a body to the 401 status, add more docs!
Fix up tests, update version number
Jonas Smedegaard (16):
Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details.
Add git URL as alternate source.
Sync control.in with control: Use canonical hostname (anonscm.debian.org) in Vcs-Git URI.
Bump standards-version to 3.9.4.
Drop patch 2001: Build problem turned out to be (and fixed by now) in CDBS.
Stop tracking development releases.
Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL.
Stop tracking md5sum of upstream tarball.
Tidy rules file: Tighten package-specific CDBS variables.
Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year.
(Build-)depend on libdata-uuid-perl as fallback for libossp-uuid-perl.
Have git-import-orig suppress upstream .gitignore file.
Imported Upstream version 1.015
Merge tag 'upstream/1.015'
Fix suppress CDBS auto-handling embedded tarball.
Prepare for release: Update changelog, control file and copyright hints.
Jonathan Rockway (1):
this is correct
Ronald J Kimball (4):
Call store_digest_authorization_nonce() instead of $c->cache->set()
Improve documentation for authenticate_digest()
Add broken_dotnet_digest_without_query_string option
Mention rfc2617 in broken_dotnet_digest_without_query_string docs
Salvatore Bonaccorso (2):
Change Vcs-Git to canonical URI (git://anonscm.debian.org)
update changelog
Sascha Kiefer (5):
commit f4728c353ca13024e3b1e8ae63c255d3cfb5b9d5
commit 007935b8dde3d41f0f0517508159321f5baae8cb
commit 50888fc8c64b548108b61845a994d003fc33502b
commit b0cd4eb26fd8480d4aa256831768416543f1f927
commit 3bb378d2c7fbbea1c423016d9fe72d066a0c205c
Tomas Doran (52):
Remove ::Plugin:: from module namespace, provide a legacy/compatibility ::Plugin:: shim. Remove use of the deprecated C:P:Cache::FileCache from the test suite (now uses C:P:Cache).
Back out r7888 as I am lose, and doing compat properly isn't nice. Going to push the new code in a the new namespace, then do compat here, or just deprecate this module..
Use non-deprecated modules in the test suite.
Fix RT#31036
Pour all my changes for the new auth framework on top of the module.
Commit changes that were in 1.002
Fix a load of the documentation up. Fix overriding HTTP auth relam in the ->authenticate call + tests and docs
Add an example of how to call authorization_required_response (you used to just be able to call it on , but now we are no longer a plugin, it's a tad more involved)
Additional documentation and tests for various small features
Checking in changes prior to tagging of version 1.003. Changelog diff is:
Checking in changes prior to tagging of version 1.004. Changelog diff is:
More docs about the digest auth specific config and domain options.
Fix spelling test, split init method out of constructor for easier sub-classing
Add C::A::F to dependency list to keep CPANTS kwalitee happy
Checking in changes prior to tagging of version 1.005. Changelog diff is:
Small typo fix
Add an extra field which I need
Make auth configuration in the synopis actually work by including a default_realm key, this will confuse less people who try to copy and paste the synopsis to get going.
Checking in changes prior to tagging of version 1.006. Changelog diff is:
Warning fix
Add repository to META.yml resources
Checking in changes prior to tagging of version 1.007. Changelog diff is:
Checking in changes prior to tagging of version 1.008. Changelog diff is:
Checking in changes prior to tagging of version 1.009. Changelog diff is:
Small patch for additional debugging
I fail.
Bump required Module::Install version in everything. janus++
ShipIt from svn
Add appropriate FindBin incantation
Add repository resource to all the MI Makefile.PLs
Make pod tests author only
Move actions out of test app
Checking in changes prior to tagging of version 1.012. Changelog diff is:
Make mech tests skip unless mech new enough. RT#55303
Bump version to avoid issues
More info when tests fail
Change requires to test_requires. RT#54029
Checking in changes prior to tagging of version 1.013. Changelog diff is:
Trim trialing whitespace
Implement new features, in leiu of tests. Bet I got the trinary oprator wrong
Fix, test, document
get MANIFEST right
Add .gitignore
Document missing method
Fix spelling
Version 1.014
s/410/401/
Fix broken synopsis. RT#75254
Merge remote-tracking branch 'origin/broken-dotnet'
Changelog
Version 1.015
Fix spelling
Ton Voon (2):
Typo
Fix basic test for Test::MockObject 1.07, where it will die if a
Yuval Kogman (14):
HTTP basic auth
HTTP auth live app test
funky donkey
Fix unit test for Credential::HTTP
Boilerplate
prereq fixes for C::P::Credential::HTTP
doc fixes for Credential::HTTP
dos newlines to unix ones, so native can kick in
Refactor HTTP cred, part I
Refactor a bit more, doc work
rel eng and other crap for Cred::HTTP
Apply Ton Voon++'s HTTP real fix
version bump and changelog
releng + version bump for Cred::HTTP
-----------------------------------------------------------------------
--
libcatalyst-authentication-credential-http-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list