X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMicrosoft.Build.Tasks%2FMicrosoft.Build.Tasks%2FChangeLog;h=fc6ed8a18ad144fd75a54b043e551eb01ab41744;hb=8c8dd7942b852cdae3f50adb6de0ab11d49b768c;hp=385a24a5370c688f4b724b106b882931a126ee71;hpb=3331634f37c395ea87d15a2f3338b2bc66a8470a;p=mono.git diff --git a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ChangeLog b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ChangeLog index 385a24a5370..fc6ed8a18ad 100644 --- a/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ChangeLog +++ b/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ChangeLog @@ -1,3 +1,69 @@ +2009-02-21 Ankit Jain + + 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 + Refactor a bit to remove code duplication. + +2009-02-21 Ankit Jain + + * MSBuild.cs (SplitPropertiesToDictionary): Split into exactly 2 parts. + +2009-02-11 Leszek Ciesielski + + * ResolveAssemblyReference.cs : AllowedRelatedFileExtensions stub + +2009-02-02 Ankit Jain + + * MSBuild.cs (Execute): Disable incorrect 'rebaseOutputs' behavior. + +2009-02-02 Ankit Jain + + * 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 + + * CallTarget.cs: Copy all items from target to TargetOutputs. + +2009-02-01 Ankit Jain + + * Csc.cs (AddResponseFileCommands): + * ManagedCompiler.cs (AddResponseFileCommands): 'AddModules' and + 'AdditionalLibPaths' can be empty. + +2009-01-30 Ankit Jain + + * 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 + + * Delete.cs (Execute): Skip non-existant files. + +2009-01-06 Ankit Jain + + * CreateManifestResourceName.cs (Execute): Use full path, also helps + with debugging. + +2008-12-17 Ankit Jain + + * Copy.cs: Always overwrite destination files. + +2008-12-17 Ankit Jain + + * GenerateResource.cs (Execute): Items in 'OutputResources' correspond to + items in 'Sources', handle correctly. + +2008-12-12 Ankit Jain + + * CreateManifestResourceName.cs: Implement. + * CreateCSharpManifestResourceName.cs: Implement. + 2008-11-27 Ankit Jain * AssignCulture.cs (Execute): Emit "Culture" metadata also.