2011-03-08  Miguel de Icaza  <miguel@gnome.org>

	[System.Json] Fix loader.

	The current loader failed with some Json strings due to the
	implementation of the BufferedStreamReader. Removed that
	implementation completely, and instead depend on the StreamReader
	to do the actual BOM detection.

	This removes the JavaScriptObjectDeserializer.cs file

2010-10-15  Andreia Gaita  <shana@jitted.com>

	[Json] Add support for calling external json (de)serialization
	methods

	On Moonlight, ScriptObject types have custom (de)serialization
	methods that need to be called whenever a user object includes
	properties of that type. This patch creates a TypeMap subclass
	(ExternalTypeMap) and exposes a method that can be called from
	moon's System.Windows.Browser to register custom serialization and
	deserialization methods, keyed by type. These are called whenever
	a property is found with a type (or base type) that has custom
	methods registered.

2010-09-13  Atsushi Eno  <atsushi@ximian.com>

	implemented large parts of WCF standard endpoints and
	configuration support.

2010-09-08  Jb Evain  <jbevain@gmail.com>

	Fix the mobile_System.ServiceModel.Web include

2010-09-08  Jb Evain  <jbevain@gmail.com>

	Factorize the System.ServiceModel.Web monotouch and monodroid
	sources into a mobile.sources

2010-09-08  Jb Evain  <jbevain@gmail.com>

	Enable the System.ServiceModel.Web build for monodroid

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.

2008-09-12  Jb Evain  <jbevain@novell.com>

	* net_2_1_raw_System.ServiceModel.Web.dll.sources
	* Makefile
	* System.Runtime.Serialization.Json/JsonReader.cs:
		support the SL2 profile compilation.

2008-04-21  Igor Zelmanovich <igorz@mainsoft.com>

	* System.ServiceModel.Web_test.dll.sources: add WebServiceHostTest.cs.

2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : -r:System.Configuration.dll.

2007-12-07  Atsushi Enomoto  <atsushi@ximian.com>

	* System.ServiceModel.Web.dll.sources : fixed wrong source name.

2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* System.ServiceModel.Web_test.dll.sources,
	  System.ServiceModel.Web.dll.sources : updated to reflect the latest
	  file lists.
	* Makefile : added -r:System.ServiceModel.dll

2007-09-01  Atsushi Enomoto  <atsushi@ximian.com>

	* System.ServiceModel.Web_test.dll.sources : removed all old tests
	  for obsoleted types. They must be updated before being added so
	  that they do not block run-test-ondotnet. Added JsonWriterTest.cs.
	* System.ServiceModel.Web.dll.sources : added JsonWriter.cs and
	  JsonReaderWriterFactory.cs.
	* Makefile : fixed version number. It is not NO_TEST anymore.

2007-06-07  Joel Reed  <joelwreed@comcast.com>

	* ATOM: serialize generator, logo, copyrights, and language
	add two new unit test data feeds

2007-06-05  Joel Reed  <joelwreed@comcast.com>

	* add SyndicationCategory stubbed out class from Stephen A Jazdzewski,
	add RSS serialization tests, add richer atom feed serialization test

2007-06-04  Joel Reed  <joelwreed@comcast.com>

	* add properties and constructor implementations for 
	UrlSyndicationContent and XmlSyndicationContent

2007-05-31  Joel Reed  <joelwreed@comcast.com>

	* add more testcases and stubbed out classes from Stephen A Jazdzewski

	* Move System.ServiceModel.Syndication files into a subdirectory

