X-Git-Url: http://erislabs.net/gitweb/?p=libwww-opensearch-perl.git;a=blobdiff_plain;f=Changes;fp=Changes;h=066bf9026f18e649af28f30c5ba417e31813ac33;hp=0000000000000000000000000000000000000000;hb=ec50391b25e981b1b9bae8e42e03c0fc9c218845;hpb=3bea9ee9d57430b70d78dc4bed903b395bb4356a diff --git a/Changes b/Changes new file mode 100644 index 0000000..066bf90 --- /dev/null +++ b/Changes @@ -0,0 +1,37 @@ +Revision history for Perl extension WWW::OpenSearch + +0.06_02 Thu Jul 20 2006 + - added tests + - updated available description info + - try to handle POST urls better + - update XML::Atom calls to latest release API + - added option to override the useragent from new() + - fix undef warning + - turn utf8 flag off for queries + +0.06_01 Thu May 18 2006 + - Complete re-write to handle OpenSearch 1.1/Atom + - Now uses XML::Feed to abstract RSS and Atom + - Improved OpenSearch Description/Url handling + - Encapsulate returns in a Response object + +0.05 Mon Jan 9 18:30:18 UTC 2006 + - Added partial support of OpenSearch 1.1. There's no API change and + old elements just work as before, with 1.1 OpenSearch document as + well. See http://opensearch.a9.com/docs/upgrading10.jsp + (Thanks to Masaaki Hirose) + +0.04 Sat Jul 29 18:34:31 PDT 2005 + - Drop off XML::Simple for efficiency. + LibXMLify everything. Now you need XML::RSS::LibXML + +0.03 Sun Jul 24 02:36:46 PDT 2005 + - Hacked current_page so you can specify page number correctly + (Thanks to Naoya Ito) + +0.02 Sat Mar 26 14:14:58 JST 2005 + - Added accessors for attributes + - Fixed POD + +0.01 Thu Mar 17 20:45:13 2005 + - original version