URI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


2004-09-07   Gisle Aas <gisle@ActiveState.com>

   Release 1.32

   Introduce $URI::file::DEFAULT_AUTHORITY which control what
   authority string to use for absolute file URIs.  Its value
   default to "" which produce file URIs that better interoperates
   with other implementations.  The old mapping behaviour can be
   requested by setting this variable to undef.



2004-06-08   Gisle Aas <gisle@ActiveState.com>

   Release 1.31

   Added uri_escape_utf8() function to URI::Escape module.

   Fixed abs/rel behaviour for sip: URIs.  Fixed by
   Ville Skyttä <ville.skytta@iki.fi>.

   Avoid croaking on code like $u->query_form(a => { foo => 1 }).
   It will still not really do anything useful.



2004-01-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.30

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.



2004-01-02   Gisle Aas <gisle@ActiveState.com>

   Release 1.29

   Added support for the ldapi: and ldaps: schemes.
   The ldaps: implementation was contributed by Graham Barr.

   Added support for mms: scheme.  Contributed by
   Dan Sully <daniel@electricrain.com>.



2003-11-30   Gisle Aas <gisle@ActiveState.com>

   Release 1.28

   The query_param_delete() method was not able to delete
   the last parameter from a form.  Similar problem existing
   when deleting via query_param().  Patch by <awk@awks.org>.

   The query_form() method now allow an array or hash
   reference to be passed to set the value.  This makes it
   possible to set the value to an empty form, something that
   the old API did not allow.

   The query_keywords() method now allow an array reference
   to be passed to set the value.



2003-10-06   Gisle Aas <gisle@ActiveState.com>

   Release 1.27

   The URI module is now less strict about the values accepted
   for gopher_type attribute of gopher:-URLs.  Patch suggested
   by the Net::Gopher author; William G. Davis.



2003-10-03   Gisle Aas <gisle@ActiveState.com>

   Release 1.26

   Help Storable deal with URI objects.  Patch contributed
   by <talby@trap.mtview.ca.us>.

   Fix failure under OS/2.  Patch contributed by Ilya Zakharevich.



2003-08-18   Gisle Aas <gisle@ActiveState.com>

   Release 1.25

   Allow literal '@' in userinfo.  If there are multiple '@' chars
   in the 'authority' component use the last (instead of first) as
   the 'userinfo' delimiter.

   Make URI->query_form escape '[' and ']'.  These chars where added
   to the reserved set in RFC 2732.  This also matches MSIE behaviour.

   Silence warning from 'sip' support class.



2003-07-24   Gisle Aas <gisle@ActiveState.com>

   Release 1.24

   Relative URIs that start with the query string directly (i.e. "?q")
   are now absolutized as specified in rfc2396bis.  See:
   http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query

   Added URI::Split module.  It's a lightweight module that can be
   used to parse and compose URI string to/from its component parts.

   The rel() method will now work from canonical URIs.  That allow it
   to extract a relative URI in more cases.



2003-01-01   Gisle Aas <gisle@ActiveState.com>

   Release 1.23

Changes  view on Meta::CPAN


   Release 1.08

   ldap URIs now support _scope() and _filter() methods that
   don't have default values.  Suggested by Graham Barr.

   Incorporated old rejected MSWin32 patch to t/old-base.t.
   Hope it works.



2000-06-13   Gisle Aas <gisle@ActiveState.com>

   Release 1.07

   URI::WithBase (and URI::URL) now support $u->new_abs
   constructor.

   URI::WithBase->new("foo", "URI::URL") bug fixed.



2000-04-09   Gisle Aas <gisle@aas.no>

   Release 1.06

   Clean test/install on VMS.
   Patch by Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>



2000-02-14   Gisle Aas <gisle@aas.no>

   Release 1.05

   QNX file support by Norton Allen <allen@huarp.harvard.edu>.

   Support for rsync:-URI by Dave Beckett <D.J.Beckett@ukc.ac.uk>



1999-08-03   Gisle Aas <gisle@aas.no>

   Release 1.04

   Avoid testing for defined(@ISA) and defined(%class::).  Patch
   by Nathan Torkington <gnat@frii.com>.

   $uri->abs() did wrong when the fragment contained a "?"
   character.

   Typo in URI::ldap spotted by Graham Barr.



1999-06-24   Gisle Aas <gisle@aas.no>

   Release 1.03

   Escape all reserved query characters in the individual components
   of $uri->query_form and $uri->query_keywords.

   Make compatibility URI::URL->new("mailto:gisle@aas.no")->netloc
   work again.



1999-03-26   Gisle Aas <gisle@aas.no>

   Release 1.02

   Added URI::ldap.  Contributed by Graham Barr <gbarr@pobox.com>.

   Documentation update.



1999-03-20   Gisle Aas <gisle@aas.no>

   Release 1.01

   MacOS patches from Paul J. Schinder <schinder@leprss.gsfc.nasa.gov>

   Documentation patch from Michael A. Chase <mchase@ix.netcom.com>



1998-11-19   Gisle Aas <aas@sn.no>

   Release 1.00

   Added new URI->new_abs method

   Replaced a few die calls with croak.



1998-10-12   Gisle Aas <aas@sn.no>

   Release 0.90_02

   Implemented new $uri->host_port method.

   $uri->epath and $uri->equery aliases to make URI::URL
   compatibility easier.



1998-09-23   Gisle Aas <aas@sn.no>

   Release 0.90_01

   New README

   Makefile.PL list MIME::Base64 as PREREQ_PM

   Original $scheme argument not passed to _init() method.

   Automatically add scheme to empty URIs where the scheme
   is required:  URI->new("", "data")



( run in 0.942 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )