From 15b84295d31d247eb26b2e453d780467335f8442 Mon Sep 17 00:00:00 2001 From: eduardo-rodriguesgit <eduardo.rodrigues@cern.ch> Date: Fri, 21 Jul 2017 14:48:08 +0200 Subject: [PATCH] Documentation and dependencies for v43r0 release. --- CMakeLists.txt | 6 +++--- ReleaseNotes/v43r0.md | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 ReleaseNotes/v43r0.md diff --git a/CMakeLists.txt b/CMakeLists.txt index df1dbfda7..f3aaa8984 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ find_package(GaudiProject) #--------------------------------------------------------------- # Declare project name and version -gaudi_project(DaVinci v42r5 - USE Analysis v18r4 - Stripping v11r3 +gaudi_project(DaVinci v43r0 + USE Analysis v19r0 + Stripping v11r4 DATA AppConfig VERSION v3r* FieldMap VERSION v5r* ParamFiles VERSION v8r* diff --git a/ReleaseNotes/v43r0.md b/ReleaseNotes/v43r0.md new file mode 100644 index 000000000..b7e10c698 --- /dev/null +++ b/ReleaseNotes/v43r0.md @@ -0,0 +1,14 @@ +2017-07-21 DaVinci v43r0 +======================== + +Release for 2017 data and beyond +-------------------------------- + +This version is released on the master branch. +It is based on Gaudi v28r2, LHCb v43r0, Rec v22r0, Phys v24r0, Analysis v19r0 and Stripping v11r4. +Uses LCG_88 with ROOT 6.08.06. + +- Place Moore RecSummary in a stream-dependent location + - See merge request !79 +- Handle missing Hlt2 SelReports in Tesla + - See merge request !78 -- GitLab