File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16 )
22cmake_policy (SET CMP0074 NEW ) # find_package() uses <PackageName>_ROOT implicit hints
33
4- project (jana2 VERSION 2026.01.00 )
4+ project (jana2 VERSION 2026.01.01 )
55
66set (CMAKE_POSITION_INDEPENDENT_CODE ON ) # Enable -fPIC for all targets
77
Original file line number Diff line number Diff line change 1111- [ See online documentation] ( https://jeffersonlab.github.io/JANA2/ )
1212- [ See online doxygen documentation] ( https://jeffersonlab.github.io/JANA2/refcpp/ )
1313
14+ ### 2026.01.01
15+
16+ This patch release fixes a segfault in ` JEvent::GetCollection ` when responding to an exception.
17+
1418### 2026.01.00
1519
1620This release brings a couple of exciting new features along with some important bugfixes. The big JFactory/JDatabundle refactoring is
You can’t perform that action at this time.
0 commit comments