Files
perl-Net-Twitter-Lite/perl-Net-Twitter-Lite.changes
Dirk Stoecker 2361b181cc Accepting request 770390 from devel:languages:perl:autoupdate
- updated to 0.12008
   see /usr/share/doc/packages/perl-Net-Twitter-Lite/Changes
  Revision history for Net::Twitter::Lite
  
  0.12008  2016-12-05 17:21:25 PST
      - modifed example/oauth_webapp.pl (issue 18)
      - added upload_media; deprecated update_with_media
  
  0.12007 2016-11-18
      - depend on LWP::Protocol::https instead of Crypt::SSLeay
      - make SSL the default for Net::Twitter::Lite::WithAPIv1_1

OBS-URL: https://build.opensuse.org/request/show/770390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-Twitter-Lite?expand=0&rev=4
2020-02-07 07:51:31 +00:00

63 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 3 07:18:32 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.12008
see /usr/share/doc/packages/perl-Net-Twitter-Lite/Changes
Revision history for Net::Twitter::Lite
0.12008 2016-12-05 17:21:25 PST
- modifed example/oauth_webapp.pl (issue 18)
- added upload_media; deprecated update_with_media
0.12007 2016-11-18
- depend on LWP::Protocol::https instead of Crypt::SSLeay
- make SSL the default for Net::Twitter::Lite::WithAPIv1_1
-------------------------------------------------------------------
Thu Jun 2 05:31:21 UTC 2016 - coolo@suse.com
- updated to 0.12006
see /usr/share/doc/packages/perl-Net-Twitter-Lite/Changes
0.12006 2014-01-24
- Added WrapResult: return both the Twitter result and HTTP::Response
0.12005 2014-01-17
- Twitter now requires SSL connections
0.12004 2013-05-03
- restore list_subscriptions
0.12003 2013-04-25
- Added list_ownerships
0.12002 2013-03-11
- 30 second delay in OAuth requests fixed with Net::HTTP 6.06
0.12001 2013-03-06
- Fixed tests (Net::OAuth is optional) (closses issue #7)
- Updated examples to use Twitter API v1.1
0.12000 2013-03-04
- URI encode POSTDATA to match Twitter's more stringent (non-standard) requirements
- created Net::Twitter::Lite::WithAPIv1_1 for Twitter API v1.1 support
0.11002 2012-06-27
- rebuilt from Net::Twitter 3.18003 to fix replies, mentions path
0.11001 2012-05-08
- CPAN release
0.11000_01 2012-04-24
- functional parity with Net::Twitter 3.18002
- Replaced JSON::Any with JSON
- new lists methods, legacy_lists_api option for back compat
- update_with_media and other new API methods ported from Net::Twitter
-------------------------------------------------------------------
Tue Apr 24 21:35:21 CET 2012 - pascal.bleser@opensuse.org
- initial version (0.10004)