Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document recent changes
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 12 Oct 2015 01:12:12 +0000 (03:12 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 12 Oct 2015 01:12:12 +0000 (03:12 +0200)
ChangeLog
NEWS

index 0de63f5..65f6728 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,15 @@
 SimGrid (3.12) NOT RELEASED; urgency=low
 
 SimGrid (3.12) NOT RELEASED; urgency=low
 
+ The Facelift Release.
+
  Build System
   * Require g++ v4.7 at least to not speak prehistorical C++.
   * Require Boost 1.48 (for signal2 component).
   * Java must be version 7 at least when activated.
  Build System
   * Require g++ v4.7 at least to not speak prehistorical C++.
   * Require Boost 1.48 (for signal2 component).
   * Java must be version 7 at least when activated.
+  * Builds on Windows again (including Java bindings).
   * Tracing is now always enabled (no way to turn it out)
   * Remove GTNetS. It was not working anyway.
   * Tracing is now always enabled (no way to turn it out)
   * Remove GTNetS. It was not working anyway.
+  * Various cleanups in the cmake scripts.
   * Move headers around to sort them out on installed systems:
     - instr/instr.h  -> simgrid/instr.h
     - instr/jedule/* -> simgrid/jedule
   * Move headers around to sort them out on installed systems:
     - instr/instr.h  -> simgrid/instr.h
     - instr/jedule/* -> simgrid/jedule
diff --git a/NEWS b/NEWS
index 1ad318f..3d6000a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ The Facelift Release. Major changes:
 
  * Many interface glitches addressed, everywhere.
    - Require g++-4.7, Java 7 and boost 1.48
 
  * Many interface glitches addressed, everywhere.
    - Require g++-4.7, Java 7 and boost 1.48
+   - Builds on Linux, OS X, Windows and FreeBSD
    - See ChangeLog for renamed functions and options.
 
  * Energy plugin: major cleanups/rewrites.
    - See ChangeLog for renamed functions and options.
 
  * Energy plugin: major cleanups/rewrites.