Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make xbt_os_thread module public (Java needs it, at least)
[simgrid.git] / ChangeLog
index 607038f..51b18db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -115,6 +115,9 @@ SimGrid (3.7) NOT RELEASED; urgency=low
       you have less than 2 million elements in your dynar and don't
       want of the extra complexity of catching exceptions when the
       element is not found.
+  * Portability layer
+    - Make xbt_os_thread module (for thread portability) public.
+      Documentation is still to come, sorry.
   * mmalloc module:
     - Cleanups and simplifications to make it maintainable again.
     - Exotic features (such as memalign and valloc) were removed.