The main features in this release are:
PPN lookup can now be disabled
This is particularly useful for materials that are not part of the KB collection (and thus don't have an associated PPN identifier). PPN lookup can be disabled by setting the value of *enablePPNLookup* in the configuration file to *False*. See also the [setup and configuration documentation](https://github.com/KBNLresearch/iromlab/blob/master/doc/setupIromlab.md#enableppnlookup). If *enablePPNLookup* is disabled, the *PPN* data entry widget in Iromlab's data entry GUI is replaced with *Title* widget. See also the section about [Processing discs that are not part of the KB collection](https://github.com/KBNLresearch/iromlab/blob/master/doc/userGuide.md#processing-discs-that-are-not-part-of-the-kb-collection) in the User Guide.
DFXML output
For data discs, Iromlab now uses Isobuster's new functionality to generate reports in Digital Forensics XML (DFXML) format. Note that currently the generated DFXML does not validate against the DFXML schema; details can be found [here](https://github.com/KBNLresearch/iromlab/issues/59#issuecomment-356345043). These issues will most likely be addressed in future versions of Iromlab/IsoBuster.
Upgrading from previous versions
If you upgrade from a previous version of Iromlab, you will need to add an *enablePPNLookup* element to your configuration file. See the [explanation here](https://github.com/KBNLresearch/iromlab/blob/master/doc/setupIromlab.md#enableppnlookup). Also, DFXML output only works for Isobuster 4.1 onward. Older versions of Isobuster may not work at all.