You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ek...@apache.org on 2012/06/19 01:59:10 UTC

svn commit: r1351535 - /giraph/trunk/CHANGELOG

Author: ekoontz
Date: Mon Jun 18 23:59:09 2012
New Revision: 1351535

URL: http://svn.apache.org/viewvc?rev=1351535&view=rev
Log:
GIRAPH-208: LocalTestMode's zookeeper directory is not being cleaned up after job runs (amend): add to changelog

Modified:
    giraph/trunk/CHANGELOG

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1351535&r1=1351534&r2=1351535&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Mon Jun 18 23:59:09 2012
@@ -2,6 +2,8 @@ Giraph Change Log
 
 Release 0.2.0 - unreleased
 
+  GIRAPH-208: LocalTestMode's zookeeper directory is not being cleaned up after job runs (ekoontz)
+
   GIRAPH-194: Fix up URLs in the pom. (omalley)
 
   GIRAPH-153: HBase/Accumulo Input and Output formats. (bfem via aching)