Next | Query returned 74 messages, browsing 61 to 70 | Previous

History of commit frequency

CVS Commit History:


   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-24 15:08:42 by Thomas Klausner | Files touched by this commit (277)
Log message:
Add RMD160 checksums.
   2005-02-07 16:56:04 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 1.35:

2004-11-05   Gisle Aas

   Release 1.35

   Documentation update.

   Simplified uri_escape_utf8 implementation.  No need to load the
   Encode module.  Contributed by Alexey Tourbin.

   Work around bug in perl-5.6.0 that made t/query.t fail.

2004-10-05   Gisle Aas

   Release 1.34

   URI->canonical will now always unescape any escaped unreserved
   chars.  Previously this only happened for the http and https scheme.
   Patch contributed by Eric Promislow

2004-09-19   Gisle Aas

   Release 1.33

   URI::file->canonical will now try to change the 'authority'
   to the default one.

   Fix heuristic test.  Apparently www.perl.co.uk is no more.

2004-09-07   Gisle Aas

   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

   Release 1.31

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

   Fixed abs/rel behaviour for sip: URIs.  Fixed by
   Ville Skyttä

   Avoid croaking on code like $u->query_form(a => { foo => 1 }).
   It will still not really do anything useful.
   2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467)
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
   2004-03-21 02:20:44 by Klaus Heinz | Files touched by this commit (1)
Log message:
Uses no compiler, so USE_LANGUAGES is empty
   2004-01-18 23:21:14 by Klaus Heinz | Files touched by this commit (2)
Log message:
Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.

Changes since 1.27:

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-11-27 17:34:48 by grant beattie | Files touched by this commit (2)
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.
   2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065)
Log message:
s/netbsd.org/NetBSD.org/
   2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131)
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
   2003-04-04 19:34:03 by David Brownlee | Files touched by this commit (1)
Log message:
Shorten COMMENT

Next | Query returned 74 messages, browsing 61 to 70 | Previous