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

Commit b3054f3

Browse files
committed
Update RELEASE_NOTES before to tag 9.3.2
1 parent 414ac8e commit b3054f3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

RELEASE_NOTES

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
9.3.2 [UNRELEASED]
2-
==================
1+
9.3.2
2+
=====
3+
34
1. Add Tango::string_free and fix memory leak in zmq_event_subscription_change() (#457,#460)
45
2. Fix bug impacting device servers using dynamic attributes (#458,#459)
56
3. Fix reconnection issues when a client subscribes to several events (#455)
@@ -8,6 +9,9 @@
89
6. Fix attribute name in EventData structure passed to user's callback for Attribute Config events
910
7. Fix a bug occurring when an event is pushed at the same time as an event (re)subscription occurs (#484, #485)
1011
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.
1115

1216
9.3.1
1317
=====
@@ -32,7 +36,7 @@
3236
Limitations:
3337
- in case DeviceProxy is used for event subscription client will get incorrect value
3438
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
3640
2. Fix memory leak when pipe event is sent and there is no client (#447,#448)
3741
3. Set the ZMQ Receive Buffer High Water Mark only if it changes (#444,#445)
3842
to reduce the impact of a bug in ZMQ 4.2.0 and ZMQ 4.2.1.

0 commit comments

Comments
 (0)