summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-04-11 09:06:31 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2013-04-11 09:06:31 +0200
commit710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23 (patch)
treeb03051455e75d2bc8025c2227aa073e2870ac430 /NEWS
parentf1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43 (diff)
downloaduca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.gz
uca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.bz2
uca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.xz
uca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.zip
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e26e520..ce5015f 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,23 @@ instantiates it via the GInitable initialization function. Therefore, all
plugins must implement initialization code in the objects init function and flag
errors in the init method from the GInitable interface.
+Restructuring of tools
+----------------------
+
+All binary sources are now found in bin/, with the GUI application now
+split off from the command line tools. Also, all tools are now installed with
+a common "uca-" prefix, e.g. `uca-control` and `uca-grab`.
+
+Minor changes
+-------------
+
+- Improved plugin packaging: Plugins can now specify a version number
+ independent of libuca which is reflected when building RPM packages.
+- `uca-grab` is a lot more useful now and gained `--num-frames` and `--duration`
+ parameters as well as the possibility to write frames as a single multi-page
+ TIFF file.
+- Bug fixes for Dexela, pco and UFO cameras.
+
Changes in libuca 1.1
=====================