diff --git a/CMakeLists.txt b/CMakeLists.txt index 06d392877d04b727aa63cd09967ee53cef2ca48c..1547fa8f1d1515c0380b9e75c0b5e9a52f51b503 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ if(STANDALONE AND NOT DEFINED CMAKE_TOOLCHAIN_FILE AND DEFINED ENV{CMAKE_TOOLCHA set(CMAKE_TOOLCHAIN_FILE $ENV{CMAKE_TOOLCHAIN_FILE}) endif() -project(Allen VERSION 6.6 +project(Allen VERSION 6.7 LANGUAGES C CXX) # --------------- diff --git a/ReleaseNotes/v6r7.md b/ReleaseNotes/v6r7.md new file mode 100644 index 0000000000000000000000000000000000000000..f845e8872e031a2aed3f380316e42edb6bd82285 --- /dev/null +++ b/ReleaseNotes/v6r7.md @@ -0,0 +1,45 @@ +2025-06-27 Allen v6r7 +=== + +This version uses +Rec [v38r7](../../../../Rec/-/tags/v38r7), +Lbcom [v37r7](../../../../Lbcom/-/tags/v37r7), +LHCb [v57r7](../../../../LHCb/-/tags/v57r7), +Detector [v3r3p1](../../../../Detector/-/tags/v3r3p1), +Gaudi [v39r4](../../../../Gaudi/-/tags/v39r4) and +LCG [106c](http://lcginfo.cern.ch/release/106c/) with ROOT 6.32.10. + +This version is released on the `2025-patches` branch. +Built relative to Allen [v6r6](/../../tags/v6r6), with the following changes: + +### New features ~"new feature" + + + +### Fixes ~"bug fix" ~workaround + +- ~Calo | Fix total ECAL energy, !2068 (@thboettc) + + +### Enhancements ~enhancement + + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + +- Adding nominal 2025 sequence to Allen CI, !2070 (@msaur) + + +### Documentation ~Documentation + + +### Other + +- ~Configuration | Hlt1 Configuration for light ion configuration, !2038 (@sbelin) +- ~Monitoring | Add PVz histograms, !2059 (@ascarabo) +- ~Monitoring | Unify Allen Long Track Monitoring, !2057 (@dtou) +- Update References for: Allen!2057 based on lhcb-2025-patches-mr/399, !2063 (@lhcbsoft) +- Update References for: Allen!2059 based on lhcb-2025-patches-mr/391, !2061 (@lhcbsoft) +- Additional HLT1 sequences with missing VELO modules, !2054 (@msaur) +- HLT1 sequence with missing M41, !2051 (@msaur) +- Enabling monitoring to pi02gammagamma trigger line, !2048 (@lesantor)