SMTP Internal classes added to make SmtpMail.Send work
[mono.git] / mcs / nunit / ChangeLog
index 791fffa61095e98968e468d3376943769eddb9aa..8bb9241b14ca67fae3662ea9f6f85370731502d1 100644 (file)
@@ -1,3 +1,40 @@
+2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * makefile.gnu:
+       * src/NUnitConsole/makefile.gnu: some modifications to use the other
+       makefiles and build dll and exe on linux.
+
+       * src/makefile.gnu: New file.
+       * src/NUnitCore/list.unix: New file.
+       * src/NUnitCore/makefile.gnu: New file.
+
+2002-08-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * makefile.gnu: make it use the freshly built mcs.
+
+2002-07-19  Martin Baulig  <martin@gnome.org>
+
+       * makefile.gnu, list.unix: Added makefile.gnu for self-hosting
+       GNU/Linux build.
+
+       * src/NUnitConsole/makefile.gnu, src/NUnitConsole/list.unix: Likewise.
+
+2002-03-08  Nick Drochak  <ndrochak@gol.com>
+
+       * nunit.build: exclude all the obsolete stuff, and prevent csc from
+       linking any ms stuff to the dll and exe we are testing on Linux.
+
+2002-03-07  Nick Drochak  <ndrochak@gol.com>
+
+       * .cvsignore: ignore *.pdb files
+       * nunit.build: Build a version of NUnitCore.dll and NUnitConsole.exe
+       using mono's corlib. Use this to test on Linux under mint and mono.
+
+2002-03-06  Nick Drochak  <ndrochak@gol.com>
+
+       * nunit.build: Exclude obsolete class from build. Probably should
+       remove from cvs.
+
 2002-02-27  Martin Baulig  <martin@gnome.org>
 
        Imported NUnit 1.11.
@@ -7,6 +44,9 @@
        NUnitBase.dll which just contains the source files which are needed
        to run the tests on Linux.
 
+       * RunTests.cs: This is a simple test runner which is used when we
+       run the tests on Linux. It is linked into UNitBase.dll.
+
        * makefile: Just call NAnt here.
 
        * NUnitGUI.exe, NUnitTests.dll: Removed binaries.