Accepting request 296364 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OAuth2?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2015-04-15 09:34:17 +00:00
committed by Git OBS Bridge
parent 49c419ef15
commit cfa7ecaa36
4 changed files with 75 additions and 36 deletions

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Tue Apr 14 19:23:59 UTC 2015 - coolo@suse.com
- updated to 0.61
see /usr/share/doc/packages/perl-Net-OAuth2/Changes
version 0.61: Mon Jun 30 08:53:41 CEST 2014
Fixes:
- another regresssion test t/10req.t failed due to hash order
randomization. [cpantesters]
version 0.60: Thu Jun 26 09:46:53 CEST 2014
Fixes:
- regresssion test t/10req.t failed due to hash order randomization.
[cpantesters] & rt.cpan.org#96731 [Andreas König]
version 0.59: Tue Jun 24 23:56:23 CEST 2014
Fixes:
- do not send client_id and client_secret as parameters, because
it will get refused by QQ Catalyst.
rt.cpan.org#96454 [Scott Weisman]
- added 'state' passthru parameter to requests [Bas Bloemsaat]
version 0.58: Wed May 28 23:17:09 CEST 2014
Improvements:
- generic accessor of ::AccessToken via attribute() [Sergey Lobanov]
version 0.57: Mon Mar 24 09:33:07 CET 2014
Fixes:
- an update of an access-token may include a new refresh-token.
rt.cpan.org#94131 [Joe Papperello]
Improvements:
- changed documentation style
version 0.56: Wed Sep 4 11:50:48 CEST 2013
Fixes:
- auto_save option did not work: option processing typo
rt.cpan.org#86824 [Hironori Yoshida]
- basic-auth header should not contain a
rt.cpan.org#88409 [Anton Gerasimov]
-------------------------------------------------------------------
Tue Mar 11 16:29:38 UTC 2014 - rschweikert@suse.com