Skip to content
New MINOR release 01.09.00

Changes since 01.08.00:
- Device::open() does not filter calls to open() any more if the device was already opened.
  This is needed so calling open() again can trigger a recovery sequence
  -- All backends have been checked that they don't throw if open is called again
     (The recovery sequences are not in place yet, there should be no behaviour change)
- lmap-editor:
  -- Respect map file's modules when importing
  -- Skip lines beginning with @, so we don't create @MAPVERSION registers
  -- Use Qt5 and Python3
  -- Fixed raw data type in catalogue when using the math plugin
- RegisterInfo::DataDescriptor:
  - Fixed nDigits and nFractionalDigits, which were always set to 0 in the constructor
- Fixed #85: obtaining dummy-write accessor for 2D registers raised null-pointer assertion
- build system:
  -- Add filesystem as public dependency
  -- Declare boost components as public dependency