[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / mconfig / ChangeLog
1 2009-01-26  Marek Habersack  <mhabersack@novell.com>
2
3         * data/config.xml: added a definition for .NET 3.5 AJAX entries
4         (feature AJAX) and moved the 1.0 entries to feature AJAX1.
5
6 2008-10-23  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * data/config.xml : add sections for DynamicData feature.
9
10 2007-12-08  Marek Habersack  <mhabersack@novell.com>
11
12         * data/config.xml: added a feature to protect the 'settings.map'
13         file from download, if used by the application.
14
15 2007-11-21  Marek Habersack  <mhabersack@novell.com>
16
17         * mconfig.cs: drop the -F and -C parameters, default config files,
18         features and commands are now listed when mconfig is ran without
19         any parameters or when no commands are given.
20
21         * Mono.MonoConfig/FeatureNodeHandler.cs: do not append leading and
22         trailing newlines to feature description.
23
24 2007-11-13  Marek Habersack  <mhabersack@novell.com>
25
26         * data/config.xml: replaced the possibly conflicting default block
27         names with ones that are less likely to cause conflicts and
28         modified feature and default config entries to use the new names,
29         via the defaultBlockName attribute of the section element.
30
31         * Mono.MonoConfig/Section.cs: added DefaultBlockName property,
32         which defaults to Name if not parsed from the XML node.
33
34         * Mono.MonoConfig/FeatureNodeHandler.cs: Use the defaultBlockName
35         attribute when searching for the default sections.
36
37         * mconfig.cs: better error handling. Print inner exception
38         message, if any, in addition to the outer one.
39
40         * Mono.MonoConfig/Configuration.cs: do not ignore XmlException
41         when loading configuration files.
42
43         * Mono.MonoConfig/DefaultConfigFileNodeHandler.cs: use
44         DefaultConfigFile.FileName when writing a file or invoking the
45         OnOverwriteFile event handler.
46         Use the defaultBlockName attribute when searching for the default
47         sections.
48
49 2007-11-12  Marek Habersack  <mhabersack@novell.com>
50
51         * Makefile (LOCAL_MCS_FLAGS): Mono.GetOptions.dll is not needed.
52
53         * Mono.MonoConfig/FeatureAction.cs: extracted command execution
54         code to a separate method.
55         Script code must be flushed before passing it to the shell.
56         Implemented Exec action support.
57
58 2007-11-10  Marek Habersack  <mhabersack@novell.com>
59
60         * Mono.MonoConfig/Helpers.cs: added a method for breaking long
61         text lines to fit them within the console window.
62
63         * Mono.MonoConfig/FeatureNode.cs: added support for feature
64         actions.
65
66         * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
67         actions.
68
69         * Mono.MonoConfig/FeatureAction.cs: added
70
71         * mconfig.exe.sources: added Mono.MonoConfig/FeatureAction.cs
72
73 2007-11-09  Marek Habersack  <mhabersack@novell.com>
74
75         * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
76         descriptions.
77         
78         * Mono.MonoConfig/FeatureNode.cs: a new container for the
79         'feature' block data.
80
81         * data/config.xml: feature storage type has changed.
82
83         * mconfig.exe.sources: added Mono.MonoConfig/FeatureNode.cs     
84
85 2007-11-08  Marek Habersack  <mhabersack@novell.com>
86
87         * Mono.MonoConfig/consts.cs.in: use @MONO_SYSCONFDIR@ instead of
88         @MONO_PREFIX@ when pre-setting the location of the default config
89         file.
90
91 2007-11-08  Wade Berrier  <wberrier@novell.com>
92
93         * Makefile: install the config.xml to $sysconfdir instead
94
95 2007-10-22  Marek Habersack  <mhabersack@novell.com>
96
97         * mconfig.cs: do not use Mono.GetOptions. Added own option parsing
98         code instead.
99
100 2007-10-19  Marek Habersack  <mhabersack@novell.com>
101
102         * Makefile: include consts.cs.in in the dist tarball.
103         Extra distribution files should be named in EXTRA_DISTFILES.
104
105 2007-10-19  Marek Habersack  <mhabersack@novell.com>
106
107         * Makefile (DISTFILES): added
108
109 2007-10-19  Marek Habersack  <mhabersack@novell.com>
110
111         * Initial import 
112