From 2c780ed52d1f5ae50dfaf6b5ca5716950cd9de48 Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Tue, 30 Nov 2021 18:55:20 +0100 Subject: [PATCH 1/2] release notes for v26r9 --- CMakeLists.txt | 2 +- ReleaseNotes/v26r9.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v26r9.md diff --git a/CMakeLists.txt b/CMakeLists.txt index f9ed576fa..5b9779106 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Phys VERSION 26.8 +project(Phys VERSION 26.9 LANGUAGES CXX C) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v26r9.md b/ReleaseNotes/v26r9.md new file mode 100644 index 000000000..85f7e985f --- /dev/null +++ b/ReleaseNotes/v26r9.md @@ -0,0 +1,20 @@ +2021-11-30 Phys v26r9 +=== + +This version uses Rec v24r8, Lbcom v23r0p8, LHCb v45r8, Gaudi v36r2 and LCG101 with ROOT 6.24.06. + +This version is released on `run2-patches` branch and is intended for use with Run1 or Run2 data. For Run3, use a version released on `master` branch +Built relative to Phys [v26r8](../-/tags/v26r8), with the following changes: + + +### Fixes ~"bug fix" ~workaround + +- Fix gcc11 compilation, !984 (@cattanem) + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- ~Build | (run2) Rewrite CMake configuration in "modern CMake", !1013 (@clemenci) [LBCOMP-23] +- Remove deprecated use of Boost.bind (cherry pick !1014 + !1016), !1015 (@rmatev) + + -- GitLab From 7b7ab8e6d4bdb4e7f85b7f8bbb6e6de29464b81e Mon Sep 17 00:00:00 2001 From: Mark Smith <mark.smith@cern.ch> Date: Wed, 1 Dec 2021 11:58:12 +0100 Subject: [PATCH 2/2] bump major version --- CMakeLists.txt | 2 +- ReleaseNotes/{v26r9.md => v27r0.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename ReleaseNotes/{v26r9.md => v27r0.md} (82%) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b9779106..e5bda7a51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) -project(Phys VERSION 26.9 +project(Phys VERSION 27.0 LANGUAGES CXX C) # Enable testing with CTest/CDash diff --git a/ReleaseNotes/v26r9.md b/ReleaseNotes/v27r0.md similarity index 82% rename from ReleaseNotes/v26r9.md rename to ReleaseNotes/v27r0.md index 85f7e985f..31c486616 100644 --- a/ReleaseNotes/v26r9.md +++ b/ReleaseNotes/v27r0.md @@ -1,7 +1,7 @@ -2021-11-30 Phys v26r9 +2021-11-30 Phys v27r0 === -This version uses Rec v24r8, Lbcom v23r0p8, LHCb v45r8, Gaudi v36r2 and LCG101 with ROOT 6.24.06. +This version uses Rec v25r0, Lbcom v24r0, LHCb v46r0, Gaudi v36r2 and LCG101 with ROOT 6.24.06. This version is released on `run2-patches` branch and is intended for use with Run1 or Run2 data. For Run3, use a version released on `master` branch Built relative to Phys [v26r8](../-/tags/v26r8), with the following changes: -- GitLab