From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Mon, 19 Sep 2011 14:56:40 +0000 (+0200)
Subject: Move item from TODO to CHANGES.
X-Git-Tag: exp_20120216~48
X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/710cda1670b34cba909612c80f37549a3ede6724

Move item from TODO to CHANGES.

Also reindent CHANGES.
---

diff --git a/CHANGES b/CHANGES
index a19b25e..7c7998f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 v0.2 --
 
+ * Try to optimize communications when bookkeeping: add a 'credit'
+   counter for each neighbor, and do not send more real_load than
+   (debt - credit).
+
 v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200
 
-        * Initial working release.
+ * Initial working release.
diff --git a/TODO b/TODO
index 42ea439..93df78f 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-* Try to optimize communications when bookkeeping.
-    Add a 'credit' counter for each neighbor.
-    Do not send more real_load than (debt - credit).
-
 * Support heterogeneous platforms?
    Not sure yet.
    Should be doable if each process also sends its speed to its neighbors.