summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <aas@oslonett.no>1998-09-12 11:47:38 +0000
committerGisle Aas <aas@oslonett.no>1998-09-12 11:47:38 +0000
commit026f549f30929b090c6fe157041efe99c3baa5c1 (patch)
tree6c5a2c02f5d936865356e10c2213f6dc96ae10db
parent841aa31db1ad79a2e79b525794489148de5f7503 (diff)
downloaduri-026f549f30929b090c6fe157041efe99c3baa5c1.tar.gz
0.09 release notes.R0.09
-rw-r--r--Changes15
1 files changed, 14 insertions, 1 deletions
diff --git a/Changes b/Changes
index 78f5d01..18a65e7 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,24 @@
-1998-09-10 Gisle Aas <aas@sn.no>
+1998-09-12 Gisle Aas <aas@sn.no>
Release 0.09
+ Included URI::Escape and URI::Heuristic from LWP. URI::Escape
+ updated with new default set of characters to escape (according
+ to RFC 2396) and a faster uri_unescape() function. URI::Heuristic
+ with new funtion that returns an URI object.
+
+ First argument to URI->new is always treated as a string now.
+
+ URI->new("", URI::WithBase("foo:")) now works. It returns an
+ URI::WithBase object.
+
Included Roy T. Fielding's URI parsing/abs tests from
<http://www.ics.uci.edu/~fielding/url/>. We did in fact agree
with RFC 2396 on all tests.
+ Allow authority "A|" in Win32 file:-URIs to denote A:. Treat
+ escaped chars.
+
1998-09-10 Gisle Aas <aas@sn.no>