2009-02-02 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / nunit20 / ChangeLog
1 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
2
3         * */Documentation/**: Flush updated documentation.
4
5 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
6
7         * Documentation/en/**: Move to appropriate assembly-specific 
8           directories.
9
10 2008-01-23  Raja R Harinath  <harinath@hurrynot.org>
11
12         * mocks/Makefile (install-symlink, uninstall-symlink): New.  In the
13         net_2_0 profile, just install a symlink to the 1.1 profile library
14         in the compiler search path.
15
16 2007-01-04  Miguel de Icaza  <miguel@novell.com>
17
18         * nunit-console/ConsoleUi.cs: Do not use the word "failure" if
19         there are no failues, simplifies reading the logs.
20
21 2006-08-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
22
23         * added NET_2_0 solution files for VS2005
24
25 2006-06-06  Merav Sudri <meravs@mainsoft.com>
26         * nunit.java.sln - not used build configurations was deleted.
27         * readme: instructions for using nunit.java was added.
28
29 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * mocks, Makefile : added nunit.mocks.dll due to the request
32           in bug #78275. Patch by Matt Hargett.
33
34 2006-01-25 Boris Kirzner <borisl@mainsoft.com>
35         * nunit.java.sln: added solution file for TARGET_JVM.
36
37 Wed Apr 20 18:05:41 CEST 2005 Paolo Molaro <lupus@ximian.com>
38
39         * */AssemblyInfo.cs: fixed path to key file.
40
41 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
42
43         * Changelog: rename to ChangeLog
44         * */Makefile.am: build for 2.0
45         * */AssemblyInfo.cs: Different version for 2.0 to make the GAC happy.
46
47 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * Updated to NUnit 2.2.0 Final Release.
50
51 2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>
52
53         * nunit.key: New. (Truncated) key pair used to sign nunit assemblies.
54
55 2003-10-12  Todd Berman  <tberman@gentoo.org>
56
57         * Lots of files changed, upgraded to nunit 2.1.4. I built and ran the
58         corlib test, so it seems like existing tests should still work under
59         this new version of nunit.
60
61 2003-02-22  Martin Baulig  <martin@ximian.com>
62
63         * makefile(s): Added `MCS' and `MCS_FLAGS' variables.
64
65 2003-01-12  Nick Drochak  <ndrochak@gol.com>
66
67         * makefile(s): Only build if source changes. Naive implementation.
68
69 2003-01-12  Nick Drochak  <ndrochak@gol.com>
70
71         * TestResult.xml: Generated result file. Shouldn't be in CVS.
72
73 2002-12-15  Nick Drochak  <ndrochak@gol.com>
74
75         * nunit.build: Don't delete Transform.resources now, we don't generate
76         it anymore.