From 021a453b53285344bc748cd3ba6e0713f7beff66 Mon Sep 17 00:00:00 2001
From: erodrigu <erodrigu>
Date: Tue, 8 Mar 2016 10:06:38 +0000
Subject: [PATCH] v39r1

git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/DaVinci/trunk@202787 4525493e-7705-40b1-a816-d608a930855b
---
 DaVinciSys/CMakeLists.txt    |  2 +-
 DaVinciSys/cmt/requirements  |  8 ++++----
 DaVinciSys/doc/release.notes | 26 ++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/DaVinciSys/CMakeLists.txt b/DaVinciSys/CMakeLists.txt
index 72e8d6c2a..bc24111f0 100644
--- a/DaVinciSys/CMakeLists.txt
+++ b/DaVinciSys/CMakeLists.txt
@@ -1,7 +1,7 @@
 ################################################################################
 # Package: DaVinciSys
 ################################################################################
-gaudi_subdir(DaVinciSys v39r0p1)
+gaudi_subdir(DaVinciSys v39r1)
 
 gaudi_depends_on_subdirs(DaVinciTests
                          ##############################
diff --git a/DaVinciSys/cmt/requirements b/DaVinciSys/cmt/requirements
index dcf61a1e1..6404a943d 100755
--- a/DaVinciSys/cmt/requirements
+++ b/DaVinciSys/cmt/requirements
@@ -1,5 +1,5 @@
 package DaVinciSys
-version v39r0p1
+version v39r1
 
 branches doc cmt
 
@@ -10,12 +10,12 @@ use EventPacker   v5r9p1   Event
 # Temporarily moved in from Stripping, for S23 release
 # To be decided if longer term this stays in the DaVinci 
 # project, or moves elsewhere.
-use StrippingCache   v1r4     Phys
+use StrippingCache   v1r5     Phys
 ##############################
 
 # Packages
-use  DaVinci         v39r0p1  Phys   # DaVinci coordinator
-use  DaVinciTests    v3r2
+use  DaVinci         v39r1    Phys   # DaVinci coordinator
+use  DaVinciTests    v3r3
 use  KaliCalo        v4r18    Phys   # Olivier Deschamps
 use  Tesla           v1r14    Phys   # Sean Benson
 
diff --git a/DaVinciSys/doc/release.notes b/DaVinciSys/doc/release.notes
index 4d43a2fbc..19021bccb 100755
--- a/DaVinciSys/doc/release.notes
+++ b/DaVinciSys/doc/release.notes
@@ -3,6 +3,32 @@ Package             : DaVinciSys
 Package Coordinator : DaVinci coordinator
 Purpose             : LHCb physics analysis application
 
+</PRE><H1><A NAME=v39r1>2016-03-08 DaVinci v39r1</A></H1><PRE>
+
+Development release for 2016 data taking.
+Also needed for the stack for the run-I restripping.
+It is based on Gaudi v27r0, LHCb v40r0, Rec v19r0, Phys v21r1, Analysis v15r1 and Stripping v10r1.
+Uses LCG_83 with ROOT 6.06.00.
+
+- Packages updated :
+  DaVinciTests v3r3, Phys/DaVinci v39r1, Phys/StrippingCache v1r5.
+
+- Packages patched :
+  It still contains Event/EventPacker v5r9p1 given that it builds atop the same Gaudi and LHCb as v39r0p1.
+
+- In DaVinciTests v3r3 :
+  . Updated reference file for davinci-merge-small-files test.
+  . Updated tagging test ref. file. test/qmtest/tagging.qms/test_tag_mc12.qmt.
+
+- In Phys/DaVinci v39r1 :
+  . Development release in preparation for 2016 data-taking and simulation.
+
+- In Phys/StrippingCache v1r5 :
+  . Added StrippingCache for S25.
+  . Added StrippingCache for S21r0p1 and S21r1p1.
+  . Fix in Cache for S21r0,1p1.
+  . Removed all the DV dependencies in cache for S21r0,1p1.
+
 </PRE><H1><A NAME=v39r0p1>2016-02-12 DaVinci v39r0p1</A></H1><PRE>
 
 Patched development release identical to v39r0 apart from picking up the patched package Event/EventPacker v5r9p1.
-- 
GitLab