You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2015/03/25 08:13:27 UTC

mahout git commit: MAHOUT-1652: Java 7 update

Repository: mahout
Updated Branches:
  refs/heads/master 87c15bea4 -> 7476e3553


MAHOUT-1652: Java 7 update


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

Branch: refs/heads/master
Commit: 7476e35535b062e5ce883dfb1125001c2cf58a16
Parents: 87c15be
Author: Suneel Marthi <su...@gmail.com>
Authored: Wed Mar 25 03:14:35 2015 -0400
Committer: Suneel Marthi <su...@gmail.com>
Committed: Wed Mar 25 03:14:35 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/mahout/blob/7476e355/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index deadda6..a833b54 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,7 +2,9 @@ Mahout Change Log
 
 Release 0.10.0 - unreleased
 
-  MAHOUT-1639: Streamingkmeans doesn't properly validate estimatedNumMapClusters -km (smarthi)
+  MAHOUT-1652: Java 7 update (smarthi)
+
+  MAHOUT-1639: Streaming kmeans doesn't properly validate estimatedNumMapClusters -km (smarthi)
 
   MAHOUT-1493: Port Naive Bayes to Scala DSL (apalumbo)