X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e80589a26d21549becd7ff6d15201f24e391add..c102403bfd59375027b5865880814bd2257531c0:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index ecb760a262..295b76508c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,16 +24,25 @@ SimGrid (3.1.1) unstable; urgency=low SURF: * The KCCFLN05 workstation model now handles parallel tasks. It is the model for SIMDAG. [Christophe Thiery] + * Bug fix in the maxmin solver: Some values were close to 0 instead of + equal to 0, which caused some bad behaviors in + saturated_constraint_set_update. I now use a threshold mechanism like in + surf. [AL] XBT: * When running manually src/testall, you select specific units [Mt] testall is the result of our cunit mecanism, and should replace all the scripty thingy around since bash don't run easily on billware. + * A mallocator system has been added. [Christophe Thiery] + Mallocators allow you to recycle your unused objects instead of freeing them + and allocating new ones. + Documentation update: * FAQ reworking + New FAQs: - "Valgrind spits tons of errors!" [Mt] - "How to repport bugs" [Mt] + - "Cross-compiling a Windows DLL of SimGrid from Linux" [Mt] * GRAS tutorial [Mt] It contains: - an introduction to the framework and to the used communication model