This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
9.3.0
Pre-release
Pre-release
Binaries
Release notes
- 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
- in case DeviceProxy is used for event subscription client will get incorrect value
- Fix memory leak when pipe event is sent and there is no client (#447,#448)
- 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. - Add clang detection (#442)