Author: simonetripodi
Date: Sat Jul 28 14:21:27 2012
New Revision: 1366682
URL: http://svn.apache.org/viewvc?rev=1366682&view=rev
Log:
sorted //action elements by //action/@issue DESC
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=1366682&r1=1366681&r2=1366682&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/graph/trunk/src/changes/changes.xml Sat Jul 28 14:21:27 2012
@@ -26,24 +26,12 @@
<action issue="SANDBOX-425" dev="marcosperanza" type="fix">
FibonacciHeap enters in an infinite loop when applying SpannigTree
algorithms
</action>
- <action issue="SANDBOX-386" dev="marcosperanza" type="fix">
- Make Graph components Serializable
- </action>
- <action issue="SANDBOX-352" dev="marcosperanza" type="fix">
- Provide Cheriyan-Mehlhorn/Gabow's strongly connected component algorithm
implementation
- </action>
<action issue="SANDBOX-400" dev="simonetripodi" type="fix">
Switch the Base graph implementation underlying data structures to the
thread safe version
</action>
- <action issue="SANDBOX-354" dev="marcosperanza" type="fix">
- Provide a Tarjan's algorithm implementation
- </action>
<action issue="SANDBOX-392" dev="marcosperanza" type="fix">
Add test for Kosaraju Sharir Algorithm
</action>
- <action issue="SANDBOX-353" dev="tn" type="fix">
- Provide a Kosaraju-Sharir's algorithm implementation
- </action>
<action issue="SANDBOX-395" dev="cs" type="fix">
Correct names for classes and variables related to operations on weights
</action>
@@ -59,6 +47,9 @@
<action issue="SANDBOX-388" dev="simonetripodi" type="update"
due-to="Steven Dolg, Claudio Squarcella">
Generic Type inference doesn't work in Eclipse
</action>
+ <action issue="SANDBOX-386" dev="marcosperanza" type="fix">
+ Make Graph components Serializable
+ </action>
<action issue="SANDBOX-385" dev="simonetripodi" type="update"
due-to="Claudio Squarcella">
Provide Edmonds-Karp algorithm
</action>
@@ -107,15 +98,24 @@
<action issue="SANDBOX-361" dev="simonetripodi" type="update">
Add fluent APIs to build mutable Graphes
</action>
- <action issue="SANDBOX-355" dev="simonetripodi" type="update"
due-to="Claudio Squarcella">
- Provide Flow algorithms
- </action>
<action issue="SANDBOX-358" dev="simonetripodi" type="update"
due-to="Claudio Squarcella">
Early return/termination for graph visit.
</action>
<action issue="SANDBOX-356" dev="simonetripodi" type="update"
due-to="Claudio Squarcella">
Generic weight types and algorithms implementations based on wighted
graphes.
</action>
+ <action issue="SANDBOX-355" dev="simonetripodi" type="update"
due-to="Claudio Squarcella">
+ Provide Flow algorithms
+ </action>
+ <action issue="SANDBOX-354" dev="marcosperanza" type="fix">
+ Provide a Tarjan's algorithm implementation
+ </action>
+ <action issue="SANDBOX-352" dev="marcosperanza" type="fix">
+ Provide Cheriyan-Mehlhorn/Gabow's strongly connected component algorithm
implementation
+ </action>
+ <action issue="SANDBOX-353" dev="tn" type="fix">
+ Provide a Kosaraju-Sharir's algorithm implementation
+ </action>
<action issue="SANDBOX-350" dev="simonetripodi" type="fix" due-to="Marco
Speranza">
Provide a Reverse-delete algorithm implementation
</action>