Skip to content

Commit 00249b0

Browse files
committed
Bump v18.8.2
1 parent ba752fd commit 00249b0

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to FairRoot will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7+
## 18.8.2 - 2023-03-01
8+
9+
### Bug fixes
10+
* Fix wrong init order in eventdisplay.
11+
* Fix GeoAssembly bounding box after alignment:
12+
* Use ROOT expert patch.
13+
* Fix to obtain initial random seed from TRandom::GetSeed():
14+
* Replace TRandom3::GetSeed() with the GetSeed() from base class.
15+
* Adopt new software versions:
16+
* Fix FindROOT.cmake to work with ROOT v6.30.00.
17+
* Adopt CMake policies up to 3.27.
18+
* Support yaml-cpp 0.8+.
19+
* Fix runtime error with XCode 13.3+.
20+
21+
### Other Notable Changes
22+
* Software recongnition:
23+
* Implement fair-software.eu badges
24+
* Add codemeta.json in accordance with ESCAPE
25+
* Add config for zenodo.org
26+
727
## 18.8.1 - 2023-02-24
828

929
### Breaking Changes

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cmake_policy(VERSION 3.15...3.27)
1010

1111
set(PROJECT_MIN_CXX_STANDARD 17)
1212

13-
project(FairRoot VERSION 18.8.1)
13+
project(FairRoot VERSION 18.8.2)
1414

1515
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
1616
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/private")

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "FairRoot",
55
"description": "<p>A simulation, reconstruction and analysis framework that is based on the ROOT system. The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however the user code that creates simulated data do not depend on a particular monte carlo engine. The framework delivers base classes which enable the users to construct their detectors and /or analysis tasks in a simple way, it also delivers some general functionality like track visualization. Moreover an interface for reading magnetic field maps is also implemented.</p>",
66
"license": "https://spdx.org/licenses/LGPL-3.0-only",
7-
"softwareVersion": "18.8.1",
7+
"softwareVersion": "18.8.2",
88
"datePublished": "2012-05-25",
99
"keywords": [
1010
"geant4",

0 commit comments

Comments
 (0)