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