Code name: Peek before you guess
This is a bugfix release. It addresses the problem that ReqM2 uses a generic .xml file suffix which led OpenFastTrace to treat any XML file as a ReqM2 file based solely on the extension. To avoid false detections, this version adds a peek function to the file type detection so that we no longer rely only on the file type/extension (#429).
- #429: Add content peek to file type detection so
.xmlno longer implies ReqM2; prevents misclassification of arbitrary XML files