Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

9.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ingvord Ingvord released this 07 May 13:00
· 672 commits to tango-9-lts since this release

Binaries

Linux: Download
Windows: Download

Release notes

  1. Fix FQDN events (#423,#315)
    Limitations:
    • in case DeviceProxy is used for event subscription client will get incorrect value
      in the event callback if short domain name is used in env.TANGO_HOST
      e.g. hzgc103 -> hzgc103.desy.de
  2. Fix memory leak when pipe event is sent and there is no client (#447,#448)
  3. Set the ZMQ Receive Buffer High Water Mark only if it changes (#444,#445)
    to reduce the impact of a bug in ZMQ 4.2.0 and ZMQ 4.2.1.
  4. Add clang detection (#442)