diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-17 14:24:23 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-04-18 16:50:53 +0200 |
commit | 92ac304516c3929a2c3590686375f6d7a1f605c5 (patch) | |
tree | bdb35f940dda19623127f8f1bb4762730af6727a /NEWS | |
parent | a0645d148085269eed23e40500d7b72179c1fe1b (diff) | |
download | uca-92ac304516c3929a2c3590686375f6d7a1f605c5.tar.gz uca-92ac304516c3929a2c3590686375f6d7a1f605c5.tar.bz2 uca-92ac304516c3929a2c3590686375f6d7a1f605c5.tar.xz uca-92ac304516c3929a2c3590686375f6d7a1f605c5.zip |
Add information about the Tango wrapper
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -15,6 +15,15 @@ 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 +------------- + +The old Tango wrapper has been superseded by a generic one that proxies +GObject's to the Tango bus. This makes things a lot easier, for example reacting +on remote property setting and more robust type safety. + +The wrapper is developed as an external project at ISS by Volker Kaiser. + Changes in libuca 0.5.0 ======================= |