2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono.git] / data / net_2_0 / ChangeLog
index 4c48c9c136029baaa03029405667db7a2588d453..d78bd7175feb993b1f9701dd4150e7c446eb00c2 100644 (file)
@@ -1,3 +1,110 @@
+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
+       to DbProviderFactories section.
+
+2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * web.config: added System.Web.Extensions.dll to assemblies.
+
+2008-08-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * machine.config: Fix syntax error.
+
+2008-03-23  Dean Brettle  <dean@brettle.com>
+
+       * Makefile.am: added Browsers/Compat.browser
+
+2008-02-29  Marek Habersack  <mhabersack@novell.com>
+
+       * machine.config: added an entry to ignore the browserCaps section.
+
+2007-12-15  Marek Habersack  <mhabersack@novell.com>
+
+       * web.config: compilation/compilers are no longer necessary.
+
+2007-12-08  Marek Habersack  <mhabersack@novell.com>
+
+       * machine.config: updated the LocalSqlServer connection string to
+       match MS.NET and added a new connection string, LocalSqliteServer,
+       to be used by default on Unix.
+       Updated the AspNetSqlMembershipProvider definition to match
+       MS.NET.
+
+       * settings.map: added
+
+       * Makefile.am: added settings.map
+
+2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * web.config, machine.config: moved webSerices section from former
+         to latter.
+
+2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * machine.config : added WCF sectionGroups.
+
+2007-09-04  Marek Habersack  <mhabersack@novell.com>
+
+       * machine.config: added an entry to ignore the <system.webServer>
+       section. Fixes bug #82535
+
 2007-07-03  Marek Habersack  <mhabersack@novell.com>
 
        * DefaultWsdlHelpGenerator.aspx: make head server-side, for the