[mkbundle] Add support for --quiet.
[mono-project.git] / data / net_2_0 / ChangeLog
blobd925a1e415a6ff1019647e8ad35e7ceca8d21bbe
1 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3         * DefaultWsdlHelpGenerator.aspx: the 'Message Layout' can now handle
4         self-referencing types. Fixes bug #529353.
6 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
8         * web.config: add WCF assemblies as references at compilation.
9         * machine.config: add some missing WCF sections (new in 3.5).
11 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
13         * machine.config: fix WCF diagnostics section name.
15 2009-03-31  Marek Habersack  <mhabersack@novell.com>
17         * DefaultWsdlHelpGenerator.aspx: the link element in <head> must
18         be created using Response.Write, as the code expression in the
19         href attribute is otherwise treated verbatim. This is the same as
20         with .NET. Fixes bug #490497
22 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
24         * DefaultWsdlHelpGenerator.aspx: disable the test form
25         when only Soap is supported.
26         Bug #342073 fixed.
28 2009-01-23  Atsushi Enomoto  <atsushi@ximian.com>
30         * web.config : added .svc handler.
32 2009-01-07  Kornél Pál  <kornelpal@gmail.com>
34         * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
35           will make Visual Studio recognize the web service disco reference.
37         Contributed under MIT/X11 license.
39 2008-12-03  Marek Habersack  <mhabersack@novell.com>
41         * machine.config: rename serviceModelHostingEnvironment to
42         serviceHostingEnvironment.
44 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
46         * machine.config: in 2.0, there's no <connectionManagement> section
47         here. Bug #445991 fixed.
49 2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
51         * DefaultWsdlHelpGenerator.aspx: use javascript instead of
52         HttpWebRequest to avoid a deadlock if the web service uses Session.
53         Bug #444343 fixed.
55 2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
57         * web.config: default values for httpRuntime are different in 2.0
59 2008-10-09  Marek Habersack  <mhabersack@novell.com>
61         * web.config: added the default monoSettings section which works around
62         an incompatibility between mcs and csc, mentioned in bug #433806
64         * machine.config: added definition of the monoSettings section to 
65         the system.web group
67 2008-10-06  Marek Habersack  <mhabersack@novell.com>
69         * machine.config: added entries to ignore the mobileControls and
70         deviceFilters sections.
72 2008-09-02  Marek Habersack  <mhabersack@novell.com>
74         * web.config: removed System.Web.Extensions.dll from the assemblies
75         (reverting r112073) - it would break all the ASP.NET applications
76         which use System.Web.Extensions other than 3.5.0.0
78 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
80         * machine.config: added Mono.Data.SybaseClient
81         to DbProviderFactories section.
83 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
85         * web.config: added System.Web.Extensions.dll to assemblies.
87 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
89         * machine.config: Fix syntax error.
91 2008-03-23  Dean Brettle  <dean@brettle.com>
93         * Makefile.am: added Browsers/Compat.browser
95 2008-02-29  Marek Habersack  <mhabersack@novell.com>
97         * machine.config: added an entry to ignore the browserCaps section.
99 2007-12-15  Marek Habersack  <mhabersack@novell.com>
101         * web.config: compilation/compilers are no longer necessary.
103 2007-12-08  Marek Habersack  <mhabersack@novell.com>
105         * machine.config: updated the LocalSqlServer connection string to
106         match MS.NET and added a new connection string, LocalSqliteServer,
107         to be used by default on Unix.
108         Updated the AspNetSqlMembershipProvider definition to match
109         MS.NET.
111         * settings.map: added
113         * Makefile.am: added settings.map
115 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
117         * web.config, machine.config: moved webSerices section from former
118           to latter.
120 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
122         * machine.config : added WCF sectionGroups.
124 2007-09-04  Marek Habersack  <mhabersack@novell.com>
126         * machine.config: added an entry to ignore the <system.webServer>
127         section. Fixes bug #82535
129 2007-07-03  Marek Habersack  <mhabersack@novell.com>
131         * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
132         service generator to run on sites which use stylesheet themes
133         configured in web.config. Fixes bug #81994
135 2007-05-01  Marek Habersack  <mhabersack@novell.com>
137         * machine.config: added standard data provider factories, or
138         otherwise the SqlDataSource tests will fail.
140 2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
142         * DefaultWsdlHelpGenerator.aspx :
143           ProfileViolations could be null, when there is no Binding. So,
144           don't omit null check.
146           Stop your bad habit of missing ChangeLog. Former changes (as long
147           as logged) can be seen in ../../ChangeLog.