diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-09-19 16:04:38 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2014-09-19 16:04:38 +0200 |
commit | 9f568ab8c14dfbaccc489a38422f1a1788eb1993 (patch) | |
tree | 22339c3e4a200514543e6e8d1e2ea45916e1ef4d | |
parent | 3ba1fbe128fc4a5b290dba6f1e2560490157f65f (diff) | |
download | libuca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.gz libuca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.bz2 libuca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.xz libuca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.zip |
Release version 1.6
-rw-r--r-- | NEWS | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,10 +1,29 @@ Changelog ========= +Changes in libuca 1.6 +--------------------- + +Released on September 19th 2014 + +This is mainly a cleanup and bugfix release with the following major updates: + +- Updated and fixed the Dexela plugin (v1.3.2). +- Fixed a race condition for buffered acquisition. +- Added `version` property to pco cameras. +- Reset all property units and warn on override + +### API changes + +- Removed "sensor-max-frame-rate" property. +- Remove unused virtual `record_` functions. +- Added `uca_camera_set_writable` and `uca_camera_is_writable_during_acquisition`. + + Changes in libuca 1.5 --------------------- -Released on July 22nd 2013. +Released on July 22nd 2014. ### API additions |