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

Commit

Permalink
Update RELEASE_NOTES before to tag 9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bourtemb committed Sep 12, 2018
1 parent 414ac8e commit b3054f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
9.3.2 [UNRELEASED]
==================
9.3.2
=====

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)
Expand All @@ -8,6 +9,9 @@
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 and Sonar
10. Tests: Split runner executable into several executables. Disable log4tango bench test.
11. Doxygen: upgrade to doxygen 1.8.13. Fix some doxygen warnings.

9.3.1
=====
Expand All @@ -32,7 +36,7 @@
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. hzgc103k -> hzgc103.desy.de
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.
Expand Down

0 comments on commit b3054f3

Please sign in to comment.