diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-11 09:06:31 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-11 09:06:31 +0200 |
commit | 710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23 (patch) | |
tree | b03051455e75d2bc8025c2227aa073e2870ac430 | |
parent | f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43 (diff) | |
download | libuca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.gz libuca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.bz2 libuca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.tar.xz libuca-710e6f9f2605b131bd63ec0bd3e5b3cdb5b43a23.zip |
Update NEWS
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 ===================== |