From 10f152291d0876d156af251afaf937cdef9fa197 Mon Sep 17 00:00:00 2001 From: Miroslav Date: Sat, 19 Jul 2025 15:24:42 +0200 Subject: [PATCH] Prepare Allen v6r8p1 [ci skip] --- CMakeLists.txt | 2 +- ReleaseNotes/v6r8p1.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 ReleaseNotes/v6r8p1.md diff --git a/CMakeLists.txt b/CMakeLists.txt index e67e70ca352..e20aabee409 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.8 +project(Allen VERSION 6.8.1 LANGUAGES C CXX) # --------------- diff --git a/ReleaseNotes/v6r8p1.md b/ReleaseNotes/v6r8p1.md new file mode 100644 index 00000000000..62f858ce7c7 --- /dev/null +++ b/ReleaseNotes/v6r8p1.md @@ -0,0 +1,36 @@ +2025-07-19 Allen v6r8p1 +=== + +This version uses +Rec [v38r8p1](../../../../Rec/-/tags/v38r8p1), +Lbcom [v37r8](../../../../Lbcom/-/tags/v37r8), +LHCb [v57r8](../../../../LHCb/-/tags/v57r8), +Detector [v3r3p2](../../../../Detector/-/tags/v3r3p2), +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 [v6r8](/../../tags/v6r8), with the following changes: + +### New features ~"new feature" + + + +### Fixes ~"bug fix" ~workaround + + + +### Enhancements ~enhancement + + + +### Code cleanups and changes to tests ~modernisation ~cleanup ~testing + + + +### Documentation ~Documentation + + +### Other + +- Sequences cleanup, !1893 (@samarian) -- GitLab