This repository was archived by the owner on Jul 8, 2022. It is now read-only.
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- 9.3.2 [UNRELEASED]
2
- ==================
1
+ 9.3.2
2
+ =====
3
+
3
4
1. Add Tango::string_free and fix memory leak in zmq_event_subscription_change() (#457,#460)
4
5
2. Fix bug impacting device servers using dynamic attributes (#458,#459)
5
6
3. Fix reconnection issues when a client subscribes to several events (#455)
8
9
6. Fix attribute name in EventData structure passed to user's callback for Attribute Config events
9
10
7. Fix a bug occurring when an event is pushed at the same time as an event (re)subscription occurs (#484, #485)
10
11
8. Fix event name (EventData.event) passed to client's Callback after Tango 9 attribute reconnection (#486)
12
+ 9. Integrate Coveralls and Sonar
13
+ 10. Tests: Split runner executable into several executables. Disable log4tango bench test.
14
+ 11. Doxygen: upgrade to doxygen 1.8.13. Fix some doxygen warnings.
11
15
12
16
9.3.1
13
17
=====
32
36
Limitations:
33
37
- in case DeviceProxy is used for event subscription client will get incorrect value
34
38
in the event callback if short domain name is used in env.TANGO_HOST
35
- e.g. hzgc103k -> hzgc103.desy.de
39
+ e.g. hzgc103 -> hzgc103.desy.de
36
40
2. Fix memory leak when pipe event is sent and there is no client (#447,#448)
37
41
3. Set the ZMQ Receive Buffer High Water Mark only if it changes (#444,#445)
38
42
to reduce the impact of a bug in ZMQ 4.2.0 and ZMQ 4.2.1.
You can’t perform that action at this time.
0 commit comments