X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/710cda1670b34cba909612c80f37549a3ede6724..10956ab71f4c1781311d9ab77ee06da26b2e8cf9:/CHANGES

diff --git a/CHANGES b/CHANGES
index 7c7998f..032ed30 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,14 @@
-v0.2 --
+v0.3 --
 
- * Try to optimize communications when bookkeeping: add a 'credit'
-   counter for each neighbor, and do not send more real_load than
-   (debt - credit).
+v0.2 -- Thu, 01 Mar 2012 14:10:17 +0100
+
+ * Timings are now cmputed with clock_gettime.
+ * Add ability to exit on detection of global convergence (-g).
+ * Protect shared variables for parallel executions.
+   Warning: parallel executions may give different results.
+ * More statistics are computed.
+ * Some new parameters (-k, -%, -E, ...)
+ * See git log for more details.
 
 v0.1 -- Mon, 19 Sep 2011 16:50:16 +0200