summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Aas <aas@oslonett.no>1998-09-09 11:56:47 +0000
committerGisle Aas <aas@oslonett.no>1998-09-09 11:56:47 +0000
commit063676e83000d031ea142d31b84f10e3b1609fac (patch)
treef7e84ca83a567a6d92c5818dddf98572ac81e19d
parent381f8e7700224620d9bdfea7fed1acda3f1f466c (diff)
downloaduri-R0.07.tar.gz
Summarized 0.07 changes.R0.07
-rw-r--r--Changes27
1 files changed, 27 insertions, 0 deletions
diff --git a/Changes b/Changes
index 701713d..a09ab79 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,30 @@
+1998-09-09 Gisle Aas <aas@sn.no>
+
+ Release 0.07
+
+ Implemented rlogin, telnet and file URLs.
+
+ Implemented URI::WithBase
+
+ Implemented URI::URL emulator (ported old URI::URL test suite)
+
+ Can now use schemes with "-", "+" or "." characters in them.
+
+ $u->scheme will downcase. $u->_scheme will keep it as it is.
+
+ Configuration variables for $u->abs
+
+ $u->query_form and $u->query_keyword is more careful about escaping
+ "+" and "=".
+
+ $u->host unescaped
+
+ $u->_port if you want to bypass $u->default_port
+
+ Can handle news message-ids with embedded "/" now
+
+
+
1998-09-08 Gisle Aas <aas@sn.no>
Release 0.06