From: Martin Quinson Date: Sun, 8 Oct 2017 16:44:53 +0000 (+0200) Subject: Release v3.17 X-Git-Tag: v3_17 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b2d88060226a7f26efe4f25aac3890ee88fc162e?ds=sidebyside Release v3.17 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 20e8dfbdff..ef0c04afd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,7 +107,7 @@ endif() set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "17") set(SIMGRID_VERSION_PATCH "0") -set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) +# set(SIMGRID_VERSION_EXTRA "-DEVEL") # Extra words to add to version string (e.g. -rc1) set(SIMGRID_VERSION_DATE "2017") # Year for copyright information diff --git a/ChangeLog b/ChangeLog index c693d0503a..035828fff7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,10 @@ -SimGrid (3.17) UNRELEASED (release target: September 22 2017) +SimGrid (3.17) Released October 8 2017 The Drained Leaks release: (almost) no known leaks despite the tests. Even very long simulations will preserve your memory: our testsuite stresses SimGrid for over 45mn on fast machines for a coverage of - over 80% of our codebase, and there is only one single known leak, of - about 4kb. + over 80%, and there is only one single known leak, of about 4kb. S4U @@ -52,6 +51,8 @@ SimGrid (3.17) UNRELEASED (release target: September 22 2017) - #222: Actor::kill() doesn't really kill and segfaults - #225: Actor::kill() doesn't really kill when victims are doing a join() +---------------------------------------------------------------------------- + SimGrid (3.16) Released June 22. 2017. The Blooming Spring Release: developments are budding. diff --git a/NEWS b/NEWS index c5b3c32341..7117d3d642 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / / |___ | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ | | / / \ V / __/ | \__ \ | (_) | | | | ___) || | / / \_/ \___|_| |___/_|\___/|_| |_| |____(_)_|/_/ - (unreleased yet) + October 8 2017 The Drained Leaks release: (almost) no known leaks despite the tests.