From 0a8be080cb5ca722fa9c38e53ebc89485099bd52 Mon Sep 17 00:00:00 2001 From: Zehua Xu Date: Tue, 2 Dec 2025 00:22:55 +0100 Subject: [PATCH 1/4] prepare Lbcom v38r5p1 --- ReleaseNotes/v38r5p1.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ReleaseNotes/v38r5p1.md diff --git a/ReleaseNotes/v38r5p1.md b/ReleaseNotes/v38r5p1.md new file mode 100644 index 000000000..727f6df12 --- /dev/null +++ b/ReleaseNotes/v38r5p1.md @@ -0,0 +1,33 @@ +2025-12-02 Lbcom v38r5p1 +=== + +This version uses +LHCb [v58r5p1](../../../../LHCb/-/tags/v58r5p1), +Gaudi [v40r1](../../../../Gaudi/-/tags/v40r1), +Detector [v3r7](../../../../Detector/-/tags/v3r7) and +LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. + +This version is released on the `master` branch. +Built relative to Lbcom [v38r5p1](/../../tags/v38r5p1), with the following changes: + +### New features ~"new feature" + +- Adapt to removal of RichSmartID HPD support, !866 (@jonrob) + +### Fixes ~"bug fix" ~workaround + + + +### Enhancements ~enhancement + + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + + + +### Documentation ~Documentation + + +### Other + -- GitLab From 71f0fa24f46db8a100255de1a0977297f1901a45 Mon Sep 17 00:00:00 2001 From: Zehua Xu Date: Tue, 2 Dec 2025 00:46:18 +0100 Subject: [PATCH 2/4] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3be1ab49..52a15fd64 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.15) option(CMAKE_EXPORT_COMPILE_COMMANDS "Enable/Disable output of compile_commands.json" ON) -project(Lbcom VERSION 38.5 +project(Lbcom VERSION 38.5.1 LANGUAGES CXX) # Enable testing with CTest/CDash -- GitLab From c601ef4bb6ed402665334786dadf7c001097f3e0 Mon Sep 17 00:00:00 2001 From: Gitlab CI Date: Mon, 1 Dec 2025 23:46:52 +0000 Subject: [PATCH 3/4] pre-commit fixes patch generated by https://gitlab.cern.ch/lhcb/Lbcom/-/jobs/65818281 --- ReleaseNotes/v38r5p1.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReleaseNotes/v38r5p1.md b/ReleaseNotes/v38r5p1.md index 727f6df12..384cf8d54 100644 --- a/ReleaseNotes/v38r5p1.md +++ b/ReleaseNotes/v38r5p1.md @@ -12,7 +12,7 @@ Built relative to Lbcom [v38r5p1](/../../tags/v38r5p1), with the following chang ### New features ~"new feature" -- Adapt to removal of RichSmartID HPD support, !866 (@jonrob) +- Adapt to removal of RichSmartID HPD support, !866 (@jonrob) ### Fixes ~"bug fix" ~workaround @@ -30,4 +30,3 @@ Built relative to Lbcom [v38r5p1](/../../tags/v38r5p1), with the following chang ### Other - -- GitLab From 32a38879befe8fe1d774b3f7904db5c1ef1009b2 Mon Sep 17 00:00:00 2001 From: Zehua Xu Date: Tue, 2 Dec 2025 11:39:06 +0000 Subject: [PATCH 4/4] Update file v38r5p1.md --- ReleaseNotes/v38r5p1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes/v38r5p1.md b/ReleaseNotes/v38r5p1.md index 384cf8d54..7057389e5 100644 --- a/ReleaseNotes/v38r5p1.md +++ b/ReleaseNotes/v38r5p1.md @@ -8,7 +8,7 @@ Detector [v3r7](../../../../Detector/-/tags/v3r7) and LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. This version is released on the `master` branch. -Built relative to Lbcom [v38r5p1](/../../tags/v38r5p1), with the following changes: +Built relative to Lbcom [v38r5](/../../tags/v38r5), with the following changes: ### New features ~"new feature" -- GitLab