From ff063e8ea26bae515d49395fca57c4764b5b97e8 Mon Sep 17 00:00:00 2001 From: Frank Gaede Date: Fri, 30 Jun 2017 15:30:35 +0200 Subject: [PATCH] Release Notes for v01-12 --- doc/ReleaseNotes.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index a716375..e84b202 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -1,3 +1,31 @@ +# v01-12 + +* 2017-06-20 Frank Gaede ([PR#8](https://github.com/iLCSoft/ForwardTracking/pull/8)) + - fix leftover dd4hep namespace changes + +* 2017-06-20 Andre Sailer ([PR#7](https://github.com/iLCSoft/ForwardTracking/pull/7)) + - Adapt to changes in namespaces and LCDD --> Detector + +* 2017-03-31 Frank Gaede ([PR#5](https://github.com/iLCSoft/ForwardTracking/pull/5)) + - fix all warnings on clang, MacOS + - does not include -WeffC++ + +* 2017-03-31 Andre Sailer ([PR#4](https://github.com/iLCSoft/ForwardTracking/pull/4)) + - Rename DDForwardTracking to SiliconEndcapTracking, solves #3 + - SiliconEndcapTracking: fix warnings + - Ignore warnings from external headers + +* 2017-03-31 Frank Gaede ([PR#2](https://github.com/iLCSoft/ForwardTracking/pull/2)) + - replace Gear with DD4hep/DDRec + - using DD4hep::DDRec::ZDiskPetalsData as replacement for + gear::FTDParameters + - use DDSurfaces::Surface and DDRec::SurfaceManager as + replacement for gear::MeasurementSurfaceStore + - changed indentation for FTDBackgroundProcessor.cc + +* 2017-05-18 Frank Gaede ([PR#6](https://github.com/iLCSoft/ForwardTracking/pull/6)) + - remove all references to Gear and MarlinKalTest + # v01-11 * 2017-03-31 Frank Gaede ([PR#5](https://github.com/iLCSoft/ForwardTracking/pull/5))