[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Microsoft.Build.Engine / ChangeLog
index d7950f79635e4c9aa47e549ff0fb250d48578cd8..fdd1a9ef402af94c54cad8e3c5584e825b73a978 100644 (file)
@@ -1,3 +1,77 @@
+2010-07-09  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add
+       UnknownToolsVersionException.cs
+
+2010-04-06  Ankit Jain  <jankit@novell.com>
+
+       * Makefile (EXTRA_DISTFILES): Remove TestTasks.dll.config .
+
+2010-04-03  Ankit Jain  <jankit@novell.com>
+
+       * Makefile: Use the correct assembly name for MS.Build.Utilities*
+       for 3.5 and 4.0 profiles. Copy the .config files for the test
+       assembly.
+       Import tools/xbuild/xbuild_targets.make, which copies the target
+       and tasks file in the correct place, to allow running tests
+       with different toolsversion.
+       * Microsoft.Build.Engine.dll.sources: Add LogExtensions.cs,
+       Toolset.cs, ToolsetDefinitionLocations.cs and ToolsetCollection.cs .
+       * Test/test-config-file-net-3.5: New.
+       * Test/test-config-file-net-4.0: New.
+
+2010-02-19  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add ProjectLoadSettings.cs .
+
+2010-01-21     Rodrigo B. de Oliveira <rodrigo@unity3d.com>
+
+       * Microsoft.Build.BuildEngine/BuildWhen.cs
+       * Microsoft.Build.BuildEngine/PropertyReference.cs:
+               support for nested Choose elements + fixed bug where the project reference
+               would be null during condition evaluation.
+               
+2010-01-12     Rodrigo B. de Oliveira <rodrigo@unity3d.com>
+
+       * Microsoft.Build.BuildEngine/BuildWhen.cs
+       * Test/Microsoft.Build.BuildEngine/BuildChooseTest.cs:
+               Support for PropertyGroup as a child of When and Otherwise
+
+2009-08-20  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add tools/xbuild/SolutionParser.cs
+
+2009-02-21  Ankit Jain  <jankit@novell.com>
+
+       * Import.cs (GetFullPath): Use Utilities.FromMSBuildPath .
+
+2009-02-19  Jonathan Chambers  <joncham@gmail.com>
+
+       * Microsoft.Build.Engine.csproj: Add.
+       * Microsoft.Build.Engine.Test.csproj: Update.
+
+2009-01-31  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine_test.dll.sources: Replace BatchingImpl.cs with
+       BatchingImplBase.cs, TargetBatchingImpl.cs and TaskBatchingImpl.cs
+
+2009-01-06  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine_test.dll.sources: Add TestMessageLogger from
+       Ms.Build.Tasks tests.
+
+2009-01-01  Ankit Jain  <jankit@novell.com>
+
+       * Microsoft.Build.Engine.dll.sources: Add IReference.cs
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * Documentation/**: Flush updated documentation.
+
+2008-05-28  Marek Safar  <marek.safar@gmail.com>
+       
+       * Makefile (EXTRA_DISTFILES): More test files.
+
 2006-06-23  Marek Sieradzki  <marek.sieradzki@gmail.com>
        
        * Makefile (EXTRA_DISTFILES): Changed name from SimpleTask.cs to