Skip to content

Commit

Permalink
Bump v18.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karabowi committed Mar 1, 2024
1 parent ba752fd commit 00249b0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to FairRoot will be documented in this file.

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

## 18.8.2 - 2023-03-01

### Bug fixes
* Fix wrong init order in eventdisplay.
* Fix GeoAssembly bounding box after alignment:
* Use ROOT expert patch.
* Fix to obtain initial random seed from TRandom::GetSeed():
* Replace TRandom3::GetSeed() with the GetSeed() from base class.
* Adopt new software versions:
* Fix FindROOT.cmake to work with ROOT v6.30.00.
* Adopt CMake policies up to 3.27.
* Support yaml-cpp 0.8+.
* Fix runtime error with XCode 13.3+.

### Other Notable Changes
* Software recongnition:
* Implement fair-software.eu badges
* Add codemeta.json in accordance with ESCAPE
* Add config for zenodo.org

## 18.8.1 - 2023-02-24

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cmake_policy(VERSION 3.15...3.27)

set(PROJECT_MIN_CXX_STANDARD 17)

project(FairRoot VERSION 18.8.1)
project(FairRoot VERSION 18.8.2)

list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/private")
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "FairRoot",
"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>",
"license": "https://spdx.org/licenses/LGPL-3.0-only",
"softwareVersion": "18.8.1",
"softwareVersion": "18.8.2",
"datePublished": "2012-05-25",
"keywords": [
"geant4",
Expand Down

0 comments on commit 00249b0

Please sign in to comment.