summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-10-29 17:52:38 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-10-29 17:56:46 +0100
commit77a09bfa2ebf239f88d3ea7b78e13b4f566e874a (patch)
tree5cf457119cac9fd895c8297c8ec0707858321dbb
parent19e3db276722a14204bf0b7f8253bccff376485d (diff)
downloaduca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.gz
uca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.bz2
uca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.tar.xz
uca-77a09bfa2ebf239f88d3ea7b78e13b4f566e874a.zip
Pick release notes of version 1.6.1
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e6b86da..b10f2ac 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
Changelog
=========
+Changes in libuca 1.6.1
+-----------------------
+
+Released on October 29th 2014
+
+This is a bugfix release smoothing out daily operation. In particular, we
+
+- release the Python GIL to avoid blocking on grabs
+- added missing property specification for exposure-auto in the pylon plugin
+- improved robustness of ROI setting in the pylon plugin
+- added global shutter support for pco.edge cameras
+
+
Changes in libuca 1.6
---------------------
@@ -184,7 +197,7 @@ properties and better signal and closure handling.
Most of the ideas and approaches of libuca 0.5 have been transfered. However,
instead of trying to initialize each camera first and having the user decide
what to use, the user must now determine the used camera at compile time or use
-the factory pattern to delegate this to run-time.
+the factory pattern to delegate this to run-time.
### Tango Wrapper