importing messaging-2008 branch to trunk [continued]
[mono.git] / data / net_2_0 / ChangeLog
1 2008-12-03  Marek Habersack  <mhabersack@novell.com>
2
3         * machine.config: rename serviceModelHostingEnvironment to
4         serviceHostingEnvironment.
5
6 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7
8         * machine.config: in 2.0, there's no <connectionManagement> section
9         here. Bug #445991 fixed.
10
11 2008-11-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
12
13         * DefaultWsdlHelpGenerator.aspx: use javascript instead of
14         HttpWebRequest to avoid a deadlock if the web service uses Session.
15         Bug #444343 fixed.
16
17 2008-10-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
18
19         * web.config: default values for httpRuntime are different in 2.0
20
21 2008-10-09  Marek Habersack  <mhabersack@novell.com>
22
23         * web.config: added the default monoSettings section which works around
24         an incompatibility between mcs and csc, mentioned in bug #433806
25
26         * machine.config: added definition of the monoSettings section to 
27         the system.web group
28
29 2008-10-06  Marek Habersack  <mhabersack@novell.com>
30
31         * machine.config: added entries to ignore the mobileControls and
32         deviceFilters sections.
33
34 2008-09-02  Marek Habersack  <mhabersack@novell.com>
35
36         * web.config: removed System.Web.Extensions.dll from the assemblies
37         (reverting r112073) - it would break all the ASP.NET applications
38         which use System.Web.Extensions other than 3.5.0.0
39
40 2008-09-06  Daniel Morgan  <monodanmorg@yahoo.com>
41
42         * machine.config: added Mono.Data.SybaseClient
43         to DbProviderFactories section.
44
45 2008-09-02  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * web.config: added System.Web.Extensions.dll to assemblies.
48
49 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
50
51         * machine.config: Fix syntax error.
52
53 2008-03-23  Dean Brettle  <dean@brettle.com>
54
55         * Makefile.am: added Browsers/Compat.browser
56
57 2008-02-29  Marek Habersack  <mhabersack@novell.com>
58
59         * machine.config: added an entry to ignore the browserCaps section.
60
61 2007-12-15  Marek Habersack  <mhabersack@novell.com>
62
63         * web.config: compilation/compilers are no longer necessary.
64
65 2007-12-08  Marek Habersack  <mhabersack@novell.com>
66
67         * machine.config: updated the LocalSqlServer connection string to
68         match MS.NET and added a new connection string, LocalSqliteServer,
69         to be used by default on Unix.
70         Updated the AspNetSqlMembershipProvider definition to match
71         MS.NET.
72
73         * settings.map: added
74
75         * Makefile.am: added settings.map
76
77 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * web.config, machine.config: moved webSerices section from former
80           to latter.
81
82 2007-09-05  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * machine.config : added WCF sectionGroups.
85
86 2007-09-04  Marek Habersack  <mhabersack@novell.com>
87
88         * machine.config: added an entry to ignore the <system.webServer>
89         section. Fixes bug #82535
90
91 2007-07-03  Marek Habersack  <mhabersack@novell.com>
92
93         * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
94         service generator to run on sites which use stylesheet themes
95         configured in web.config. Fixes bug #81994
96
97 2007-05-01  Marek Habersack  <mhabersack@novell.com>
98
99         * machine.config: added standard data provider factories, or
100         otherwise the SqlDataSource tests will fail.
101
102 2007-04-27  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * DefaultWsdlHelpGenerator.aspx :
105           ProfileViolations could be null, when there is no Binding. So,
106           don't omit null check.
107
108           Stop your bad habit of missing ChangeLog. Former changes (as long
109           as logged) can be seen in ../../ChangeLog.