2004-06-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System / System / ChangeLog
index 96d3f4b80eb51f7647812b27ea8dc17880e725e0..ecc0d2b68ba9eca92515adcdc104efbba9c974e0 100644 (file)
@@ -1,3 +1,43 @@
+2004-05-12  Dick Porter  <dick@ximian.com>
+
+       * Uri.cs: Reduce(string) is not in the public API.
+
+2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UriBuilder.cs: ignore empty Query. Fixes bug #57082.
+
+2004-03-21  Jackson Harper  <jackson@ximian.com>
+
+       * Uri.cs: Equals should be case insensitive for all parts except
+       the path.
+
+2004-02-11  Jackson Harper  <jackson@ximian.com>
+
+       * Uri.cs: If we are sure we have a windows path use \ instead of
+       / for directory separating.
+       
+2004-02-11  Jackson Harper  <jackson@ximian.com>
+
+       * 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  <jackson@ximian.com>
+
+       * Uri.cs: Preserve the trailing / if there is one when reducing
+       paths.
+       
+2004-02-08  Jackson Harper  <jackson@ximian.com>
+
+       * 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  <jackson@ximian.com>
+
+       * Uri.cs: Do not escape querys or fragements. Only reduce certain
+       schemes.
+       
 2004-02-06  Jackson Harper  <jackson@ximian.com>
 
        * Uri.cs: Use UTF8 characters when escaping. Reduce paths. This