[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.ServiceModel.Web / ChangeLog
index 429c30bb3c81d72c79429eb4532d7592311f7e30..d0c60882654ecd60063a8aca2578a7149af817bd 100644 (file)
@@ -1,3 +1,115 @@
+2010-03-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_0_System.ServiceModel.Web.dll.sources,
+         common_System.ServiceModel.Web.dll.sources : UriTemplates are
+         moved to Sys.SM.dll in 4.0 profile.
+
+2010-03-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * monotouch_System.ServiceModel.Web.dll.sources :
+         This also needs new files.
+
+2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_0_System.ServiceModel.Web.dll.sources,
+         net_2_1_raw_System.ServiceModel.Web.dll.sources :
+         move JsonReader.cs as Sys.R.S.Json/JavaScriptReader.cs
+
+2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * net_2_0_System.ServiceModel.Web.dll.sources,
+         net_2_1_raw_System.ServiceModel.Web.dll.sources :
+         add JavaScriptObjectDeserializer.cs and JsonReader in Sys.Json
+         (which is to be moved later).
+
+2010-03-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources : add new test.
+       * Makefile : add new extra dist.
+
+2010-01-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * monotouch_System.ServiceModel.Web.dll.sources: Don't inherit from
+       net_2_1_raw*.sources when you require a superset of moonlight API
+
+2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.ServiceModel.Web.dll.sources: Use custom
+       version of DataContractJsonSerializer for Moonlight
+
+2009-11-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * common_System.ServiceModel.Web.dll.sources,
+         net_2_0_System.ServiceModel.Web.dll.sources,
+         net_4_0_System.ServiceModel.Web.dll.sources :
+
+         in 4.0 profile, some types are moved from this
+         assembly, so extract common basis and include
+         it in 2.0 and 4.0 profile sources (4.0 is
+         equivalent to common so far).
+
+2009-10-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * monotouch_System.ServiceModel.Web.dll.sources:
+         adding experimental WebHttpBinding stuff.
+
+2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources :
+         add WebScriptEnablingBehaviorTest.cs.
+
+2009-10-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources :
+          add WebScriptServiceHostFactoryTest.cs.
+
+2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : add -r:System.Web.Extensions.dll.
+
+2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources :
+         added UriTemplateTableTest.cs.
+
+2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources :
+         added UriTemplateEquivalenceComparerTest.cs.
+
+2009-09-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : use System.Core.
+
+2009-09-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources :
+         added WebOperationContextTest.cs.
+
+2009-07-20  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: filter the valid profile on the framework version,
+       to make it easier to have custom variants.
+
+2009-04-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * net_2_1_raw_System.ServiceModel.Web.dll.sources: Remove the common
+       Const, Locale and MonoTODO since we can now get them from mscorlib.dll
+
+2009-04-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources : added
+         AtomPub10CategoriesDocumentFormatterTest.
+
+2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web_test.dll.sources : added
+         ServiceDocumentTest and AtomPub10ServiceDocumentFormatterTest.
+
+2009-04-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * System.ServiceModel.Web.dll.sources : added 3.5 SP1 atompp stuff.
+
 2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>
 
        * Makefile : add -d:NET_3_5.