# -*-n3-*- @prefix dc: . @prefix dcterms: . @prefix doap: . @prefix asc: . <> dc:identifier "$Id: Changes,v 1.22 2009/08/02 17:16:12 asc Exp $" ; dc:description "Changes for Net::Flickr::API.pm" ; dcterms:references . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.7" ; doap:created "2010-12-22" ; ]; asc:changes [ asc:update "Removed fancy versioning for dependencies" ; asc:update "Require Flickr::API 1.04"; asc:bugfix "When setting up log dispatcher, check the return value not $!"; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.69" ; doap:created "2009-08-02" ; ]; asc:changes [ asc:update "Add a wrapper method around Flickr::Upload" ; asc:update "Require Flickr::API 1.02"; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.68" ; doap:created "2008-02-08" ; ]; asc:changes [ asc:update "Require Flickr::API 0.9" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.67" ; doap:created "2007-09-03" ; ]; asc:changes [ asc:addition "Added 'get_auth' method" ; asc:addition "Added 'get_auth_nsid' method" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.66" ; doap:created "2007-08-01" ; ]; asc:changes [ asc:bugfix "Don't bother calling 'string_value' on API errors; pointless and causes problems (RT#28576)" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.65" ; doap:created "2007-05-31" ; ]; asc:changes [ asc:bugfix "That would be 'undef' $self not 'unself' $self..." ; asc:comment "Added MANIFEST.SKIP" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.64" ; doap:created "2006-12-08" ; ]; asc:changes [ asc:bugfix "Fixed a syntax error :-(" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.63" ; doap:created "2006-11-19" ; ]; asc:changes [ asc:update "Replaced all calls to $xml->findvalue() with $xml->find()->string_value() to account for XML::XPath::Literal string overloading" ; asc:update "Trap calls to Flickr::API->execute_method()" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.62" ; doap:created "2006-10-19" ; ]; asc:changes [ asc:update "Added _parse_results_xml; updated parse_api_call accordingly" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.61" ; doap:created "2006-09-06" ; ]; asc:changes [ asc:bugfix "Typo in error reporting" ; asc:bugfix "Typo in method name" ; asc:update "Added retry attempts if API is full-on disabled - if these fail THE PACKAGE WILL exit()" ; asc:update "Updated POD" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.6" ; doap:created "2006-09-01" ; ]; asc:changes [ asc:bugfix "Fix the fixes, dammit. Sorry about that folks... basically everything between (and including) 1.4 and 1.5x is a complete clusterfuck" ; asc:bugfix "Load XML::LibXML so that it... you know, works" ; asc:update "Pass method args and XML response to log->verbose()" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.5" ; doap:created "2006-08-25" ; ]; asc:changes [ asc:update "Bless as 1.5" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.5_01" ; doap:created "2006-08-23" ; ]; asc:changes [ asc:update "Enforce user defined 'api_handler' config option. THIS CHANGE IS NOT BACKWARDS COMPATIBLE." ; asc:bugfix "Back out changes from dev branch that were accidentally committed." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.4" ; doap:created "2006-08-18" ; ]; asc:changes [ asc:bugfix "Ensure api signature is generated correctly" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.3" ; doap:created "2006-06-22" ; ]; asc:changes [ asc:addition "Added reporting handler" ; asc:update "Require Flickr::API 0.09; require 'api_handler' config parameter" ; asc:update "Convert Changes file to N3" ; asc:update "Updated POD" ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.2" ; doap:created "2005-12-17" ; ]; asc:changes [ asc:bugfix "ARGH. Return 1 like, you know, a module should." ; ] . dcterms:isVersionOf ; dcterms:replaces ; doap:Version [ doap:revision "1.1" ; doap:created "2005-09-25" ; ]; asc:changes [ asc:bugfix "Fixed POD typos." ; ] . dcterms:isVersionOf ; doap:Version [ doap:revision "1.0" ; doap:created "2005-09-25" ; ]; asc:changes [ asc:comment "Initial release." ; ] . a doap:Project ; doap:download-page "http://search.cpan.org/dist/Net-Flickr-API/" ; doap:download-mirror "http://aaronland.info/perl/net/flickr/api/" .