From 1067f7e00a36cdf98c7a018cdcd020367b83d14b Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 19 Aug 2014 17:50:05 +0000 Subject: [PATCH] - prepare release ======== v00-10 - updated versions and release notes --- CMakeLists.txt | 2 +- DDSegmentation/CMakeLists.txt | 2 +- doc/release.notes | 22 +++++++++++++++++++++- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c979b68e..bfbb92bf7 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 9 ) +SET( DD4hep_VERSION_MINOR 10 ) SET( DD4hep_VERSION_PATCH 0 ) SET( DD4hep_VERSION "${DD4hep_VERSION_MAJOR}.${DD4hep_VERSION_MINOR}" ) diff --git a/DDSegmentation/CMakeLists.txt b/DDSegmentation/CMakeLists.txt index b59e9489c..d1efca3fe 100644 --- a/DDSegmentation/CMakeLists.txt +++ b/DDSegmentation/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) project(DDSegmentation) #fg: version number must be the same as DD4hep !! set(DDSegmentation_MAJOR_VERSION 0) -set(DDSegmentation_MINOR_VERSION 9) +set(DDSegmentation_MINOR_VERSION 10) set(DDSegmentation_PATCH_VERSION 0) set(DDSegmentation_VERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}" ) set(DDSegmentation_SOVERSION "${DDSegmentation_MAJOR_VERSION}.${DDSegmentation_MINOR_VERSION}") diff --git a/doc/release.notes b/doc/release.notes index ae66dcd1f..05774538e 100644 --- a/doc/release.notes +++ b/doc/release.notes @@ -3,6 +3,20 @@ DD4hep ---- Release Notes ================================= + + -------- +| v00-10 | + -------- + + Frank Gaede +------------ + - fixed version numbers and release notes for release v00-08 and v00-09 + ( both have the wrong version number for the libraries 0.7 !) + - added ./doc/prepare_a_release.howto + - added new method to BitField64: setValue(unsigned lowWord, unsigned highWord ) + - added some simple unit tests for BitField64 + + 2014/08/15 Markus Frank ----------------------- - DDG4 Add possibility for user hook to the particle handler + @@ -13,6 +27,12 @@ DD4hep ---- Release Notes doc/DDEveManual.pdf - Update CLICSiD Example. + + -------- +| v00-09 | + -------- + + 2014/08/07 Markus Frank ----------------------- - DDG4: First version to support MC truth in DDG4 including @@ -132,7 +152,7 @@ Christian.Grefe, 2014-07-15 't': Solid + wireframe view. This information is accessible from the help menu of the ROOT OGL widget. - -------- 2014/05/28 Markus Frank + -------- | v00-07 | seventh beta release ... -------- -- GitLab