From: richterm Date: Wed, 9 May 2007 14:28:28 +0000 (+0000) Subject: updated ChangeLog, incremented version id after tagging v0-6 X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=79d1ba520a34c97bcbc57cbd5427d2efbe9ff715;p=u%2Fmrichter%2FAliRoot.git updated ChangeLog, incremented version id after tagging v0-6 --- diff --git a/HLT/ChangeLog b/HLT/ChangeLog index 906adb9028b..77a561299e6 100644 --- a/HLT/ChangeLog +++ b/HLT/ChangeLog @@ -1,8 +1,25 @@ +2007-05-09 version HLT-v0-6 tagged + Highlights + BASE libHLTbase version 3.1.0 + - High level component interface implemeted + - framework for AliRoot reconstruction added + - HLT logging converted to AliLog, AliLog trap added in order to + be able to redirect messages written to AliLog + - module agents for HLT libraries imlemented + - all utility components now moved from HLTbase to AliHLTUtil + TPC libAliHLTTPC version 3.1.1 + - DigitReaderPacked revived + - merger added to slice tracker + - improvements on the ESD conversion + TRD + - first version of components using offline reconstruction added + PHOS + - 2007-04-27 HLT base - memory leaks corrected - AliLog support moved to libAliHLTUtil in order to keep - libHLTbase free of AliRoot dependencies - - dynamic loeding of AliLog support + - dynamic loading of AliLog support - AliHLTFileWriter moved to libAliHLTUtil - workaround for ROOT bug: in order to avoid crashes when unloading dynamic libraries via gSystem, the libraries are not unloaded diff --git a/HLT/configure.ac b/HLT/configure.ac index d20111c7c74..1b2332e2cbb 100644 --- a/HLT/configure.ac +++ b/HLT/configure.ac @@ -5,7 +5,7 @@ dnl template for the configuration script for the Alice HLT dnl framework and components dnl dnl ------------------------------------------------------------------ -AC_INIT([Alice High Level Trigger] , [0.6-dev], [Matthias.Richter@ift.uib.no], alice-hlt) +AC_INIT([Alice High Level Trigger] , [0.7-dev], [Matthias.Richter@ift.uib.no], alice-hlt) dnl ------------------------------------------------------------------ dnl the package from CVS contains the old Makefiles as well. In order to