- Removed debug output
[mono.git] / mcs / nunit20 / ChangeLog
1 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
2
3         * Changelog: rename to ChangeLog
4         * */Makefile.am: build for 2.0
5         * */AssemblyInfo.cs: Different version for 2.0 to make the GAC happy.
6
7 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * Updated to NUnit 2.2.0 Final Release.
10
11 2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * nunit.key: New. (Truncated) key pair used to sign nunit assemblies.
14
15 2003-10-12  Todd Berman  <tberman@gentoo.org>
16
17         * Lots of files changed, upgraded to nunit 2.1.4. I built and ran the
18         corlib test, so it seems like existing tests should still work under
19         this new version of nunit.
20
21 2003-02-22  Martin Baulig  <martin@ximian.com>
22
23         * makefile(s): Added `MCS' and `MCS_FLAGS' variables.
24
25 2003-01-12  Nick Drochak  <ndrochak@gol.com>
26
27         * makefile(s): Only build if source changes. Naive implementation.
28
29 2003-01-12  Nick Drochak  <ndrochak@gol.com>
30
31         * TestResult.xml: Generated result file. Shouldn't be in CVS.
32
33 2002-12-15  Nick Drochak  <ndrochak@gol.com>
34
35         * nunit.build: Don't delete Transform.resources now, we don't generate
36         it anymore.