summaryrefslogtreecommitdiff
path: root/Changes
blob: 6d5f06aaca05ee0542339fe193fbf91fca93a80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
1998-09-22   Gisle Aas <aas@sn.no>

   Release 0.09_02

   New internal URI::file::* interface.  Implemented 8.3 mapping
   for "dos".

   Got rid of $URI::STRICT and $URI::DEFAULT_SCHEME

   More documentation.



1998-09-13   Gisle Aas <aas@sn.no>

   Release 0.09_01

   Use version number with underscore to avoid that the CPAN
   indexer hides the URI::URL from libwww-perl that contains
   all the documentation.

   Started to document the new modules.

   URI::file->new() escape fix which allow Mac file names like
   ::.. to be treated as they should (I think).



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>

   Release 0.08

   Implemented transformations between various file: URIs and
   actual file names.  New URI::file methods:

       new
       new_abs
       cwd
       file
       dir



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

   Implemented gopher URLs

   Implemented ftp URLs

   Second ctor argument can be a plain scheme name.  If it is an
   object, then we use the class of the object as implementor.

   Protect literal % in various places by escaping

   Path segments with parameters is not arrays of class URI::_segment,
   which overload stingify operator.

   URI::http->canonical will now unescape unreserved characters.



1998-09-08   Gisle Aas <aas@sn.no>

   Release 0.05

   Implemented news URLs (together with snews/nntp)

   Implemented pop URLs (RFC 2384)

   Can now use '==' to compare if two URI objects are the same or not.

   $u->opaque_part renamed as $u->opaque

   Better canonicalization

   Faster $u->abs (especially for URI that already are absolute)

   $u->query_form will keep more chars unescaped



1998-09-06   Gisle Aas <aas@sn.no>

   Release 0.04

   Implemented mailto:-URLs (specified in RFC 2368)

   Moved query() methods to internal URI::_query mixin class.

   Escape stuff in the media_type field of data:-URLs.



1998-09-06   Gisle Aas <aas@sn.no>

   Release 0.03 based on simplified scalar object.



1998-09-02   Gisle Aas <aas@sn.no>

   Release 0.02 based on perl5.005 and fields.pm



1998-04-10   Gisle Aas <aas@sn.no>

   Release 0.01