Merge pull request #733 from amoiseev-softheme/bugfix/monofix
[mono.git] / mcs / class / Microsoft.Build.Utilities / Microsoft.Build.Utilities / ChangeLog
index d7f994b30d9b384d1218c2e7c4fb5466fdf3511f..aa0a060404171accd93ac3157f2e340b43fbe3ad 100644 (file)
@@ -1,3 +1,30 @@
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * ToolTask.cs: Don't wait for the process to end, before emitting
+       it's stdout/stderr, emit as it is received. This helps with time
+       consuming tools.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * ReservedNameUtils.cs (GetReservedMetadata): Handle empty item.
+
+2010-04-08  Ankit Jain  <jankit@novell.com>
+
+       * ToolTask.cs: Use regex to parse output. Regex is from monodevelop.
+
+2010-04-08  Ankit Jain  <jankit@novell.com>
+
+       * ToolTask.cs (ExecuteTool): Check that the tool exists.
+
+2010-04-03  Ankit Jain  <jankit@novell.com>
+
+       * TargetDotNetFrameworkVersion.cs: Add Version40 .
+       * Task.cs (BuildEngine2): New.
+       * ToolLocationHelper.cs: Use class/lib/net_* as the path
+       for the assemblies and targets when running tests.
+       Environment variable TESTING_MONO is set for testing.
+       This allows a 4.0 xbuild to build 2.0/3.5 projects.
+
 2010-02-19  Ankit Jain  <jankit@novell.com>
 
        * TaskItem.cs: Track api changes.