From 53c8d9e7c4387e2da550f89952af0148d9304dd9 Mon Sep 17 00:00:00 2001 From: Marco Cattaneo <marco.cattaneo@cern.ch> Date: Fri, 14 Aug 2020 14:32:15 +0200 Subject: [PATCH] Release notes and dependencies for v20r9p1 release --- CMakeLists.txt | 4 ++-- ReleaseNotes/v20r9p1.md | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes/v20r9p1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c2cfd21f..a1ddeebd9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(Lbcom v20r9 - USE LHCb v42r12 +gaudi_project(Lbcom v20r9p1 + USE LHCb v42r12p1 DATA ParamFiles TCK/HltTCK) diff --git a/ReleaseNotes/v20r9p1.md b/ReleaseNotes/v20r9p1.md new file mode 100644 index 000000000..77c3dec4e --- /dev/null +++ b/ReleaseNotes/v20r9p1.md @@ -0,0 +1,15 @@ +2020-08-14 Lbcom v20r9p1 +=== + +This version uses +LHCb [v42r12p1](../../../../LHCb/-/tags/v42r12p1), +Gaudi [v28r2p1](../../../../Gaudi/-/tags/v28r2p1) and +LCG [88](http://lcginfo.cern.ch/release/88/) with ROOT 6.08.06. + +This version is released on `2017-patches` branch. It is intended for 2017 incremental stripping (S29r2pX, S32r0pX, S33r1pX) and patches to Moore, Brunel (Reco17) and stripping in 2017 simulation workflows. Builds with gcc49 on slc6 and with gcc62 on slc6 and centos7 +Built relative to Lbcom [v20r9](../-/tags/v20r9), with the following changes: + +### Documentation ~Documentation + +- Update the release notes template to latest version from master, !496 (@cattanem) + -- GitLab