Skip to content

Tags: ChimeraTK/CommandLineTools

Tags

00.16.01

New PATCH release 00.16.01

Changes since 00.16.00:

- chore: build environment

00.16.00

New MINOR release 00.16.00

- fix for API changes in DeviceAccess (RegisterCatalogue) (#6)
  See #7425
  -- Fixed tests after recent changes in DeviceAccess
     -- Offset with register size 0 is not valid any more
     -- Adapted expected error messages

00.15.01

New PATCH release 00.15.01

Changes since 00.15.00:

- Changes to the build environment

00.15.00

New MINOR release 00.15.00

Changes since 00.14.00:

- changed logic how the dmap file is found
- fixed use of dmap files where the 3rd column is omitted (i.e. map file is specified in CDD)

00.14.00

New MINOR release 00.14.00

Changes since 00.13.00:
- Chimera Device Descriptor (CDD) can be used
- Tests use file system locks in /var/run/lock/mtcadummy to protect against simultaneous usage
- Small changes to be fully compatible with DeviceAccess 01.00

00.13.00

New MINOR release 00.13.00

Changes since 00.12.01:

- move away from deprecated DeviceAccess API
- test: corrected wrong expected output: the module name was missing in the register name
- changed to new ChimeraTK exception scheme

00.12.01

New PATCH release 00.12.01

Changes since 00.12.00:
Adapted tests to the changed output of DeviceAccess exceptions.

00.12.00

New Tag 00.12.00

- Increased minor version number for new debian packaging mechanism.
  Like this the newly build library is recognised as such. No change
  to the CommandLineTools themselves.

00.11.02

Bugfix tag 00.11.02

- Fix for debian packaging: Overriding the build type, which is set to 'None'

00.11.01

Bugfix tag 00.11.01

- Default CMAKE_BUILD_TYPE now is Release