From: Martin Quinson Date: Wed, 17 Jan 2018 11:19:55 +0000 (+0100) Subject: improve doc of how to release X-Git-Tag: v3.19~328 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a86b5937e206f147c7b4a2e5a4e81eaf8828bfa7 improve doc of how to release --- diff --git a/doc/doxygen/inside_release.doc b/doc/doxygen/inside_release.doc index 95cfe0d699..49b0e20aab 100644 --- a/doc/doxygen/inside_release.doc +++ b/doc/doxygen/inside_release.doc @@ -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. */