Path to this page:
Subject: CVS commit: pkgsrc/sysutils/dbus-glib
From: Thomas Klausner
Date: 2010-12-12 14:17:46
Message id: 20101212131746.284FC175DD@cvs.netbsd.org
Log Message:
Update to 0.92:
0.92:
Senko RaÅ¡iÄ found that this should have depended on GLib 2.26, but still
only checked for 2.24. Sorry about that. So here's a new version,
identical to 0.90 except with the GLib dependency fixed.
0.90:
Christian Dywan (6):
Remove unused method attribute variables in introspect_interfaces
Dereference main loop once variant recursion test is done
Plug leak of expected_str in threaded server test
Free path string after emission in in statemachine server example
Always free method_c_name in dbus binding tool
Free looked up function name in dbus binding tool
Mike Gorse (1):
Fix switching a connection's GMainContext
Simon McVittie (18):
Add DBusGObjectPath, DBusGSignature typedefs
Give specialized GArrays iteration/appending support
Actually run test/core/test-gvariant
Test dbus_g_value_build_g_variant for various fixed arrays
Remove gcov decoder, which hasn't worked since dbus-glib left libdbus
replace remnants of gcov support with lcov.am from telepathy-glib
fd.o #30428: add dbus_g_value_parse_g_variant
dbus_g_type_specialized_map_append: document that the value contents are stolen
dbus_g_value_build_g_variant: cope with empty arrays, maps
Test dbus_g_value_parse_g_variant
dbus_g_value_basic_array_parse_variant: allow the fast path to be taken
Adjust syntax to avoid relying on array/pointer duality
dbus_g_value_parse_variant_by_type: talk about GVariant, not GDBus, in docs
Add dbus_g_value_parse_g_variant to gtkdoc
output unhandled GVariantClass as ASCII if possible
copy arrays of 'o', 'g' from GVariant without constructing a format string \
programmatically
Merge branch 'gvariant'
Merge branch 'type-names'
Will Thompson (5):
Build test/ before its subdirs.
Release version 0.90
Makefile.am: Remove ChangeLog's spurious FORCE dependency
HACKING: Fix release URL; be honest about NEWS
Files: