You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/08/25 23:04:26 UTC

[2/4] git commit: BUILDR-688: Add entry in CHANGELOG

BUILDR-688: Add entry in CHANGELOG


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/feca29aa
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/feca29aa
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/feca29aa

Branch: refs/heads/master
Commit: feca29aaa8587782a933c83db8c44735911f52ef
Parents: 9a5eb0e
Author: Pepijn Van Eeckhoudt <pe...@vaneeckhoudt.net>
Authored: Mon Aug 25 11:41:00 2014 +0200
Committer: Pepijn Van Eeckhoudt <pe...@vaneeckhoudt.net>
Committed: Mon Aug 25 11:41:00 2014 +0200

----------------------------------------------------------------------
 CHANGELOG | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/feca29aa/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 1a48c6a..d072817 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 1.4.20 (2014-08-23)
+* Fixed : BUILDR-688 - Disregard package-info.java files when determining if
+          the Javac compiler should be run or not.
 * Fixed : Work around bug/feature of jruby 1.7.13 that caches Gem::Version
           objects based on constructor parameters that causes issues with
           Buildr as we mutate the version objects through monkey patching.