X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/47b7a37846d369042b59de9d26b5765dd27c5f1f..b5e4e55f2834d9aeb5b9429487af5cca7fba9740:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e484fddb56..07f66d471d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ +SimGrid (3.7) unstable; urgency=low + + -- `LC_ALL=C date` Da SimGrid team + +SimGrid (3.6.1) unstable; urgency=low + + The "Oops, we broke Macs too" release + + Portability + * Fixed contextes detection so that raw ones are used when possible + * On Mac, do not use Posix Ucontextes with gcc v4.[1-5] since this + leads to a strange error, with user code segfaulting sometimes when + the generated code is not perfectly aligned (which is not + controlable from the user side, depends on the amount of code) + + XBT + * New macro: CATCH_ANONYMOUS, which is like CATCH(e) but without argument. + + -- Mon Jun 27 13:59:03 CEST 2011 Da SimGrid team + SimGrid (3.6) stable; urgency=medium - The Summer Release, also known as the "F*! They Killed Kenny!" version + The Summer Release, also known as the "OMG! They Killed Kenny!" version Java and Ruby: * Bindings now constitute their own package, separated from the main one.