You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2012/03/01 22:41:28 UTC

svn commit: r1295919 - /commons/sandbox/graph/trunk/src/changes/changes.xml

Author: marcosperanza
Date: Thu Mar  1 21:41:28 2012
New Revision: 1295919

URL: http://svn.apache.org/viewvc?rev=1295919&view=rev
Log:
[SANDBOX-353] Provide a Kosaraju-Sharir's algorithm implementation

Modified:
    commons/sandbox/graph/trunk/src/changes/changes.xml

Modified: commons/sandbox/graph/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/changes/changes.xml?rev=1295919&r1=1295918&r2=1295919&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/graph/trunk/src/changes/changes.xml Thu Mar  1 21:41:28 2012
@@ -23,6 +23,9 @@
   </properties>
   <body>
   <release version="0.1" date="201?-??-??" description="First release.">
+    <action dev="tn" type="fix" issue="SANDBOX-353">
+      Provide a Kosaraju-Sharir's algorithm implementation
+    </action>
     <action dev="cs" type="fix" issue="SANDBOX-395">
       Correct names for classes and variables related to operations on weights
     </action>