[corlib] Improve CancellationTokenSource test
[mono.git] / data / net_2_0 / ChangeLog
index 0ea4cc396adce146136297bf4bba2afb984addbf..d925a1e415a6ff1019647e8ad35e7ceca8d21bbe 100644 (file)
@@ -1,3 +1,80 @@
+2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DefaultWsdlHelpGenerator.aspx: the 'Message Layout' can now handle
+       self-referencing types. Fixes bug #529353.
+
+2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * web.config: add WCF assemblies as references at compilation.
+       * machine.config: add some missing WCF sections (new in 3.5).
+
+2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * machine.config: fix WCF diagnostics section name.
+
+2009-03-31  Marek Habersack  <mhabersack@novell.com>
+
+       * DefaultWsdlHelpGenerator.aspx: the link element in <head> must
+       be created using Response.Write, as the code expression in the
+       href attribute is otherwise treated verbatim. This is the same as
+       with .NET. Fixes bug #490497
+
+2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DefaultWsdlHelpGenerator.aspx: disable the test form
+       when only Soap is supported.
+       Bug #342073 fixed.
+
+2009-01-23  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * web.config : added .svc handler.
+
+2009-01-07  Kornél Pál  <kornelpal@gmail.com>
+
+       * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
+         will make Visual Studio recognize the web service disco reference.
+
+       Contributed under MIT/X11 license.
+
+2008-12-03  Marek Habersack  <mhabersack@novell.com>
+
+       * machine.config: rename serviceModelHostingEnvironment to
+       serviceHostingEnvironment.
+
+2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * machine.config: in 2.0, there's no <connectionManagement> section
+       here. Bug #445991 fixed.
+
+2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DefaultWsdlHelpGenerator.aspx: use javascript instead of
+       HttpWebRequest to avoid a deadlock if the web service uses Session.
+       Bug #444343 fixed.
+
+2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * web.config: default values for httpRuntime are different in 2.0
+
+2008-10-09  Marek Habersack  <mhabersack@novell.com>
+
+       * web.config: added the default monoSettings section which works around
+       an incompatibility between mcs and csc, mentioned in bug #433806
+
+       * machine.config: added definition of the monoSettings section to 
+       the system.web group
+
+2008-10-06  Marek Habersack  <mhabersack@novell.com>
+
+       * machine.config: added entries to ignore the mobileControls and
+       deviceFilters sections.
+
+2008-09-02  Marek Habersack  <mhabersack@novell.com>
+
+       * web.config: removed System.Web.Extensions.dll from the assemblies
+       (reverting r112073) - it would break all the ASP.NET applications
+       which use System.Web.Extensions other than 3.5.0.0
+
 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
 
        * machine.config: added Mono.Data.SybaseClient