X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem%2FChangeLog;h=ecc0d2b68ba9eca92515adcdc104efbba9c974e0;hb=0dc3354b119ef302e413e9036b841f77756729e8;hp=96d3f4b80eb51f7647812b27ea8dc17880e725e0;hpb=85c3ca0c97b806db70d0610044ecff107bcbe334;p=mono.git diff --git a/mcs/class/System/System/ChangeLog b/mcs/class/System/System/ChangeLog index 96d3f4b80eb..ecc0d2b68ba 100644 --- a/mcs/class/System/System/ChangeLog +++ b/mcs/class/System/System/ChangeLog @@ -1,3 +1,43 @@ +2004-05-12 Dick Porter + + * Uri.cs: Reduce(string) is not in the public API. + +2004-04-22 Gonzalo Paniagua Javier + + * UriBuilder.cs: ignore empty Query. Fixes bug #57082. + +2004-03-21 Jackson Harper + + * Uri.cs: Equals should be case insensitive for all parts except + the path. + +2004-02-11 Jackson Harper + + * Uri.cs: If we are sure we have a windows path use \ instead of + / for directory separating. + +2004-02-11 Jackson Harper + + * Uri.cs: If the relative uri passed to Uri (base_uri, + relative_uri) is an absolute uri do not combine the uris. The base + uri is dropped. + +2004-02-10 Jackson Harper + + * Uri.cs: Preserve the trailing / if there is one when reducing + paths. + +2004-02-08 Jackson Harper + + * Uri.cs: IsLoopback has different behavoir then + IPAddress::IsLoopback. It will only return true for ipv4 addresses + if they are 127.0.0.1, localhost, or loopback. + +2004-02-06 Jackson Harper + + * Uri.cs: Do not escape querys or fragements. Only reduce certain + schemes. + 2004-02-06 Jackson Harper * Uri.cs: Use UTF8 characters when escaping. Reduce paths. This