--- AnyEvent-HTTP/Changes 2011/01/11 06:38:47 1.63 +++ AnyEvent-HTTP/Changes 2011/01/28 01:17:25 1.66 @@ -2,6 +2,15 @@ TODO: provide lwp_request function that takes an lwp http requets and returns a http response. + - require scheme in urls, also use a stricter match to match urls, + leading or trailing garbage is no longer tolerated. + +2.03 Tue Jan 18 18:49:35 CET 2011 + - dummy reupload, file gone from cpan somehow. + +2.02 Wed Jan 12 04:29:37 CET 2011 + - do not lowercase cookie names, only parameter names. + 2.01 Tue Jan 11 07:38:15 CET 2011 - add missing dependency on common::sense. - add a resume download example.