- Regenerate spec with newest cpanspec * Add PERL_USE_UNSAFE_INC OBS-URL: https://build.opensuse.org/request/show/741130 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WebService-GData?expand=0&rev=7
158 lines
5.6 KiB
Plaintext
158 lines
5.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 18 16:58:21 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
|
|
|
- Regenerate spec with newest cpanspec
|
|
* Add PERL_USE_UNSAFE_INC
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 20:33:16 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.06
|
|
see /usr/share/doc/packages/perl-WebService-GData/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 20:33:12 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 0.0409
|
|
see /usr/share/doc/packages/perl-WebService-GData/Changes
|
|
|
|
0.04_09 2011/08/18 00:00
|
|
|
|
- NEW
|
|
|
|
GDATA RELATED
|
|
|
|
- XML now avoids to output unnecessary namespaces and empty tags
|
|
This modification could lead to errors, feel free to contact me if you meet any problem!
|
|
|
|
YOUTUBE RELATED
|
|
|
|
- WebService::GData::YouTube
|
|
- DOC: listed get_user_profile twice instead of get_user_contacts
|
|
|
|
- new methods:
|
|
|
|
- get_user_inbox
|
|
- message
|
|
|
|
|
|
- WebService::GData::YouTube::Feed::VideoMessage
|
|
A new feed to access logged in user inbox (video messages only)
|
|
|
|
|
|
- NEXT RELEASE
|
|
|
|
- start mocking some of the live tests I use on my side...
|
|
- lazy up thing more and get rid of old variables that take up memory for nothing...
|
|
- add a bit of doc for YouTube package
|
|
|
|
- YouTube service may not work properly right now!
|
|
- !DEVELOPER RELEASE! Please feel free to try it and send me feedbacks!
|
|
|
|
|
|
0.04_08 2011/06/28 00:00
|
|
|
|
- NEW
|
|
|
|
YOUTUBE RELATED
|
|
|
|
- WebService::GData::YouTube
|
|
- added the following methods:
|
|
|
|
get_user_contacts
|
|
contact
|
|
|
|
|
|
- WebService::GData::YouTube::Feed::Friend
|
|
A new feed representation to access contact/friend data.
|
|
|
|
- few minor doc changes
|
|
|
|
- NEXT RELEASE
|
|
|
|
- start mocking some of the live tests I use on my side...
|
|
- lazy up thing more and get rid of old variables that take up memory for nothing...
|
|
- add a bit of doc for YouTube package
|
|
|
|
- YouTube service may not work properly right now!
|
|
- !DEVELOPER RELEASE! Please feel free to try it and send me feedbacks!
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 07 13:22:53 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.0407:
|
|
* WebService::GData::YouTube
|
|
- added the following methods:
|
|
get_recommended_videos
|
|
add_video_response
|
|
delete_video_response
|
|
add_favorite_video
|
|
- get_user_playlist_by_id can now be looped over to get all the videos
|
|
within a playlist; other methods returning multiple result shall behave
|
|
this way in up-coming releases
|
|
* WebService::GData::YouTube::Video
|
|
- added the following methods:
|
|
add_video_response
|
|
delete_video_response
|
|
add_favorite_video
|
|
rating (available since 0.04_04 but not listed)
|
|
uploader
|
|
recorded
|
|
genre (returns the youtube video category name)
|
|
is_read_only
|
|
* delete method tries first to use the feed edit link if set and else reverse
|
|
to the usual system
|
|
* WebService::GData::YouTube: get_user_favorite_videos refers to Favorite
|
|
package not Video but there wasn't any Favorite package
|
|
* WebService::GData::YouTube::Video: fix the content method (bug in the
|
|
youtube node) so that you can access the format value
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 16 19:32:54 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.0404:
|
|
* YOUTUBE RELATED
|
|
- WebService::GData::YouTube
|
|
- added like_video and dislike_video to rate a video
|
|
- added a complaint method
|
|
- WebService::GData::YouTube::Video
|
|
- added rating method to access num_likes, num_dislikes
|
|
- added rate method to save a rating value
|
|
- new WebService::GData::YouTube::Feed::Complaint
|
|
- used with the complaint method factory to add a complaint on a video
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 10 21:12:08 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- update to 0.0403:
|
|
* NON BACKWARD COMPATIBLE:
|
|
+ WebService::GData::YouTube: get_watch_on_mobile_videos is not supported
|
|
anymore by YouTube
|
|
* NEW
|
|
+ YOUTUBE RELATED
|
|
- WebService::GData::YouTube
|
|
- 2 new standard feeds: most_shared and on_the_web.
|
|
- new method:get_user_profile to access user profile information
|
|
- WebService::GData::YouTube::Query
|
|
- caption parameter should now be set to either true or false (not
|
|
setting a value will revert to true)
|
|
- WebService::GData::YouTube::Feed::Video
|
|
- restriction method added to handle media:restriction tag
|
|
- denied_countries is a shortcut sending back the list of countries
|
|
that are denied access to the video
|
|
- new WebService::GData::YouTube::StagingServer
|
|
- switch to staging server
|
|
- new WebService::GData::YouTube::Feed::UserProfile
|
|
- get information about a user
|
|
- WebService::GData::Node::Media::GroupContent
|
|
- added the Restriction tag
|
|
- force Collection context for some tags(content thumbnails
|
|
restriction,etc)
|
|
- new tests
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 09 22:34:01 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
- initial version (0.0402)
|
|
|