X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Changes;h=a72097ec1a67577f2fc81989a3659eb4e11e53a2;hp=066bf9026f18e649af28f30c5ba417e31813ac33;hb=624e1e735adb179a944afdcd768792716d2e74ad;hpb=d981e6304039517daa924f126bf85a9c739ecd2c diff --git a/Changes b/Changes index 066bf90..a72097e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,55 @@ Revision history for Perl extension WWW::OpenSearch +0.15 Thu Nov 19 2009 + - repackaged with a new version of Module::Install + +0.14 Thu Apr 17 2008 + - Handle broken LWP 5.810 in Makefile.PL + +0.13 Fri Dec 21 2007 + - Fix pod coverage (Ian Beckwith) + +0.12 Tue May 01 2007 + - switch from ||= to a "defined" idiom for some params + - switch to Module::Install + +0.11 Tue Apr 17 2007 + - added a simple OSD parsing test + +0.10_02 Tue Jan 23 2007 + - fix Request.pm to clone the extra attributes we've + added (Marc Tobias) + +0.10_01 Mon Jan 22 2007 + - use URI::Template for parsing OSD uri templates + - added opensearch-specific Request and Agent classes + - un-break get_best_url() + - you can now pass a WWW::OpenSearch::Url to WWW::OpenSearch's + search() method + - added ns() (namespace) field to Url.pm + - re-worked paging to use the new Request object + + [ THINGS THAT MAY BREAK YOUR CODE ] + - using URI::Template means some methods are now proxied to + that class + - removed agent argument in new() in OpenSearch.pm + - handling of POST requests in prepare_query() in Url.pm now + returns data suitable for passing to HTTP::Request + - un-link Response.pm and the parent WWW::OpenSearch object -- + a Response is now in the context of whatever + WWW::OpenSearch::Url was used + +0.09 Thu Dec 07 2006 + - fix link fetching from atom feeds + +0.08 Wed Sep 13 2006 + - fix optional attributes for Image + - added strict to Url object + +0.07 Mon Sep 11 2006 + - inflate query and image fields to objects for OSD 1.1 + - pod updates + 0.06_02 Thu Jul 20 2006 - added tests - updated available description info