You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/01/13 20:14:39 UTC

svn commit: r898896 - /buildr/trunk/CHANGELOG

Author: boisvert
Date: Wed Jan 13 19:14:38 2010
New Revision: 898896

URL: http://svn.apache.org/viewvc?rev=898896&view=rev
Log:
Update CHANGELOG

Modified:
    buildr/trunk/CHANGELOG

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=898896&r1=898895&r2=898896&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Wed Jan 13 19:14:38 2010
@@ -32,6 +32,8 @@
           no compiler is set (Peter Schröder)
 * Fixed:  BUILDR-349 resources.filter should use defaults from profile.yaml
           even if mapping is provided
+* Fixed:  BUILDR-360 Reintroduce tag_name instance method for Git release task for
+          backward compatibility (Antoine Toulme)
 * Fixed:  Fail-fast if package.with() or include() called with nil values
 * Fixed:  Failures not reported correctly for ScalaTest (Alex Eagle)
 * Fixed:  Test dependencies should include test compile dependencies