Skip to content

Commit

Permalink
Prepare to cut release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Nov 7, 2024
1 parent f01c085 commit eeb0e48
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
cmake_policy(SET CMP0074 NEW) # find_package() uses <PackageName>_ROOT implicit hints

project(jana2 VERSION 2.3.2)
project(jana2 VERSION 2.3.3)

set(CMAKE_POSITION_INDEPENDENT_CODE ON) # Enable -fPIC for all targets

Expand Down
19 changes: 19 additions & 0 deletions docs/Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
- [See online doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest/index.html)
- [Download doxygen documentation](http://www.jlab.org/JANA/jana_doc_latest.tar.gz)

### 2.3.3

#### Bugfixes
* Fix problem with user-defined factory generators (#366)
* JEventProcessor::Process() called before BeginRun() (#367)
* Lock overwrite in RootFillLock() (#369)
* JFactory::Finish() is called (#377)

#### Features
* JTopologyBuilder supports topologies with arbitrarily nested levels (#346)
* Barrier events are back (#371)

#### Refactoring
* Improved log output (#368)
* JTest uses new-style component interfaces (#374)
* JArrows now fire on individual events (#375, #378)

- [See release on GitHub](https://github.com/JeffersonLab/JANA2/releases/tag/v2.3.3)

### 2.3.2
This release includes the following:

Expand Down

0 comments on commit eeb0e48

Please sign in to comment.