summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-09-19 16:04:38 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2014-09-19 16:04:38 +0200
commit9f568ab8c14dfbaccc489a38422f1a1788eb1993 (patch)
tree22339c3e4a200514543e6e8d1e2ea45916e1ef4d /NEWS
parent3ba1fbe128fc4a5b290dba6f1e2560490157f65f (diff)
downloaduca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.gz
uca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.bz2
uca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.tar.xz
uca-9f568ab8c14dfbaccc489a38422f1a1788eb1993.zip
Release version 1.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 931e454..e6b86da 100644
--- a/NEWS
+++ b/NEWS
@@ -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