Skip to content
Snippets Groups Projects
Commit 5c15b2bb authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Bump version to 36.9.1 for LHCb (no change wrt 36.9)

parent fd2bdac3
No related branches found
Tags v36r9p1
1 merge request!1421Update changelog and version from tag v36r9p1
Pipeline #5085828 passed
......@@ -5,6 +5,11 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [v36r9p1][] - 2023-02-03
Strictly identical to v36r9 (except for the version number), needed by LHCb for
a special deployment.
## [v36r9][] - 2022-11-21
Just some minor bugfixes and a few (mostly backword compatible) changes in behaviour.
......@@ -25,7 +30,7 @@ To be noted:
trailing whitespaces in titles and labels (gaudi/Gaudi!1397)
## Changed
### Changed
- Create reproducible ROOT files and clean up tests (gaudi/Gaudi!1380)
- Do not allow whitespace at front or back of histogram titles or labels (lhcb/Gaudi#3 gaudi/Gaudi!1397)
- Optimise basket sizes created by `RootCnvSvc` (gaudi/Gaudi!1381)
......@@ -33,12 +38,12 @@ To be noted:
- Use Gitlab CI DAG pipelines (gaudi/Gaudi!1393)
- More const-correct `LinkManager` interface (gaudi/Gaudi!1386)
## Added
### Added
- Add test build of public headers (again) (gaudi/Gaudi!1394)
- Add support for `.json` options to `Gaudi.exe` (gaudi/Gaudi!1388)
- Add output dependency checks to `AvalancheSchedulerSvc` (gaudi/Gaudi!1384)
## Fixed
### Fixed
- Fixes to support builds on ARM processors (gaudi/Gaudi!1396)
- Fix use of deprecated Boost headers (gaudi/Gaudi!1400)
- Fix `UnboundLocalError` in `GaudiKernel/Configurable.py` (gaudi/Gaudi!1399)
......
#####################################################################################
# (c) Copyright 1998-2022 CERN for the benefit of the LHCb and ATLAS collaborations #
# (c) Copyright 1998-2023 CERN for the benefit of the LHCb and ATLAS collaborations #
# #
# This software is distributed under the terms of the Apache version 2 licence, #
# copied verbatim in the file "LICENSE". #
......@@ -80,7 +80,7 @@ Maintainer's guide: `<https://twiki.cern.ch/twiki/bin/view/LHCb/MaintainGaudiCMa
cmake_minimum_required(VERSION 3.15)
project(Gaudi VERSION 36.9
project(Gaudi VERSION 36.9.1
LANGUAGES CXX
DESCRIPTION "Gaudi Software Framework"
HOMEPAGE_URL "https://cern.ch/gaudi")
......
......@@ -19,13 +19,13 @@
# -- Project information -----------------------------------------------------
project = "Gaudi"
copyright = "1998-2021, CERN for the benefit of the LHCb and ATLAS collaborations"
copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaborations"
author = "The Gaudi Developers"
# The short X.Y version
version = "36.9"
version = "36.9.1"
# The full version, including alpha/beta/rc tags
release = "v36r9"
release = "v36r9p1"
# -- General configuration ---------------------------------------------------
......
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