diff options
author | Gisle Aas <aas@oslonett.no> | 1998-09-09 11:56:47 +0000 |
---|---|---|
committer | Gisle Aas <aas@oslonett.no> | 1998-09-09 11:56:47 +0000 |
commit | 063676e83000d031ea142d31b84f10e3b1609fac (patch) | |
tree | f7e84ca83a567a6d92c5818dddf98572ac81e19d | |
parent | 381f8e7700224620d9bdfea7fed1acda3f1f466c (diff) | |
download | uri-R0.07.tar.gz |
Summarized 0.07 changes.R0.07
-rw-r--r-- | Changes | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 |