summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-24 10:56:33 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-24 10:56:33 +0200
commit8b31cfc198bdb5c121242cb1d476f838a8cd4599 (patch)
tree05aa5d76b29421d4f18c12912ba65e62a5b5ae28
parent10e72ce424a35b8d2b9bfe94082732239c2b7f8d (diff)
downloaduca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.gz
uca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.bz2
uca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.tar.xz
uca-8b31cfc198bdb5c121242cb1d476f838a8cd4599.zip
Set release dates
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ea8afd..f37e694 100644
--- a/NEWS
+++ b/NEWS
@@ -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