Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to reduce the amount of warnings in StarPU compilation
[simgrid.git] / doc / doxygen / inside_release.doc
index ed80ef3..49b0e20 100644 (file)
@@ -98,7 +98,7 @@ the settings icon of the release you want to change.
  - Mail the simgrid-user mailing list
     - the NEWS chunk in the mail;
     - Hall of Fame in the mail\n
-      git log --after="22 september 2017" --pretty=short |grep Author|sort |uniq -c 
+      git shortlog -sne v3.18..
     - the ChangeLog chunk as attachment
  - Also mail some other lists (G5K users), with only the NEWS chunk
    and the link to the download section
@@ -110,8 +110,13 @@ the settings icon of the release you want to change.
   - edit debian/control
     - s/simgrid3.XX/simgrid3.XY/ 
     - libsimgrid3.XY conflicts with libsimgrid3.XX because of smpimain
-- Update the simgrid/package.py for spack: https://github.com/solverstack/spack
+- Update the simgrid/package.py for spack: https://gitlab.inria.fr/solverstack/spack-repo
 - Create the template for the next release in ChangeLog and NEWS files
 - Change the release number in CMakeLists.txt
+- Deal with deprecations:
+  - Introduce the XBT_ATTRIB_DEPRECATED_v??? macro for the next release.
+  - Kill the one for the current release and remove all code that were
+    mandated by the deprecated functions (both in source and headers).
+  - Do the possible cleanups now that these features are gone.
 
 */