diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-12-16 15:47:06 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-12-16 15:47:06 +0100 |
commit | 24e9bad01e4e7e6ce4e3a5adaa44275053a42548 (patch) | |
tree | 1408b93a11aa022d72b2d2cb0d6902d77f8cff7b /NEWS | |
parent | b17cc12dc335d2357141fd27613b7a49ecdfd670 (diff) | |
download | uca-24e9bad01e4e7e6ce4e3a5adaa44275053a42548.tar.gz uca-24e9bad01e4e7e6ce4e3a5adaa44275053a42548.tar.bz2 uca-24e9bad01e4e7e6ce4e3a5adaa44275053a42548.tar.xz uca-24e9bad01e4e7e6ce4e3a5adaa44275053a42548.zip |
Release version 2.2.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,6 +1,36 @@ Changelog ========= +Changes in libuca 2.2.0 +----------------------- + +Released on December 16th 2016. + +Enhancements: + +- Improve Windows support +- Add uca-info tool to print current prop values +- Add debug output of plugin module location +- Add stress test script for TANGO +- Increase maximum dimension of TANGO image attribute +- cli: pass -p/--property assignment to constructor +- Improve benchmark output and count the number of dropped frames + +Fixes: + +- Fix #69, #71, #72, #74 +- Fix segfaults with changing ROI or bitdepth +- Fix zoom problems and statistics in the GUI +- Fix reading of 32 bit TIFFs in file plugin +- Allow setting max bin value of histogram + +Breaks and changes: + +- Raise GLib dependency to 2.28 +- Do not stop camera when closing the object +- Move sensor binnings array out to plugin and remove it from mock +- mock: replace create-random with fill-data policy + Changes in libuca 2.1.1 ----------------------- |