add missing files
[mono.git] / mcs / nunit20 / util / ChangeLog
index ce93dd668172cc49693890e3399a6a502214047c..553e82f24bc072890eb31016a1400cb8904f98f7 100644 (file)
@@ -1,3 +1,42 @@
+2008-01-23  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (install-symlink, uninstall-symlink): New.  In the
+       net_2_0 profile, just install a symlink to the 1.1 profile library
+       in the compiler search path.
+
+2006-08-09  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * added NET_2_0 projects files for VS2005
+
+2006-01-25 Boris Kirzner <borisk@mainsoft.com>
+       * AssemblyInfo.cs, ProjectPath.cs, TestDomain.cs, TestExceptionHandler.cs:
+       added #ifdef and alternative implementation for features 
+       not supported in TARGET_JVM.
+       * nunit.util.dll.J2EE.vmwcsproj : added project file for TARGET_JVM.
+
+2005-07-03  Ben Maurer  <bmaurer@ximian.com>
+
+       * Makefile: Fix so it really doesn't install for 2.0.
+
+2004-12-07  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile ($(RESX_RES)): Pass argument of RESGEN through
+       PLATFORM_CHANGE_SEPARATOR_CMD.
+
+2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlResultVisitor.cs : ... was still broken.
+
+2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * XmlResultVisitor.cs : Local fix - don't use WriteCData() which
+         cannot escape invalid characters. It broke VB unit test. See also:
+         http://sourceforge.net/tracker/?group_id=10749&atid=110749&func=detail&aid=1073539
+
+2004-11-23  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (NO_INSTALL) [PROFILE=net_2_0]: Don't install dll.
+
 2004-10-28  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Updated to NUnit 2.2.0 Final Release.