Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EventAnalysis
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
Repository analytics
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
Nicola Mori
EventAnalysis
Commits
591b4378
Commit
591b4378
authored
2 years ago
by
Nicola Mori
Browse files
Options
Downloads
Patches
Plain Diff
Release 1.2.2
parent
dcc06c62
No related branches found
Branches containing commit
Tags
1.2.2
Tags containing commit
No related merge requests found
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+12
-0
12 additions, 0 deletions
CHANGELOG.md
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
13 additions
and
1 deletion
CHANGELOG.md
+
12
−
0
View file @
591b4378
# New developments on master
# 1.2 series
## 1.2.2 bugfix release
-
Don't provide unavailable aliased objects.
-
Fix a link error occurring in external projects defining a persistence service.
-
Fix compilation with GCC 11.
-
Fix the setting of C++ dialect.
## 1.2.1 bugfix release
-
Fix the Root data provider for correctly handling file chains in which an
event object is completely missing in one or more input files (issue #32).
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
591b4378
...
...
@@ -29,7 +29,7 @@ message (STATUS "CXX_STANDARD: ${CMAKE_CXX_STANDARD}")
set
(
CMAKE_MACOSX_RPATH OFF
)
# Set project version
set
(
EventAnalysis_VERSION 1.2.
1
)
set
(
EventAnalysis_VERSION 1.2.
2
)
include
(
version.cmake
)
if
(
NOT DISABLE_ROOT
)
...
...
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