2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / System / ChangeLog
index 1484a6c49280159895473b34b6c8e16771f699eb..c4a1c8de265b2d16b777eda361fbc8fab5b5bdb0 100644 (file)
@@ -1,3 +1,20 @@
+2005-01-20  Miguel de Icaza  <miguel@ximian.com>
+
+       * Uri.cs: Set the UriSchemNews port default to 119 as well.
+       Fixes bug #71050.
+
+       When dealing with fragments use the `dontEscape' flag passed to
+       the Uri constructor to decide whether the fragment must or must
+       not be escaped, fixes 71051.
+
+2004-06-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Uri.cs : Such ctor arg string that starts with "//" should be 
+         regarded as a local file path that will be condensed to single "/",
+         so handle such path differently under Windows and under *nix.
+         Since '\\' is a valid path character on Unix, so we should not
+         replace it with '/' in LocalPath.
+
 2004-06-17  Jackson Harper  <jackson@ximian.com>
 
        * Uri.cs: Use invariant culture.