Fix bug #458916.
[mono.git] / mcs / class / Microsoft.Build.Tasks / Microsoft.Build.Tasks / ChangeLog
index 35544843e7b1dc91a6e71b3ebf9e4f8aa74cae64..fc6ed8a18ad144fd75a54b043e551eb01ab41744 100644 (file)
@@ -1,3 +1,86 @@
+2009-02-21  Ankit Jain  <jankit@novell.com>
+
+       Fix bug #458916.
+       * Copy.cs: CopiedFiles and DestinationFiles should have target paths
+       instead of source. Also, the metadata should get retained from source
+       items. Based on a patch by Jeffrey Richardson <themann@indyfantasysports.net>
+       Refactor a bit to remove code duplication.
+
+2009-02-21  Ankit Jain  <jankit@novell.com>
+
+       * MSBuild.cs (SplitPropertiesToDictionary): Split into exactly 2 parts.
+
+2009-02-11  Leszek Ciesielski <skolima@gmail.com>
+
+       * ResolveAssemblyReference.cs : AllowedRelatedFileExtensions stub
+
+2009-02-02  Ankit Jain  <jankit@novell.com>
+
+       * MSBuild.cs (Execute): Disable incorrect 'rebaseOutputs' behavior.
+
+2009-02-02  Ankit Jain  <jankit@novell.com>
+
+       * ResolveAssemblyReference.cs: Honor SearchPaths and the special
+       items like '{HintPathFromItem}', '{TargetFrameworkDirectory}' etc.
+       * AssemblyResolver.cs: Add api for more specific search, like search
+       in a directory, target frameworks, gac etc.
+
+2009-02-01  Ankit Jain  <jankit@novell.com>
+
+       * CallTarget.cs: Copy all items from target to TargetOutputs.
+
+2009-02-01  Ankit Jain  <jankit@novell.com>
+
+       * Csc.cs (AddResponseFileCommands):
+       * ManagedCompiler.cs (AddResponseFileCommands): 'AddModules' and
+       'AdditionalLibPaths' can be empty.
+
+2009-01-30  Ankit Jain  <jankit@novell.com>
+
+       * Copy.cs (Execute): Use for loop instead of enumerators.
+       sourceFiles and destinationFiles can be null, handle that.
+       Create new directory if required.
+
+2009-01-27  Ankit Jain  <jankit@novell.com>
+
+       * Delete.cs (Execute): Skip non-existant files.
+
+2009-01-06  Ankit Jain  <jankit@novell.com>
+
+       * CreateManifestResourceName.cs (Execute): Use full path, also helps
+       with debugging.
+
+2008-12-17  Ankit Jain  <jankit@novell.com>
+
+       * Copy.cs: Always overwrite destination files.
+
+2008-12-17  Ankit Jain  <jankit@novell.com>
+
+       * GenerateResource.cs (Execute): Items in 'OutputResources' correspond to
+       items in 'Sources', handle correctly.
+
+2008-12-12  Ankit Jain  <jankit@novell.com>
+
+       * CreateManifestResourceName.cs: Implement.
+       * CreateCSharpManifestResourceName.cs: Implement.
+
+2008-11-27  Ankit Jain  <jankit@novell.com>
+
+       * AssignCulture.cs (Execute): Emit "Culture" metadata also.
+
+2008-11-23  Ankit Jain  <jankit@novell.com>
+
+       * AssignCulture.cs (Execute): Implement.
+
+2008-11-22  Ankit Jain  <jankit@novell.com>
+
+       * AssignTargetPath.cs (Execute): Implement.
+
+2008-11-21  Ankit Jain  <jankit@novell.com>
+
+       * GenerateResource.cs (Execute): Use for loop instead of manually
+       using enumerators.
+
 2008-11-21  Ankit Jain  <jankit@novell.com>
 
        * CreateItem (Execute): AdditionalMetadata can be null.