Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cut a now useless dependency of surf.h to portable.h which would have caused the...
[simgrid.git] / ChangeLog
index 7e8cb6c54348bda92db8cd66e00cb32601d596d2..95df7107003bfde51fe93baa019c06a30f5ac6f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,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].