1 2009-01-26 Marek Habersack <mhabersack@novell.com>
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.
6 2008-10-23 Atsushi Enomoto <atsushi@ximian.com>
8 * data/config.xml : add sections for DynamicData feature.
10 2007-12-08 Marek Habersack <mhabersack@novell.com>
12 * data/config.xml: added a feature to protect the 'settings.map'
13 file from download, if used by the application.
15 2007-11-21 Marek Habersack <mhabersack@novell.com>
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.
21 * Mono.MonoConfig/FeatureNodeHandler.cs: do not append leading and
22 trailing newlines to feature description.
24 2007-11-13 Marek Habersack <mhabersack@novell.com>
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.
31 * Mono.MonoConfig/Section.cs: added DefaultBlockName property,
32 which defaults to Name if not parsed from the XML node.
34 * Mono.MonoConfig/FeatureNodeHandler.cs: Use the defaultBlockName
35 attribute when searching for the default sections.
37 * mconfig.cs: better error handling. Print inner exception
38 message, if any, in addition to the outer one.
40 * Mono.MonoConfig/Configuration.cs: do not ignore XmlException
41 when loading configuration files.
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
49 2007-11-12 Marek Habersack <mhabersack@novell.com>
51 * Makefile (LOCAL_MCS_FLAGS): Mono.GetOptions.dll is not needed.
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.
58 2007-11-10 Marek Habersack <mhabersack@novell.com>
60 * Mono.MonoConfig/Helpers.cs: added a method for breaking long
61 text lines to fit them within the console window.
63 * Mono.MonoConfig/FeatureNode.cs: added support for feature
66 * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
69 * Mono.MonoConfig/FeatureAction.cs: added
71 * mconfig.exe.sources: added Mono.MonoConfig/FeatureAction.cs
73 2007-11-09 Marek Habersack <mhabersack@novell.com>
75 * Mono.MonoConfig/FeatureNodeHandler.cs: added support for feature
78 * Mono.MonoConfig/FeatureNode.cs: a new container for the
81 * data/config.xml: feature storage type has changed.
83 * mconfig.exe.sources: added Mono.MonoConfig/FeatureNode.cs
85 2007-11-08 Marek Habersack <mhabersack@novell.com>
87 * Mono.MonoConfig/consts.cs.in: use @MONO_SYSCONFDIR@ instead of
88 @MONO_PREFIX@ when pre-setting the location of the default config
91 2007-11-08 Wade Berrier <wberrier@novell.com>
93 * Makefile: install the config.xml to $sysconfdir instead
95 2007-10-22 Marek Habersack <mhabersack@novell.com>
97 * mconfig.cs: do not use Mono.GetOptions. Added own option parsing
100 2007-10-19 Marek Habersack <mhabersack@novell.com>
102 * Makefile: include consts.cs.in in the dist tarball.
103 Extra distribution files should be named in EXTRA_DISTFILES.
105 2007-10-19 Marek Habersack <mhabersack@novell.com>
107 * Makefile (DISTFILES): added
109 2007-10-19 Marek Habersack <mhabersack@novell.com>