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

Update version to v39r4

See merge request !1717
parents 3597c9e1 d2d6fd23
No related branches found
No related tags found
1 merge request!1717Update version to v39r4
Pipeline #11639088 passed
......@@ -6,6 +6,37 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [v39r4](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r4) - 2025-03-20
Another minor release to pick up some bug fixes and minor improvements in preparation
for 2025 data taking (for LHCb).
A special thanks to all the people that contributed to this release:
@fwinkl,
@graven,
@jcarcell,
@jonrob,
@sponce,
@staider.
### Changed
- Replace SFINAE with concepts / requires clauses (gaudi/Gaudi!1714)
- Remove checks for a version of the C++ standard lower than 20 (gaudi/Gaudi!1707)
- Histograming/Sink/Utils.h: Truncate histogram name as required during printout (gaudi/Gaudi!1704)
- Clean up a few headers, remove unused headers, add headers that are used (gaudi/Gaudi!1706)
- DataObjID: on-demand lookup of className (gaudi/Gaudi!1700)
- Remove the deprecated put with a raw pointer in DataObjectHandle.h (gaudi/Gaudi!1701)
### Fixed
- Fixed unused argument warning in local_valgrind on ARM (gaudi/Gaudi!1716)
- Allow concrete services to be used in ServiceHandle<T> (gaudi/Gaudi#344, gaudi/Gaudi!1715)
- Define BOOST_ALLOW_DEPRECATED_HEADERS when including qi.hpp (gaudi/Gaudi!1705)
- Fix CI warnings for builds without AIDA (gaudi/Gaudi#357, gaudi/Gaudi!1708)
- Fix test name when gaudi_add_pytest is passed a test file (gaudi/Gaudi#354, gaudi/Gaudi!1713)
- fix spelling of PREFETCH (gaudi/Gaudi!1711)
- Fix Histogram Summaries Parsing to Remove Empty Lines (gaudi/Gaudi!1703)
- GaudiTestSuite: fix missing definition of static member (gaudi/Gaudi!1699)
## [v39r3](https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v39r3) - 2025-02-21
This is a minor release meant to pick up a few fixes and, in particular, small improvements on
the pytest helpers that are required by LHCb to start migrating from QMTest to pytest.
......
......@@ -24,5 +24,5 @@ keywords:
- HEP
- Software Framework
license: Apache-2.0
version: v39r3
date-released: '2025-02-21'
version: v39r4
date-released: '2025-03-20'
......@@ -91,7 +91,7 @@ else()
set(optionalCUDA)
endif()
project(Gaudi VERSION 39.3
project(Gaudi VERSION 39.4
LANGUAGES CXX ${optionalCUDA}
DESCRIPTION "Gaudi Software Framework"
HOMEPAGE_URL "https://cern.ch/gaudi")
......
......@@ -22,9 +22,9 @@ copyright = "1998-2023, CERN for the benefit of the LHCb and ATLAS collaboration
author = "The Gaudi Developers"
# The short X.Y version
version = "39.3"
version = "39.4"
# The full version, including alpha/beta/rc tags
release = "v39r3"
release = "v39r4"
# -- 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