ART Suite Release Notes 1.00.07.¶
Previous version's release notes.
ART 1.00.07.¶
New features:¶
- Boost 1.48.0.
- Robustness improvements, and more removal of vestigial code.
- Most command-line options available in
nova
,mu2e
, etc. are extended toart
.
- Feature request #2135:
FindOne
andFindMany
to returnPtr
as appropriate: implemented asFindOneP
andFindManyP
(see inter-product references documentation).
Bug fixes:¶
- Modules directory now installed; and
ArtDictionsry
now usable by packages dependent upon ART.
- Bugs #2332 & #2343: some files written after dropping products are not subsequently readable. Regression testing vastly improved in this area.
Known issues:¶
- Bug #2382:
FindOneP::get()
method to fill references with non-void data has wrong signature. See workaround detailed in issue description.
- Profile and optimized builds are non-functional due to a compile diagnostic in
messagefacility
that manifests only with-DNDEBUG
.