[corlib] Improve CancellationTokenSource test
[mono.git] / data / net_2_0 / ChangeLog
1 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
2
3         * DefaultWsdlHelpGenerator.aspx: the 'Message Layout' can now handle
4         self-referencing types. Fixes bug #529353.
5
6 2009-08-05  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * web.config: add WCF assemblies as references at compilation.
9         * machine.config: add some missing WCF sections (new in 3.5).
10
11 2009-05-28  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * machine.config: fix WCF diagnostics section name.
14
15 2009-03-31  Marek Habersack  <mhabersack@novell.com>
16
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
21
22 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
23
24         * DefaultWsdlHelpGenerator.aspx: disable the test form
25         when only Soap is supported.
26         Bug #342073 fixed.
27
28 2009-01-23  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * web.config : added .svc handler.
31
32 2009-01-07  Kornél Pál  <kornelpal@gmail.com>
33
34         * DefaultWsdlHelpGenerator.aspx: Move <script> at the end of <head> that
35           will make Visual Studio recognize the web service disco reference.
36
37         Contributed under MIT/X11 license.
38
39 2008-12-03  Marek Habersack  <mhabersack@novell.com>
40
41         * machine.config: rename serviceModelHostingEnvironment to
42         serviceHostingEnvironment.
43
44 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
45
46         * machine.config: in 2.0, there's no <connectionManagement> section
47         here. Bug #445991 fixed.
48
49 2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
50
51         * DefaultWsdlHelpGenerator.aspx: use javascript instead of
52         HttpWebRequest to avoid a deadlock if the web service uses Session.
53         Bug #444343 fixed.
54
55 2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
56
57         * web.config: default values for httpRuntime are different in 2.0
58
59 2008-10-09  Marek Habersack  <mhabersack@novell.com>
60
61         * web.config: added the default monoSettings section which works around
62         an incompatibility between mcs and csc, mentioned in bug #433806
63
64         * machine.config: added definition of the monoSettings section to 
65         the system.web group
66
67 2008-10-06  Marek Habersack  <mhabersack@novell.com>
68
69         * machine.config: added entries to ignore the mobileControls and
70         deviceFilters sections.
71
72 2008-09-02  Marek Habersack  <mhabersack@novell.com>
73
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
77
78 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
79
80         * machine.config: added Mono.Data.SybaseClient
81         to DbProviderFactories section.
82
83 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * web.config: added System.Web.Extensions.dll to assemblies.
86
87 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
88
89         * machine.config: Fix syntax error.
90
91 2008-03-23  Dean Brettle  <dean@brettle.com>
92
93         * Makefile.am: added Browsers/Compat.browser
94
95 2008-02-29  Marek Habersack  <mhabersack@novell.com>
96
97         * machine.config: added an entry to ignore the browserCaps section.
98
99 2007-12-15  Marek Habersack  <mhabersack@novell.com>
100
101         * web.config: compilation/compilers are no longer necessary.
102
103 2007-12-08  Marek Habersack  <mhabersack@novell.com>
104
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.
110
111         * settings.map: added
112
113         * Makefile.am: added settings.map
114
115 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * web.config, machine.config: moved webSerices section from former
118           to latter.
119
120 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * machine.config : added WCF sectionGroups.
123
124 2007-09-04  Marek Habersack  <mhabersack@novell.com>
125
126         * machine.config: added an entry to ignore the <system.webServer>
127         section. Fixes bug #82535
128
129 2007-07-03  Marek Habersack  <mhabersack@novell.com>
130
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
134
135 2007-05-01  Marek Habersack  <mhabersack@novell.com>
136
137         * machine.config: added standard data provider factories, or
138         otherwise the SqlDataSource tests will fail.
139
140 2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
141
142         * DefaultWsdlHelpGenerator.aspx :
143           ProfileViolations could be null, when there is no Binding. So,
144           don't omit null check.
145
146           Stop your bad habit of missing ChangeLog. Former changes (as long
147           as logged) can be seen in ../../ChangeLog.