From 5182e0c5ac5af668e3bbf1825d35016725e2434d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 27 Jun 2011 14:00:36 +0200 Subject: [PATCH] release 3.6.1 --- CMakeLists.txt | 4 ++-- ChangeLog | 15 ++++++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4f48f4f75..cd24ab12f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,11 +12,11 @@ set(CMAKE_EXE_LINKER_FLAGS "" CACHE TYPE INTERNAL FORCE) # 3.5.99 -> alpha1 (oops) # 3.5.9{1,2} -> beta{1,2} # 3.5.9{3,4,5} -> rc{1,2,3} -# 3.6.0 -> release 3.6 +# 3.6.{0,1} -> release 3.6, 3.6.1 set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "6") -set(SIMGRID_VERSION_PATCH "0") +set(SIMGRID_VERSION_PATCH "1") set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}") set(libsimgrid_version "${release_version}") diff --git a/ChangeLog b/ChangeLog index 9fe5e2b12c..a341a17110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,22 @@ -SimGrid (3.7) unstable; urgency=medium +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. - -- `LC_ALL=C date` Da SimGrid team + -- 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 "Oh my god! They Killed Kenny!" version Java and Ruby: * Bindings now constitute their own package, separated from the main one. -- 2.20.1