2007-12-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / nunit20 / nunit-console / ChangeLog
1 2007-09-18  Massimiliano Mantione  <massi@ximian.com>
2
3         * Added "<legacyUnhandledExceptionPolicy enabled="1"/>" to the
4         config files to allow nunit to deal with unhandled exceptions.
5
6 2006-08-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
7
8         * added NET_2_0 projects files for VS2005
9
10 2006-08-09  Andrew Skiba <andrews@mainsoft.com>
11
12         * ConsoleUi.cs: TARGET_JVM ifdef.
13
14 2006-06-15  Raja R Harinath  <rharinath@novell.com>
15
16         * Makefile (EXTRA_DISTFILES): Rename from DISTFILES.
17
18 2006-01-25 Boris Kirzner <borisk@mainsoft.com>
19         * ConsoleUi.cs: added #ifdef for features not supported in TARGET_JVM.
20         * nunit-console.J2EE.vmwcsproj: added project file for TARGET_JVM.
21
22 2006-01-12  Raja R Harinath  <rharinath@novell.com>
23
24         * Makefile: Revert my '2006-01-10' commit.  Prefer the more
25         generic fix to build/executable.make.
26         (DISTFILES): Distribute nunit-console.exe.config.net_2_0.
27         * nunit-console.exe.net_2_0.config: Delete.
28
29 2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
30
31         * nunit-console.exe.config.net_2_0: configuration for
32         nunit-console in the 2.0 profile.
33
34 2006-01-10  Raja R Harinath  <rharinath@novell.com>
35
36         This should fix #76928.  This fix incorporates ideas from a patch
37         posted on that bugreport.
38         * Makefile [net_2_0 profile]: Don't build nunit-console.exe.  Copy
39         the executable from the 'default' profile, and use a slightly
40         customized nunit-console.exe.config.
41         * nunit-console.exe.net_2_0.config: New config file for the
42         net_2_0 profile.  Alter the list of 'supportedRuntime's to prefer
43         the 2.0 runtime.
44
45 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
46
47         * nunit-console.exe.config: Updated runtime version to v2.0.50727 (2.0 RTM).
48
49 2005-01-13  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * ConsoleUI.cs : at least it should flush stream, even though it
52           cannot close the stream (due to the behavioral difference between
53           Console.Out and usual StreamWriter).
54
55 2004-11-26  Martin Baulig  <martin@ximian.com>
56
57         * ConsoleUI.cs (ConsoleUI.Execute): Print a short summary (number
58         of tests run, ignored, failed) to the console, honor the /output
59         argument for the detailed summary.      
60
61 2004-11-23  Raja R Harinath  <rharinath@novell.com>
62
63         * Makefile (NO_INSTALL): Don't install nunit-console.exe.
64
65 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
66
67         * Updated to NUnit 2.2.0 Final Release.