diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-05-10 11:14:02 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-05-10 11:14:02 +0200 |
commit | 4ac364301b1089e92849b1e1550a2d46ff48a9ad (patch) | |
tree | b37ab02bd68af8442bfec86bf23e2a0c4cd4247a | |
parent | 68265a0915db80f7fd967dead6a6b0881a8a3d72 (diff) | |
download | uca-4ac364301b1089e92849b1e1550a2d46ff48a9ad.tar.gz uca-4ac364301b1089e92849b1e1550a2d46ff48a9ad.tar.bz2 uca-4ac364301b1089e92849b1e1550a2d46ff48a9ad.tar.xz uca-4ac364301b1089e92849b1e1550a2d46ff48a9ad.zip |
Release version 2.2.1
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ae3bd9a..525b320 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ set(UCA_DESCRIPTION "Unified Camera Access") # These are software release versions set(UCA_VERSION_MAJOR "2") set(UCA_VERSION_MINOR "2") -set(UCA_VERSION_PATCH "0") +set(UCA_VERSION_PATCH "1") set(UCA_VERSION_STRING "${UCA_VERSION_MAJOR}.${UCA_VERSION_MINOR}.${UCA_VERSION_PATCH}") # Increase the ABI version when binary compatibility cannot be guaranteed, e.g. @@ -1,6 +1,23 @@ Changelog ========= +Changes in libuca 2.2.1 +----------------------- + +Released on May 10th 2017. + +Enhancements: + +- Replace our homegrown install path system with CMake's GNUInstallDirs +- Use better system to parse command line argument properties for the command + line tools. + +Fixes: + +- Fix #80: trigger must not block on the access_lock +- Emulate correct software trigger behaviour for the mock camera. + + Changes in libuca 2.2.0 ----------------------- |