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:28 UTC

[4/4] git commit: Give some credit

Give some credit


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

Branch: refs/heads/master
Commit: 966dd7a2b656f8bcaae6fd3434adebdca5520f0e
Parents: c292e7d
Author: Peter Donald <pe...@realityforge.org>
Authored: Tue Aug 26 06:43:56 2014 +1000
Committer: Peter Donald <pe...@realityforge.org>
Committed: Tue Aug 26 06:43:56 2014 +1000

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/966dd7a2/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index d072817..bf08a47 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 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.
+          the Javac compiler should be run or not. Submitted by Pepijn Van
+          Eeckhoudt.
 * 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.