Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the makefile used on bob
[simgrid.git] / ChangeLog
index 880041a..95df710 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,10 @@ SimGrid (3.3-cvs) unstable; urgency=low
     the code is tested not only by being run but also by checking that the
     output match an expected output [Mt].
 
+  * Move on to FleXML v1.7 for the embeeded XML parsers. This version
+    is really less memory-demanding, which should allow you to use
+    larger files in SimGrid [AL].
+
  GRAS:
   * Convert the PIDs from long int to int to match the MSG ones (and
     linux ones too) [Mt]
@@ -48,6 +52,12 @@ SimGrid (3.3-cvs) unstable; urgency=low
     classical producer/consumer synchronization scheme
   * xbt_dynar_new_sync() creates a synchronized dynar. All access
     (using the classical functions will get serialized) [Mt]
+  * Make dictionary internal table dynamic. No need to specify its size
+    anymore; functions xbt_dict_new_ext() and xbt_dict_hashsize_set()
+    thus dropped. [Mt].
+  * Make sure the log channels are organized as a tree under windows
+    (because of ANSI C compatibility issue, any channel were child of
+     root directly) [Mt].
 
  SURF:
   * Cleaned many thing in surf and fixed a few bugs [AL].