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/04/04 19:19:31 UTC

mahout git commit: MAHOUT-1662: Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans; missed CHANGELOG entry

Repository: mahout
Updated Branches:
  refs/heads/master d19ee0d47 -> eb77ce6e6


MAHOUT-1662: Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans; missed CHANGELOG entry


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

Branch: refs/heads/master
Commit: eb77ce6e6dd546d9389fd105e47c4883bd943879
Parents: d19ee0d
Author: Suneel Marthi <su...@gmail.com>
Authored: Sat Apr 4 13:21:27 2015 -0400
Committer: Suneel Marthi <su...@gmail.com>
Committed: Sat Apr 4 13:21:27 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/mahout/blob/eb77ce6e/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 8d05020..af9c81c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@ Mahout Change Log
 
 Release 0.10.0 - unreleased
 
+  MAHOUT-1662: Potential Path bug in SequenceFileVaultIterator breaks DisplaySpectralKMeans (Shannon Quinn)
+
   MAHOUT-1656: Change SNAPSHOT version from 1.0 to 0.10.0 (smarthi)
 
   MAHOUT-1593: cluster-reuters.sh does not work complaining java.lang.IllegalStateException (smarthi via akm)