Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This moved to the FAQ
[simgrid.git] / ChangeLog
index ecb760a..b0f3e2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,10 +30,15 @@ SimGrid (3.1.1) unstable; urgency=low
     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