Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switched wifi model ns3 from the one using wifi links to a model using wifi zones...
[simgrid.git] / ChangeLog
index 4ed3466..f189cb2 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.
@@ -65,11 +63,12 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  - FG#43: xbt::random needs some care
  - FG#48: The Impossible Did Happen (yet again)
  - FG#50: Suspending an actor executed at the current timestamp fails
+ - FG#54: How to suspend a comm?
  - FG!24: Documentation and fix for xbt/random
  - FG!35: Add a modeling hint for parallel links in doc
  - 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