tweaked copyright and changelog for 0.08
[libwww-opensearch-perl.git] / Changes
1 Revision history for Perl extension WWW::OpenSearch
2
3 0.08    Wed Sep 13 2006
4         - fix optional attributes for Image
5         - added strict to Url object
6
7 0.07    Mon Sep 11 2006
8         - inflate query and image fields to objects for OSD 1.1
9         - pod updates
10
11 0.06_02 Thu Jul 20 2006
12         - added tests
13         - updated available description info
14         - try to handle POST urls better
15         - update XML::Atom calls to latest release API
16         - added option to override the useragent from new()
17         - fix undef warning
18         - turn utf8 flag off for queries
19
20 0.06_01 Thu May 18 2006
21         - Complete re-write to handle OpenSearch 1.1/Atom
22         - Now uses XML::Feed to abstract RSS and Atom
23         - Improved OpenSearch Description/Url handling
24         - Encapsulate returns in a Response object
25
26 0.05  Mon Jan  9 18:30:18 UTC 2006
27         - Added partial support of OpenSearch 1.1. There's no API change and
28           old elements just work as before, with 1.1 OpenSearch document as
29           well. See http://opensearch.a9.com/docs/upgrading10.jsp
30           (Thanks to Masaaki Hirose)
31           
32 0.04  Sat Jul 29 18:34:31 PDT 2005
33         - Drop off XML::Simple for efficiency.
34           LibXMLify everything. Now you need XML::RSS::LibXML 
35
36 0.03  Sun Jul 24 02:36:46 PDT 2005
37         - Hacked current_page so you can specify page number correctly
38           (Thanks to Naoya Ito)
39
40 0.02  Sat Mar 26 14:14:58 JST 2005
41         - Added accessors for attributes
42         - Fixed POD
43
44 0.01  Thu Mar 17 20:45:13 2005
45         - original version