summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-08 15:05:28 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-08 15:05:28 +0200
commit1568fc37538a70bb0309df98f2b8e7b6d0daa265 (patch)
tree65f19de0cbc7261d77db2f79c6f094527ccd6851 /NEWS
parentb3dbedeec78a55802565a3824ab52188e8b9bd4d (diff)
downloaduca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.gz
uca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.bz2
uca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.tar.xz
uca-1568fc37538a70bb0309df98f2b8e7b6d0daa265.zip
Introspection has to be in the NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 624242b..f0a4c30 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,12 @@ looks in pre- and user-defined directories for DSOs that match
The plugin manager adds a dependency on GModule (pkg-config package
`gmodule-2.0`) that is part of GLib.
+Minor changes
+-------------
+
+- It is now possible to generate GObject introspection meta data to bind libuca
+ to all languages that support GObject introspection.
+
Changes in libuca 1.0 aka 0.6
=============================
@@ -34,7 +40,6 @@ 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.
-
Tango Wrapper
-------------