Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.17 v3_17
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 8 Oct 2017 16:44:53 +0000 (18:44 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 8 Oct 2017 19:42:42 +0000 (21:42 +0200)
CMakeLists.txt
ChangeLog
NEWS

index 20e8dfb..ef0c04a 100644 (file)
@@ -107,7 +107,7 @@ endif()
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "17")
 set(SIMGRID_VERSION_PATCH "0")
 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
 
 
 set(SIMGRID_VERSION_DATE  "2017") # Year for copyright information
 
index c693d05..035828f 100644 (file)
--- 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
 
  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
 
 
  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()
 
    - #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.
 SimGrid (3.16) Released June 22. 2017.
 
  The Blooming Spring Release: developments are budding.
diff --git a/NEWS b/NEWS
index c5b3c32..7117d3d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / / |___  |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |  / /
  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | / /
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|/_/
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \ | |  / /
  \ V /  __/ |  \__ \ | (_) | | | |  ___) || | / /
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_|/_/
-               (unreleased yet)
+               October 8 2017
 
 The Drained Leaks release: (almost) no known leaks despite the tests.
 
 
 The Drained Leaks release: (almost) no known leaks despite the tests.