From eeb0e48314de49e392ee344ea62de48587db5eb1 Mon Sep 17 00:00:00 2001 From: Nathan Brei Date: Thu, 7 Nov 2024 00:33:25 -0500 Subject: [PATCH] Prepare to cut release --- CMakeLists.txt | 2 +- docs/Download.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62216ceed..5dac2d339 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) cmake_policy(SET CMP0074 NEW) # find_package() uses _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 diff --git a/docs/Download.md b/docs/Download.md index 7be293998..bd2d949f1 100644 --- a/docs/Download.md +++ b/docs/Download.md @@ -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: