X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/071d422a2c18802d6fb15e859b1a416ed7ff3134..c3e8d8eb4778b6200f460b86dd83b1fcfbef7ec4:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 82e9390965..b3d154b6c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,19 @@ -SimGrid (3.6.2) unstable; urgency=low +SimGrid (3.7) NOT RELEASED; urgency=low - The "not coding new stuff allows to polish old things" release. + Models: + * Use the partial invalidation optimization by default for the + network too. Should produce the exact same results, only faster. + + SimDag: + * Performance boost by using a swag internally to compute the set of + tasks that are finished and should constitute the return value of + SD_simulate. + + -- $date Da SimGrid team + +SimGrid (3.6.2) stable; urgency=low + + The "Not coding new stuff allows to polish old things" release. General * New bindings to the NS3 packet level simulator (experimental) @@ -35,10 +48,10 @@ SimGrid (3.6.2) unstable; urgency=low * Fix portability issue on unstable ubuntu: linker became picky on argument order - -- `LC_ALL=C date` Da SimGrid team + -- Wed Oct 5 15:51:01 CEST 2011 Da SimGrid team -SimGrid (3.6.1) unstable; urgency=low +SimGrid (3.6.1) stable; urgency=low The "Oops, we broke Macs too" release @@ -115,6 +128,8 @@ SimGrid (3.6) stable; urgency=medium combine Vivaldi based latencies with last-mile platforms. SIMIX + * Added a check for NaN of IEEE754 infinite in the double entries of + the smx_user.c file * Introduce a new context factory "raw", highly inspirated from the ucontext factory, but using manually crafted functions in assembly to do the work in an efficient manner.