New tests.
[mono.git] / mcs / class / System / System / ChangeLog
index 7ed5a62362bbf4e9b8058507d9ca9e6f8f0fa34f..3b9dcdc2fedd1565641f33f5fdc9a0acd4ff74f5 100644 (file)
@@ -1,3 +1,49 @@
+2010-04-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       Keep "ftp://a.b/%2fcd" urls unmolested
+       * Uri.cs (CompactEscaped): New.  Check if scheme allows escaped
+       path characters are compacted (list of schemes obtained from MSDN).
+       (Reduce): Add argument that is set if escaped characters need to
+       be compacted.
+
+2010-03-20  Miguel de Icaza  <miguel@novell.com>
+
+       * Uri.cs: Drop pre-2.0 support
+
+2010-03-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Uri.cs: Remove some MOONLIGHT defines
+
+2010-03-16  Jb Evain  <jbevain@novell.com>
+
+       * Uri.cs, UriTypeConverter.cs: use MOONLIGHT symbol to
+       disambiguate MonoTouch and Moonlight code.
+
+2010-01-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Uri.cs: In IsWellFormedOriginalString(), call to our internal
+       EscapeString() method since we need to tell it to *not* escape '#'
+       (hex). Fixes #549135.
+
+2009-11-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Uri.cs: Hide protected EscapeString and Unescape for SL2/3
+       * UriTypeConverter.cs: Seal type for SL2/3
+
+2009-11-26  Stephane Delcroix  <stephane@delcroix.org>
+
+       * Uri.cs (ParseNoExceptions): don't try to find a scheme if the uri is a
+       UnixFileName or WindowsUNC.
+
+2009-11-02  Miguel de Icaza  <miguel@novell.com>
+
+       * UriFormatException.cs: .NET 4.0 API
+
+2009-10-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Uri.cs : do not reject relative short name URI when uriKind is
+         RelativeOrAbsolute.
+
 2009-09-01  Raja R Harinath  <harinath@hurrynot.org>
 
        Fix #533572