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