summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-05 11:29:35 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-03-05 11:29:35 +0100
commit881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3 (patch)
tree0ccdb1c14551a1bc37025dc09c10a2f4f4bf020c /NEWS
parent0010c60ac578e8d463b5948f5b2f137dde54abd9 (diff)
downloaduca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.gz
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.bz2
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.tar.xz
uca-881abcb70c5ac2f8e65b2d892b7bde3f5311e8b3.zip
Remove cruft
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1eb4cdc..7856b66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,23 @@
+Changes in libuca 0.6.0
+=======================
+
+GObject Type System
+-------------------
+
+Instead of using a home-grown type and class system, we switched to the GObject
+system as part of GLib. This effort has the advantage of much more typesafe
+properties and better signal and closure handling.
+
+Most of the ideas and approaches of libuca 0.5 have been transfered. However,
+instead of trying to initialize each camera first and having the user decide
+what to use, the user must now determine the used camera at compile time or use
+the factory pattern to delegate this to run-time.
+
+
+
Changes in libuca 0.5.0
------------------------
+=======================
- Put work under LGPL 2.1