[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ChangeLog
index 1ae368ee4c85254586d544755d7ca0471fe84934..d6c4e57615b4f0847de2aaf93e8d68e3f5e0ec29 100644 (file)
@@ -1,3 +1,45 @@
+2010-07-02  Marek Habersack  <mhabersack@novell.com>
+
+       * VersionConverter.cs: added support for checking whether the
+       passed version is equal or more than a specified minimal version.
+
+       * PagesSection.cs: added two 4.0 properties - ClientIDMode and
+       ControlRenderingCompatibilityVersion 
+
+2010-06-01  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpRuntimeSection.cs: added 4.0 properties
+       MaxQueryLengthString, MaxUrlLength, EncoderType and
+       RelaxedUrlToFileSystemMapping.
+
+2010-05-17  Marek Habersack  <mhabersack@novell.com>
+
+       * BuildProvider.cs: made the Extension property case-insensitive
+
+2010-04-09  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationManager.cs: GetSection properly processes paths
+       of form '~'. Fixes bug #595140. Patch from Adriaan van Kekem
+       <avkekem@hotmail.com>, thanks!
+
+2010-04-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * GlobalizationSection.cs: use WebName instead of EncodingName.
+
+2010-03-06  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationManager.cs: do not use Request.Path - it may
+       fail because of invalid web.config file, use
+       Request.PathNoValidation instead.
+
+       * VersionConverter.cs: added
+
+       * PropertyHelper.cs: added a Version converter helper.
+
+       * HttpRuntimeSection.cs: added 4.0 properties -
+       RequestPathInvalidCharacters, RequestValidationType and
+       RequestValidationMode.
+
 2010-02-23  Marek Habersack  <mhabersack@novell.com>
 
        * SessionStateSection.cs: implemented 4.0 properties -