--- chewbacca/CHANGELOG 2008/12/18 12:58:35 1.2 +++ chewbacca/CHANGELOG 2009/07/29 15:46:55 1.4 @@ -89,3 +89,27 @@ result: OK MM + +EM 2008-12-18: + +PacketUser.cpp: do not delete from root_table_merging just set good flag to zero (and check that flag when querying for merging) +changes to handle symbolic path in the DB + +PacketUser.h +#include "TSystem.h" added to handle symbolic path in the DB + +PamOfflineSW_Main.cpp +changed some default values (tryMerge, step_pkt_number, step_pkt_obt, is_new_route, do_vrl_check), added -dontMerge and -no-vrl options +changes to handle symbolic path in the DB + + +EM 2009-07-29 + +changed to be compiled with ROOT 5.24 (added a line to LinkDef.h) + +compilation warnings fixed + +changed makefiles to have a cleaner compilation. To have the standard compilation output set the env variable "verbose" (i.e. "export +verbose=verbose") in the shell before starting the compilation + +some cleaning of directories and files (*.in *.am deleted)