Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaudi
Gaudi
Commits
7f57a304
Commit
7f57a304
authored
2 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-version' into 'master'
Update version and change log See merge request
!1367
parents
106400cd
4a3b5034
No related branches found
Branches containing commit
Tags
v36r7
Tags containing commit
1 merge request
!1367
Update version and change log
Pipeline
#4515167
passed
2 years ago
Stage: pre-build-checks
Stage: build
Stage: test
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+18
-0
18 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
docs/source/conf.py
+2
-2
2 additions, 2 deletions
docs/source/conf.py
with
21 additions
and
3 deletions
CHANGELOG.md
+
18
−
0
View file @
7f57a304
...
...
@@ -5,6 +5,23 @@ Project Coordinators: Marco Clemencic @clemenci, Charles Leggett @leggett
The format is based on
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
.
## [v36r7][] - 2022-07-29
Minor release needed by LHCb to pick up some fixes.
Note that the re-write of
`Gaudi::Monitoring::JSONSink`
is not backward compatible.
### Changed
-
New improved
`Gaudi::Monitoring::JSONSink`
(with support for histograms) (gaudi/Gaudi!1362)
### Fixed
-
Allow calling
`init()`
twice on a
`DataHandle`
(gaudi/Gaudi#221 gaudi/Gaudi!1366)
-
Add missing include of
`<utility>`
(gaudi/Gaudi#235 gaudi/Gaudi!1365)
-
Avoid floating point exception during printing in
`EventSelector`
(gaudi/Gaudi!1364)
-
Forward forgotten
`InhibitPathes`
property from
`HiveWhiteBoard`
to
`DataSvc`
(gaudi/Gaudi!1361)
-
Fix check for finding PkgConfig (gaudi/Gaudi!1363)
-
Replace
`std::result_of_t`
with
`std::invoke_result_t`
following its deprecation in C++17 (gaudi/Gaudi!1359)
## [v36r6][] - 2022-07-11
Same as
[
v36r5
][]
, we have several small changes and fixes in this release, as well as the removal of some deprecated and unused code.
...
...
@@ -911,6 +928,7 @@ Details about old versions of the project can be found in the
[
GaudiRelease/doc
](
GaudiRelease/doc
)
.
[
v36r7
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r7
[
v36r6
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r6
[
v36r5
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r5
[
v36r4
]:
https://gitlab.cern.ch/gaudi/Gaudi/-/releases/v36r4
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
7f57a304
...
...
@@ -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.
6
project
(
Gaudi VERSION 36.
7
LANGUAGES CXX
DESCRIPTION
"Gaudi Software Framework"
HOMEPAGE_URL
"https://cern.ch/gaudi"
)
...
...
This diff is collapsed.
Click to expand it.
docs/source/conf.py
+
2
−
2
View file @
7f57a304
...
...
@@ -23,9 +23,9 @@ copyright = "1998-2021, CERN for the benefit of the LHCb and ATLAS collaboration
author
=
"
The Gaudi Developers
"
# The short X.Y version
version
=
"
36.
6
"
version
=
"
36.
7
"
# The full version, including alpha/beta/rc tags
release
=
"
v36r
6
"
release
=
"
v36r
7
"
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment