Subject: CVS commit: [pkgsrc-2003Q4] pkgsrc/www/p5-URI
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 12/05/2003 17:41:47
Module Name: pkgsrc
Committed By: agc
Date: Fri Dec 5 17:41:47 UTC 2003
Modified Files:
pkgsrc/www/p5-URI [pkgsrc-2003Q4]: Makefile distinfo
Log Message:
Pullup upgrade to version 1.27 of p5-URI to the pkgsrc-2003Q4 branch,
requested by Grant Beattie.
Module Name: pkgsrc
Committed By: grant
Date: Thu Nov 27 16:34:48 UTC 2003
Modified Files:
pkgsrc/www/p5-URI: Makefile distinfo
Log Message:
Updated p5-URI to 1.27.
changes since 1.23:
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.
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.
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 match MSIE behaviour.
Silience warning from 'sip' support class.
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.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.2.1 pkgsrc/www/p5-URI/Makefile
cvs rdiff -r1.8 -r1.8.4.1 pkgsrc/www/p5-URI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.