Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve doc of how to release
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 17 Jan 2018 11:19:55 +0000 (12:19 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 17 Jan 2018 11:20:08 +0000 (12:20 +0100)
doc/doxygen/inside_release.doc

index 95cfe0d..49b0e20 100644 (file)
@@ -113,5 +113,10 @@ the settings icon of the release you want to change.
 - 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.
 
 */