Skip to content
Snippets Groups Projects
Commit 7e1e2947 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Release notes and dependencies for v22r0 release

parent 7f82fcd4
No related branches found
No related tags found
2 merge requests!225Propagate v22r0 release notes to master,!224Propagate v22r0 release notes to master
......@@ -6,7 +6,7 @@ find_package(GaudiProject)
#---------------------------------------------------------------
# Declare project name and version
gaudi_project(Lbcom v21r1
USE LHCb v43r1
gaudi_project(Lbcom v22r0
USE LHCb v44r0
DATA ParamFiles
TCK/HltTCK)
################################################################################
# Package: LbcomSys
################################################################################
gaudi_subdir(LbcomSys v21r1)
gaudi_subdir(LbcomSys v22r0)
gaudi_depends_on_subdirs(Associators/Associators
Calo/CaloAssociators
......
{% set used = [] -%}
{% macro section(labels) -%}
{% for mr in select_mrs(merge_requests, labels, used) %}
- {{mr.title}}, !{{mr.iid}} (@{{mr.author.username}}) {{find_tasks(mr)}}
{{mr.description|mdindent(2)}}
{% endfor %}
{%- endmacro %}
{{date}} {{project}} {{version}}
===
This version uses LHCb v44r0, Gaudi v29r3 and LCG_93 with ROOT 6.12.06.
<p>
This version is released on `2018-patches` branch.
### New features
{{ section(['new feature']) }}
### Enhancements
{{ section(['enhancement']) }}
### Bug fixes
{{ section(['bug fix']) }}
### Code modernisations and cleanups
{{ section(['cleanup', 'modernisation']) }}
### Monitoring changes
{{ section(['monitoring']) }}
### Changes to tests
{{ section(['testing']) }}
### Other
{{ section([[]]) }}
2017-08-28 LbcomSys v20r6
---
This version uses Gaudi v28r2 and LHCb v42r6 (and LCG_88 with ROOT 6.08.06)
This version is released on `2017-patches` branch.
## New or changed functionality
**[MR !161] Updates to HCDelayScan**
**[MR !167] Further improvements to hrc delay scan analysis code**
**[MR !172] Do not add comments to generated condition XML files**
2017-09-04 LbcomSys v20r6p1
---
This version uses Gaudi v28r2 and LHCb v42r6p1 (and LCG_88 with ROOT 6.08.06)
This version is released on `2017-patches` branch.
Identical to v20r6 but with updated dependency to LHCb v42r6p1
2018-03-06 Lbcom v22r0
===
This version uses LHCb v44r0, Gaudi v29r3 and LCG_93 with ROOT 6.12.06.
<p>
This version is released on `2018-patches` branch.
Built relative to Lbcom v21r1, with the following changes:
### Enhancements
- Allow finding LHCb::Digit MC associations only by digit index, !191 (@apearce)
### Code modernisations and cleanups
- Fixed VeloAlgorithms to deal with change in gaudi/Gaudi!428, !186 (@cattanem)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment