Subject: CVS commit: doc
To: None <source-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: source-changes
Date: 02/15/2001 17:32:08
Module Name:	doc
Committed By:	abs
Date:		Thu Feb 15 15:32:08 UTC 2001

Modified Files:
	doc: pkg-CHANGES

Log Message:
Updated p5-URI to 1.10

   Changes since 1.09

   The $u->query_form method will now escape spaces in
   form keys or values as '+' (instead of '%20').  This also
   affect the $mailto_uri->header() method.  This is actually
   the wrong thing to do, but this practise is now even
   documented in official places like
   http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
   so we might as well follow the stream.

   URI::Heuristic did not work for domain-names with dashes '-'
   in them.  Fixed.

   Documented that $uri->xxx($1) might not work.

Closes pkg/11990


To generate a diff of this commit:
cvs rdiff -r1.3598 -r1.3599 doc/pkg-CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.