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

9.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bourtemb bourtemb released this 12 Sep 13:13
· 599 commits to tango-9-lts since this release

Binaries

Linux: Download
Windows: Download

Release notes

  1. Add Tango::string_free and fix memory leak in zmq_event_subscription_change() (#457, #460)
  2. Fix bug impacting device servers using dynamic attributes (#458, #459)
  3. Fix reconnection issues when a client subscribes to several events (#455, #483))
  4. Fix some event compatibility issues with device server <= Tango 8 (#456)
  5. Fix event field in EventData structure passed to user's callback (broken in Tango 9.3.0 and 9.3.1)
  6. Fix attribute name in EventData structure passed to user's callback for Attribute Config events
  7. Fix a bug occurring when an event is pushed at the same time as an event (re)subscription occurs (#484, #485)
  8. Fix event name (EventData.event) passed to client's Callback after Tango 9 attribute reconnection (#486)
  9. Integrate Coveralls (#473) and Sonar (#478)
  10. Tests: Split runner executable into several executables (#275). Disable log4tango bench test.
  11. Doxygen: upgrade to doxygen 1.8.13. Fix some doxygen warnings. (#475)