summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-04-24 09:47:06 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-04-24 09:49:45 +0200
commitd01d83eb9843bce7bb62377f353f6a63591c2f9b (patch)
treeb4945f70b1d81b3d9e9f4c58c4595094d65cd9a5
parent06fdc489f0cd433b20baef2d936e5d5db153af59 (diff)
downloaduca-d01d83eb9843bce7bb62377f353f6a63591c2f9b.tar.gz
uca-d01d83eb9843bce7bb62377f353f6a63591c2f9b.tar.bz2
uca-d01d83eb9843bce7bb62377f353f6a63591c2f9b.tar.xz
uca-d01d83eb9843bce7bb62377f353f6a63591c2f9b.zip
Release version 2.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS19
2 files changed, 21 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e4053ec..5f2eedc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,8 @@ set(TARNAME "libuca")
set(UCA_DESCRIPTION "Unified Camera Access")
# These are software release versions
-set(UCA_VERSION_MAJOR "1")
-set(UCA_VERSION_MINOR "7")
+set(UCA_VERSION_MAJOR "2")
+set(UCA_VERSION_MINOR "0")
set(UCA_VERSION_PATCH "0")
set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}")
diff --git a/NEWS b/NEWS
index 81bd9cd..e54c7e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
Changelog
=========
+Changes in libuca 2.0.0
+-----------------------
+
+Released on April 24th 2015
+
+This release changes the trigger properties from a single "trigger-type"
+property to separate "trigger-source" and "trigger-type" properties. Apart from
+that numerous bug fixes and the following updates have been done since 1.6.2:
+
+- uca-benchmark measures more mode combinations.
+- A basic Python-based TANGO server has been added.
+- pco: Check for SiliconSoftware run-time version 5.2.2.
+- Add uca_camera_write to "write" arbitrary data to the camera. The semantics
+ are camera-specific.
+- Added uca_plugin_manager_get_camerah to pass property values via a GHashTable.
+- The plugin directory can be queried via pkg-config.
+- The Python GIL is released on potentially long-running code paths.
+
+
Changes in libuca 1.6.2
-----------------------