commit d6f22138dc0362c706f7958bc3f42aef7af02d46 Author: Christian Persch Date: Mon Aug 15 16:45:23 2011 +0100 gconf-database-dbus: Fix notify listeners to also use an object path Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656 gconf/gconf-database-dbus.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 052f7c9c26e423f2ee4db3316fd7f4439c8049eb Author: Rob Bradford Date: Mon Aug 15 15:51:19 2011 +0100 Release 3.1.6 NEWS | 14 ++++++++++++++ configure.in | 2 +- 2 files changed, 15 insertions(+), 1 deletions(-) commit 38f1973d58c65639fe83de7918b5c765933302cd Author: Rob Bradford Date: Mon Aug 15 15:24:27 2011 +0100 gconf-dbus: Support older daemon returning string for object path Enhances: https://bugzilla.gnome.org/show_bug.cgi?id=655656 gconf/gconf-dbus.c | 21 +++++++++++++++++---- 1 files changed, 17 insertions(+), 4 deletions(-) commit 6736f42ce5172b44083a9089ff4a777ed1c5bdc3 Author: Christian Persch Date: Sat Jul 30 23:06:53 2011 +0200 gconf(d)-dbus: Use correct type, 'o', for object paths Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=655656 gconf/gconf-dbus.c | 2 +- gconf/gconfd-dbus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c9c85796088485f84aede8ffe649f9bdf0c609f9 Author: Rob Bradford Date: Mon Aug 15 14:44:55 2011 +0100 misc: Add a DOAP file gconf.doap | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) commit 752cd58087941e9cdc8d620b4b46993f25501c60 Author: Rob Bradford Date: Mon Aug 15 12:19:46 2011 +0100 build: Correctly ensure that generated CORBA files are deleted when disting Otherwise if you have build with ORBIT and then do a dist (which uses D-BUS) then you get the CORBA generated files inside your D-BUS tarball. The previous attempt at this fix caused a FTBFS when you didn't have ORBIT headers. gconf/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 3eb4407b0f791acf8b94b9a6ecfbf6a8db61b395 Author: Rob Bradford Date: Mon Aug 15 12:17:49 2011 +0100 Revert "build: Ensure that generated CORBA files are deleted when disting" This reverts commit 3385287b5e8566e9a7107410348592571db6440c. Results in a build error if you don't have ORBIT available on your system. gconf/Makefile.am | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)