From a55c58e303f3a8c1a77deb95ec9240694a0314c4 Mon Sep 17 00:00:00 2001 From: sergirubio Date: Wed, 19 Oct 2016 14:16:00 +0200 Subject: [PATCH] FANDANGO 12.2 - Bugfix release --- fandango/CHANGES | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/fandango/CHANGES b/fandango/CHANGES index 97e0fe13b..1a21c4fcd 100644 --- a/fandango/CHANGES +++ b/fandango/CHANGES @@ -1,4 +1,4 @@ -RELEASE = (12,0,0) +RELEASE = (12,2,0) RELEASE_NOTE = "Added FolderDS and FolderGUI, moved to GitHub, many bugs fixed" """ @@ -15,6 +15,17 @@ PENDING: StructDict with sort/get/filter methods like Panic api preparing next PyAlarm release with None not allowed in comparisons +------------------------------------------------------------------- +12.2 - October 2016, Bugfix release, required by latest PyPLC/Panic +------------------------------------------------------------------- + +Solve critical bug in tango.add_new_device that may prevent PyAlarm to start + +FolderDS/API/GUI updated to be multi-tango-host capable +threads: timed_range new time-based iterator +dynamic: extend DynamicAttribute formula syntax for ATTR/GET/SET +callbacks: New EventSource/Listener API for registering to Tango events (BETA) + ---------------------------------------------------- 12.1 - August 2016, required by latest PyPLC/Panic ----------------------------------------------------