From: Wolfgang Bangerth Date: Sat, 29 May 2021 03:45:18 +0000 (-0600) Subject: Add an entry to the release task list. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=302f1f57e59ed4f9316e6e8ea927903920f10a96;p=release-papers.git Add an entry to the release task list. --- diff --git a/release-tasks b/release-tasks index 3ed4891..c268591 100644 --- a/release-tasks +++ b/release-tasks @@ -315,13 +315,17 @@ Best [ pull request for master branch ] -5a/ Convert all instances of DEAL_II_DEPRECATED_EARLY to DEAL_II_DEPRECATED. +5a/ On master, replace all occurrences of DEAL_II_DEPRECATE_EARLY by + DEAL_II_DEPRECATE in the library. (This needs to happen here because + if we forget it, we merge patches that add more + DEAL_II_DEPRECATE_EARLY notes and we don't know any more which of + these were meant to be converted for the following release.) -6/ update the official tester to test on the release branch dealii-9.0 +6/ Update the official tester to test on the release branch dealii-9.3 - An empty checkout in a folder 'dealii-9.0' can be obtained via + An empty checkout in a folder 'dealii-9.3' can be obtained via - git clone --branch dealii-9.0 git://github.com/dealii/dealii.git deal-9.0 + git clone --branch dealii-9.3 git://github.com/dealii/dealii.git deal-9.3 6a/ On mainline, do something like this to require the current dev version for the tutorials and in the documentation: