Skip to content
Snippets Groups Projects
Unverified Commit 065c00f9 authored by Anton Joubert's avatar Anton Joubert
Browse files

SAR-231 Update for release 0.10.0

parent f93e77b9
No related branches found
No related tags found
No related merge requests found
release=0.9.1 release=0.10.0
tag=ska_tango_base-0.9.1 tag=ska_tango_base-0.10.0
...@@ -25,9 +25,14 @@ The ska-tango-base repository includes a set of eight classes as mentioned in SK ...@@ -25,9 +25,14 @@ The ska-tango-base repository includes a set of eight classes as mentioned in SK
## Version History ## Version History
#### (next release) #### 0.10.0
- Add `DebugDevice` command to `SKABaseDevice`. This will allow remote debugging to be - Add `DebugDevice` command to `SKABaseDevice`. This allows remote debugging to be
enabled on all devices. It cannot be disabled without restarting the process. enabled on all devices. It cannot be disabled without restarting the process.
If there are multiple devices in a device server, debugging is only enabled for
the requested device (i.e., methods patched for debugging cppTango threads).
However, all Python threads (not cppTango threads), will also be debuggable,
even if created by devices other than the one that was used to enable debugging.
There is only one debugger instance shared by the whole process.
#### 0.9.1 #### 0.9.1
- Changed dependency from `ska_logging` to `ska_ser_logging`. - Changed dependency from `ska_logging` to `ska_ser_logging`.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"""Release information for ska_tango_base Python Package""" """Release information for ska_tango_base Python Package"""
name = """ska_tango_base""" name = """ska_tango_base"""
version = "0.9.1" version = "0.10.0"
version_info = version.split(".") version_info = version.split(".")
description = """A set of generic base devices for SKA Telescope.""" description = """A set of generic base devices for SKA Telescope."""
author = "SKA India and SARAO and CSIRO and INAF" author = "SKA India and SARAO and CSIRO and INAF"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment