summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-17 16:28:45 -0400
committerJohn Palmieri <johnp@remedyz.boston.redhat.com>2006-07-17 16:28:45 -0400
commitd59c4a541397033b69d575c8cc495d0f3ba13ee3 (patch)
tree34a55acbe8cfe5764cb2832d9d8b5135e96d8765 /NEWS
parent990802d9f01a7c5aa1ae582aad21963fe20b601e (diff)
downloaddbus-glib-d59c4a541397033b69d575c8cc495d0f3ba13ee3.tar.gz
* Added a NEWS entry for this release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e69de29..c324312 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,18 @@
+D-Bus GLib Bindings 0.70 (17 July 2006)
+===
+- First release after bindings split
+- dbus-binding-tool heeds org.freedesktop.DBus.GLib.ClientCSymbol C symbol
+ name annotations when generating glib client bindings
+- DBusGProxy can now be inherited from
+- Support added for generating bindings to arrays that are represented as
+ GPtrArrays rather than GArrays (ie size-variable things, such as strings,
+ objects, structs, etc).
+- Modification of the existing specialised types to have N type parameters
+ (rather than the current 1 or 2 for arrays and dictionaries respectively).
+ You can then use this to get a glib type to represent any arbitrary
+ D-Bus struct type using dbus_g_type_get_struct. The only implementation of
+ these types is with GValueArrays as before, but it's now possible to store
+ these in arrays, emit them in signals, etc.
+- New methodbus_g_connection_open provides a way to open connections to an
+ arbitrary address
+- Various bugs and memory leaks fixed