Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid buffer overflow.
[simgrid.git] / ChangeLog
index 4ed3466..4d81ba1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,13 +23,10 @@ Important user-visible changes:
    src/dest, and communicator information). This may change simulation times
    for very small message sizes, but should be more realistic.
 
-Documentation:
- - New examples: wifi networks, and communication suspend
-
-XML and models:
+New features:
  - New routing 'WiFi' that makes it easier to specify a wifi network zone.
- - New plugin: wifi_energy. See the associated example.
- - New plugin: link_load. See the associated example.
+ - New plugins: wifi_energy and link_load. See the associated examples.
+ - New examples: wifi networks, and communication suspend.
 
 General:
  - LTO is now enabled for Intel/clang compilers.
@@ -37,6 +34,7 @@ General:
    Setting it to "auto" will use all available cores, while setting it to n will
    use n cores to speedup link step (usage: cmake -DLTO_EXTRA_FLAG=4).
  - Remove obsolete option --cfg=contexts/parallel-threshold.
+ - Further improve the documentation.
 
 S4U:
  - the on_exit() of each actor is also executed when the simulation deadlocks.
@@ -70,6 +68,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  - FG!36: [xbt/random] Read/Write the state of the RNG
  - FG!42: Link cumulated load plugin
  - FG#54: How to suspend a comm?
+ - FG!44: Test condition variable wait_until+notify_all
  - GF#18137: Allow different stack sizes?
  - GH#128: Parallelization of simulation with --cfg=contexts/nthreads
  - GH#139: Allow pthread creation in SMPI