New test.
[mono.git] / mcs / class / System.Web / System.Web.Util / ChangeLog
index f3c389143711dbc1970f7f482b4cdf9e57615a55..4895ba034d8680091ac4fb6273ff9f8926162706 100644 (file)
@@ -1,3 +1,31 @@
+2006-03-15  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * DataSourceResolver.cs: corrected exceptions type in 
+       ResolveDataSource
+
+2006-02-01  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs: CONFIGURATION_2_0 => NET_2_0, and use GetSection
+       instead of GetWebApplicationSection.
+
+2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * UrlUtils.cs: more than one consecutive slash are turned into one.
+
+2006-01-26  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs: rework this so we cache the section, and so we
+       swallow exceptions based on a broken configuration.
+
+2006-01-09  Konstantin Triger <kostat@mainsoft.com>
+
+       AltSerialization.cs: under TARGET_JVM: merging /main/4
+
+2005-11-28  Chris Toshok  <toshok@ximian.com>
+
+       * WebEncoding.cs (FileEncoding, ResponseEncoding,
+       RequestEncoding): CONFIGURATION_2_0 work.
+
 2005-09-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * UrlUtils.cs: fix GetFile to work with '/blah'.