Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
13.9: Solve critical bugs, enable raw change events
Browse files Browse the repository at this point in the history
  • Loading branch information
sergirubio committed Aug 24, 2018
1 parent 5cfcdc0 commit db8bb11
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion fandango/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE_NOTE = "Fandango 13.2.*; Cached tango database methods"
RELEASE_NOTE = "Fandango 13.*; Cached tango database methods"

"""
IMPORTANT:
Expand All @@ -11,6 +11,25 @@ BUGS PENDING for 13.* (to not be released in master until bugs will be solved)
threads.wait: exceptions on ipython exit
threads/WorkerDS: uncatched deadlocks

13.9.0 - August 2018
--------------------

DynamicDS:
solves critical bug in get_default_properties
Enable events on raw attribute change
Solve bugs on array events and qualities

tango_monitor refactored
fixed bugs on EventSource init/del
allow dots on device names (req by Philal)
better event check
set archive event as optional on DynamicDS
export devices: vector/list bug solved by kmadisa
export more attribute properties (by kmadisa)
critical bug solved on XATTR (long uris)



13.7.0 - Abril 2018
-------------------
Add get_attr_name, get_dev_name methods
Expand Down
2 changes: 1 addition & 1 deletion fandango/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.8.0
13.9.0

0 comments on commit db8bb11

Please sign in to comment.