Skip to content

Commit 6223673

Browse files
committed
Prepare release v19.0
1 parent 54ad232 commit 6223673

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
12
# Changelog
23

34
All notable changes to FairRoot will be documented in this file.
45

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

7-
## 19.0 (UNRELEASED) - 2023-XX-XX
8+
## 19.0 (Unreleased) - 2024-03-xx
89

910
### Breaking Changes
1011
* We have moved away from our custom ROOT find module, and now use the native cmake package of ROOT.
@@ -28,8 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2829
and the COLOR option takes no argument.
2930
* Dropped `Generate_Exe_Script`, and `GENERATE_TEST_SCRIPT`
3031
* `Generate_Exe_Script` was never meant for external use.
31-
* `GENERATE_TEST_SCRIPT` can be replaced by much simpler, and more
32-
flexible local code by users.
32+
* `GENERATE_TEST_SCRIPT` can be replaced by much simpler and more flexible local code by users.
3333
* Replace with a local template, `configure_file`, and `execute_process()`
3434
* In your template consider using `source @FairRoot_BINDIR/FairRootConfig.sh`
3535
* Dropped `Generate_Version_Info`
@@ -91,15 +91,35 @@ file an issue, so that we can see how to handle this.
9191
* Use `FairRunAna::RunSingleEntry(Long64_t entry)` instead.
9292
9393
### Other Notable Changes
94+
* We have restuctured the main FairRoot folder by moving all the public components to the new '/fairroot/' folder.
9495
* Consider calling `fairroot_check_root_cxxstd_compatibility()`
9596
in your `CMakeLists.txt`.
9697
* `fairsoft-config` isn't searched for and not needed any more.
9798
9899
### Example Changes in Experiment Repos
99100
* https://github.com/R3BRootGroup/R3BRoot/pull/413
100101
102+
## 18.8.2 - 2023-03-01
103+
104+
### Bug fixes
105+
* Fix wrong init order in eventdisplay.
106+
* Fix GeoAssembly bounding box after alignment:
107+
* Use ROOT expert patch.
108+
* Fix to obtain initial random seed from TRandom::GetSeed():
109+
* Replace TRandom3::GetSeed() with the GetSeed() from base class.
110+
* Adopt new software versions:
111+
* Fix FindROOT.cmake to work with ROOT v6.30.00.
112+
* Adopt CMake policies up to 3.27.
113+
* Support yaml-cpp 0.8+.
114+
* Fix runtime error with XCode 13.3+.
115+
116+
### Other Notable Changes
117+
* Software recongnition:
118+
* Implement fair-software.eu badges
119+
* Add codemeta.json in accordance with ESCAPE
120+
* Add config for zenodo.org
101121
102-
## 18.8.1 (UNRELEASED) - 2023-01-XX
122+
## 18.8.1 - 2024-02-24
103123
104124
### Breaking Changes
105125
* The output folder name changed from 'folderName_0' to 'folderName'.

0 commit comments

Comments
 (0)