1.03.06
ART Suite Release Notes 1.03.06 (2013/02/27).¶
Previous version's release notes.
ART 1.03.06.¶
New features:¶
- Issue #3439: specifying a source file for
EmptyEvent
will cause an exception to be thrown. - Build system:
art_make()
getsNO_INSTALL
option. - Build system:
art_make()
has separate optionsLIB_LIBRARIES
,SOURCE_LIBRARIES
,MODULE_LIBRARIES
,SERVICE_LIBRARIES
andDICT_LIBRARIES
. SpecifiyingLIBRARIES
is now an error. - Build system:
simple_plugin()
adds more generally-needed libraries to link for particular plugin types. artmod
now adds commonly required headers for particular module types.- Build system: new macro
cet_script
. sam_metadata_dumper
is now more robust and informative about error conditions.- Issue #3492:
art
exec now has the same policy on finding configuration files specified directly with-c
asmu2e
,nova
, etc. - Default behavior of
mu2e
executable is as if--rethrow-default
were specified; use--default-exceptions
to negate.
Bug fixes:¶
- Issue #3520:
sam_metadata_dumper
crash due to change in behavior of SQLite with respect to some open flags (particularlySQLITE_OPEN_TRANSIENT
).