Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
proposal of a name + changelog for 3.23
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jun 2019 20:33:38 +0000 (22:33 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 21 Jun 2019 20:33:38 +0000 (22:33 +0200)
ChangeLog
NEWS

index 9908454..74b14db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,13 @@ General:
  - Use addr2line as a fallback for stacktraces when backtrace is not available.
  - Build option -Denable_documentation is now OFF by default.
  - Network model 'NS3' was renamed into 'ns-3'.
  - Use addr2line as a fallback for stacktraces when backtrace is not available.
  - Build option -Denable_documentation is now OFF by default.
  - Network model 'NS3' was renamed into 'ns-3'.
- - Haiku OS support
+ - SunOS and Haiku OS support. Because exotic platforms are fun.
+
+Python:
+ - Simgrid can now hopefully be installed with pip.
+
+S4U: 
+ - wait_any can now be used for asynchronous executions too.
 
 XBT:
  - New log appenders: stdout and stderr. Use stdout for xbt_help.
 
 XBT:
  - New log appenders: stdout and stderr. Use stdout for xbt_help.
@@ -32,9 +38,6 @@ Network models:
  - Remove the lagrange-based models (Reno/Reno2/Vegas). The regular
    models proved to be more accurate than these old experiments.
 
  - Remove the lagrange-based models (Reno/Reno2/Vegas). The regular
    models proved to be more accurate than these old experiments.
 
-Python:
- - Simgrid can now hopefully be installed with pip.
-
 Fixed bugs (FG=FramaGit; GH=GitHub):
  - FG#1: Broken link in error messages
  - FG#2: missing installation documentation
 Fixed bugs (FG=FramaGit; GH=GitHub):
  - FG#1: Broken link in error messages
  - FG#2: missing installation documentation
diff --git a/NEWS b/NEWS
index 7e70afe..8db7af0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ /
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
                (not released)
 
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|____/
                (not released)
 
+The Exotic Solstice Release.
+
+ * Support for Solaris and Haiku OSes. Just for fun :)
+ * SMPI: more of MPI3.1; some MPI/IO and async collectives.
+ * Python bindings can now be installed from pip.
+ * (+ the many many bug fixes and internal refactorings)
                     _               _____  ____  ____
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | __) |
                     _               _____  ____  ____
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \|___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | __) |