New tests.
[mono.git] / mcs / class / System / System / ChangeLog
index 89464ce511d9de31ae1ca6d65899d83ba6630a59..3b9dcdc2fedd1565641f33f5fdc9a0acd4ff74f5 100644 (file)
@@ -1,3 +1,71 @@
+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
+       * Uri.cs (ParseNoExceptions): Don't look for '@' in absolute unix paths.
+
+2009-05-16  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Uri.cs (NET_2_1): Remove some extra code for NET_2_1
+
+2009-04-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * UriParser.cs: Don't use compiled regex on NET_2_1 (feature is
+       not available)
+
+2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DefaultUriParser.cs: Add special case for schema
+       * Uri.cs: Make sure we can use a default parser if none was
+       registred for the URI schema.
+       * UriParser.cs: Handle "*" as a special schema for "anything"
+       [Fix bug #496783]
+
 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Uri.cs: Fix some issues found with Moonlight (see new unit