X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c1781804f5ce17958fcede075ab7dc1bd1e29f8b..bb67b63d87d1176015342a01d8fe739fc1f5c6a5:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1337671598..c53ae08349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,34 @@ -SimGrid (3.6) unstable; urgency=low +SimGrid (3.7) unstable; urgency=low + + -- `LC_ALL=C date` Da SimGrid team + SIMDAG + [dot loader] + * Bug fix: correction of the dot file parsing with the libcgraph + + +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 "OMG! They Killed Kenny!" version Java and Ruby: * Bindings now constitute their own package, separated from the main one. - Rational: reduce our maintainance nightmare by reducing the module coupling. + Rationale: reduce our maintainance nightmare by reducing the module coupling They will soon be released on their own on gforge. * In the meanwhile: svn co svn://scm.gforge.inria.fr/svn/simgrid/contrib/trunk/simgrid-java @@ -132,7 +158,7 @@ SimGrid (3.6) unstable; urgency=low * Add a build option -Denable_debug (set to ON by default): when set to OFF, assertions and verbose/debug logging events are disabled at compile time. - -- Da SimGrid team + -- Tue Jun 21 08:57:43 CEST 2011 Da SimGrid team SimGrid (3.5) stable; urgency=medium