diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-24 10:56:33 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-07-24 10:56:33 +0200 |
commit | 8b31cfc198bdb5c121242cb1d476f838a8cd4599 (patch) | |
tree | 05aa5d76b29421d4f18c12912ba65e62a5b5ae28 /NEWS | |
parent | 10e72ce424a35b8d2b9bfe94082732239c2b7f8d (diff) | |
download | libuca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.gz libuca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.bz2 libuca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.xz libuca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.zip |
Set release dates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4,6 +4,8 @@ Changelog Changes in libuca 1.3 --------------------- +Released on July 24th 2013. + ### Correct ABI versioning Until now, the ABI version was not set correctly and all versions prior 1.3 bear @@ -33,6 +35,8 @@ also be stored as a raw binary dump. Changes in libuca 1.2 --------------------- +Released on April 16th 2013. + ### API break The interface of uca_camera_grab() has changed. The buffer must be provided as a @@ -64,6 +68,8 @@ a common "uca-" prefix, e.g. `uca-camera-control` and `uca-grab`. Changes in libuca 1.1 --------------------- +Released on October 26th 2012. + ### Plugin System A new plugin manager is used to instantiate camera objects from a shared @@ -99,6 +105,8 @@ The plugin manager adds a dependency on GModule (pkg-config package Changes in libuca 1.0 aka 0.6 ----------------------------- +Released on September 19th 2012. + ### GObject Type System Instead of using a home-grown type and class system, we switched to the GObject |