From 302f1f57e59ed4f9316e6e8ea927903920f10a96 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 28 May 2021 21:45:18 -0600 Subject: [PATCH] Add an entry to the release task list. --- release-tasks | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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: -- 2.39.5