From 6e625b636fdf9c4fb223c29cec4cb8671de9f448 Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Mon, 20 Nov 2017 18:06:39 +0100 Subject: [PATCH] - v01-19-05-pre06 with lcgeo v00-15-02 --- doc/release_notes_ilcsoft_v01-19-05.md | 8 +++++++- releases/v01-19/release-versions.py | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/release_notes_ilcsoft_v01-19-05.md b/doc/release_notes_ilcsoft_v01-19-05.md index 5fa418c2..354a444d 100644 --- a/doc/release_notes_ilcsoft_v01-19-05.md +++ b/doc/release_notes_ilcsoft_v01-19-05.md @@ -28,7 +28,13 @@ Packages changed wrt. to v01-19-04. * 2017-09-28 Marko Petric ([PR#38](https://github.com/ilcsoft/lcio/pull/38)) - Correct LCIO_MINOR_VERSION -## lcgeo v00-15-01 +## lcgeo v00-15-02 + +* 2017-11-20 Daniel Jeans ([PR#181](https://github.com/ilcsoft/lcgeo/pull/181)) + - bug fix for ILD_l/s5 models + - fix calculation of layer positions in dd4hep::rec::LayeredCalorimeterData in SEcal06_Helpers + +### lcgeo v00-15-01 * 2017-11-10 Shaojun Lu ([PR#179](https://github.com/iLCSoft/lcgeo/pull/179)) - update HcalEndcapRing in ILD models diff --git a/releases/v01-19/release-versions.py b/releases/v01-19/release-versions.py index ba97a0eb..2b85f265 100644 --- a/releases/v01-19/release-versions.py +++ b/releases/v01-19/release-versions.py @@ -9,7 +9,7 @@ import datetime # --------- ilcsoft release version ------------------------------------------ -ilcsoft_release='v01-19-05' +ilcsoft_release='v01-19-05-pre06' # ---------------------------------------------------------------------------- #----------------------- @@ -228,7 +228,7 @@ DD4hep_version = "v01-05" DD4hepExamples_version = "v01-05" -lcgeo_version = "v00-15-01" +lcgeo_version = "v00-15-02" Physsim_version = "v00-04"