2007-07-26 Jonathan Chambers <joncham@gmail.com>
[mcs.git] / nunit20 / ChangeLog
blob2ac836a686809273ea56d1500b2628aa634958c0
1 2007-01-04  Miguel de Icaza  <miguel@novell.com>
3         * nunit-console/ConsoleUi.cs: Do not use the word "failure" if
4         there are no failues, simplifies reading the logs.
6 2006-08-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
8         * added NET_2_0 solution files for VS2005
10 2006-06-06  Merav Sudri <meravs@mainsoft.com>
11         * nunit.java.sln - not used build configurations was deleted.
12         * readme: instructions for using nunit.java was added.
14 2006-05-09  Atsushi Enomoto  <atsushi@ximian.com>
16         * mocks, Makefile : added nunit.mocks.dll due to the request
17           in bug #78275. Patch by Matt Hargett.
19 2006-01-25 Boris Kirzner <borisl@mainsoft.com>
20         * nunit.java.sln: added solution file for TARGET_JVM.
22 Wed Apr 20 18:05:41 CEST 2005 Paolo Molaro <lupus@ximian.com>
24         * */AssemblyInfo.cs: fixed path to key file.
26 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
28         * Changelog: rename to ChangeLog
29         * */Makefile.am: build for 2.0
30         * */AssemblyInfo.cs: Different version for 2.0 to make the GAC happy.
32 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
34         * Updated to NUnit 2.2.0 Final Release.
36 2004-05-01  Sebastien Pouliot  <sebastien@ximian.com>
38         * nunit.key: New. (Truncated) key pair used to sign nunit assemblies.
40 2003-10-12  Todd Berman  <tberman@gentoo.org>
42         * Lots of files changed, upgraded to nunit 2.1.4. I built and ran the
43         corlib test, so it seems like existing tests should still work under
44         this new version of nunit.
46 2003-02-22  Martin Baulig  <martin@ximian.com>
48         * makefile(s): Added `MCS' and `MCS_FLAGS' variables.
50 2003-01-12  Nick Drochak  <ndrochak@gol.com>
52         * makefile(s): Only build if source changes. Naive implementation.
54 2003-01-12  Nick Drochak  <ndrochak@gol.com>
56         * TestResult.xml: Generated result file. Shouldn't be in CVS.
58 2002-12-15  Nick Drochak  <ndrochak@gol.com>
60         * nunit.build: Don't delete Transform.resources now, we don't generate
61         it anymore.