From 663d5ebbd9326c48acef28db5f45167572d9a4f1 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 6 Aug 2013 12:03:45 +0000 Subject: [PATCH] ------ updated version to v00-04 - added release notes --- CMakeLists.txt | 2 +- doc/release.notes | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b512b20d9..66d7f0c26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(DD4hep) # project version SET( DD4hep_VERSION_MAJOR 0 ) -SET( DD4hep_VERSION_MINOR 3 ) +SET( DD4hep_VERSION_MINOR 4 ) 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 c3f5b7335..8b8af8571 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -26,6 +26,22 @@ DD4hep ---- Release Notes Unless all problems are solved you should be careful to move to the svn head. In any case save your checkout or use the tag v00-03. + -------- +| v00-04 | fourth beta release ... + -------- - placement options are now compatible with geant4 + - fixed Geant4SensitiveDetector::getVolumeID() + - modified ILDEx model to not use assemblies (for now !?) + - removed obsolete geant4 example ILDEx + - Fix population procedure of volume manager + - Fix uniqueness of volume identifiers. + - Remove call with lookups by placed volume to the volume manager + - improved ILDExtoy example: + - fixed creation of cellIDS for simhits + - creates SimTrackerHits for VXD, SIT and TPC + - creates SimCalorimeterHits for AHcal barrele and endcap + - works now wigth ILDExSimu _and_ SLIC + + -------- | v00-03 | third beta release ... -------- - broken geometry (for some rotations/translations) -- GitLab