From efbf0c2e58592d39401dd6253a2d813e68e010c7 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Thu, 14 Aug 2014 09:55:11 +0000 Subject: [PATCH] - fixed version numbers and release notes for release v00-08 and v00-09 ( both have the wrong version number for the libraries 0.7 !) --- CMakeLists.txt | 2 +- doc/release.notes | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 934ebf555..2d01306c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(DD4hep) # Use the same version numbers in DDSegmentaion/CmakeLists.txt # SET( DD4hep_VERSION_MAJOR 0 ) -SET( DD4hep_VERSION_MINOR 7 ) +SET( DD4hep_VERSION_MINOR 9 ) SET( DD4hep_VERSION_PATCH 0 ) SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" ) diff --git a/doc/release.notes b/doc/release.notes index 38f473cd2..2768f5835 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -1,6 +1,13 @@ + +================================= DD4hep ---- Release Notes ================================= + -------- +| v00-09 | nineth beta release ... + -------- + + 2014/08/07 Markus Frank ----------------------- - DDG4: First version to support MC truth in DDG4 including @@ -11,6 +18,41 @@ DD4hep ---- Release Notes built with the Geant4 option ON. + -------- +| v00-08 | eighth beta release ... + -------- + + - Some minor fixes: + - made compatible with older geant4 versions (9.5) + - add Bitflag to store CellID1 in SimCalorimeterHit collections + - fix position conversion from Geant4 to ROOT + - add cellID determination to SensitiveAction + - ... + + +Andre Sailer, 2014-07-17 +------------------------ + Unify cmake option variables, small cmake corrections + Change options _WITH_ to _USE_ + Print Warning that variables with _WITH_ are deprecated + Change Defintions to _USE_ as well + Add REQUIRED to find_package geant4 and xercesc if they are turned on + Updated documentation + Updated ILDExDet example + +Christian.Grefe, 2014-07-15 +--------------------------- + made DDSegmentation optionally a stand-alone package + create DDSgementationConfig.cmake when build as part of DD4hep + + + Markus Frank, 2014-07-02 + ------------------------ + - add LCIO conversions from DDSim - sensitive detectors + can now simply instantiate LCIO Sim hits + + + 2014/06/30 Markus Frank ----------------------- - DDG4: Support user (context-) extensions for Geant4. -- GitLab