[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / ChangeLog
index 8194973f46c0b8431c2d5662a282661d529f04a9..9824ea506a99f0366f26530da95de3c460bcad45 100644 (file)
@@ -1,3 +1,44 @@
+2010-06-10  Ankit Jain  <jankit@novell.com>
+
+       * Csc.cs: Quote -define: arguments.
+
+2010-06-09  Ankit Jain  <jankit@novell.com>
+
+       * ToolTask.cs: Don't check for tool's existence, as we might
+       not have the full path.
+
+2010-05-28  Ankit Jain  <jankit@novell.com>
+
+       * AssemblyResolver.cs: Add some comments.
+
+2010-05-28  Ankit Jain  <jankit@novell.com>
+
+       * AssemblyResolver.cs (FindInDirectory): Add a 'specific_version'
+       parameter. Look for reference.{dll|exe} instead of checking all
+       files in the directory. Compare assembly names only if
+       specific_version is true.
+       (ResolveHintPathReference): Extract code to check and compare assembly
+       names to ..
+       (ResolvedReferenceFromPath): .. this.
+       (AssemblyNamesCompatible): Change default value of @specificVersion to
+       true.
+       Track api changes.
+       * ResolveAssemblyReference.cs (ResolveReference): Specify
+       'specific_version' in case of SearchPath.Directory.
+       (TryGetSpecificVersionValue): msbuild seems to look only for ',' in
+       the reference, instead of checking whether the assembly is strong
+       named.
+       (TryGetResolvedReferenceByAssemblyName): Track api changes.
+
+2010-05-28  Ankit Jain  <jankit@novell.com>
+
+       * AssemblyResolver.cs (PopulateTargetFrameworkAssemblies):
+       Handle invalid dll, add a null check.
+
+2010-04-10  Ankit Jain  <jankit@novell.com>
+
+       * GetFrameworkPath.cs (FrameworkVersion40Path): New.
+
 2010-04-10  Ankit Jain  <jankit@novell.com>
 
        * Copy.cs: Cleanly log errors, instead of throwing exceptions.