diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2010-07-25 José Alburquerque <jaalburqu@svn.gnome.org> + + Add Gio::DBusServer. + + * gio/src/dbusserver.ccg: + * gio/src/dbusserver.hg: + * gio/src/filelist.am: Add the new sources for Gio::DBusServer. + + * tools/extra_defs_gen/generate_defs_gio.cc: + * gio/src/gio_signals.defs: Add the GDBusServer type to the extra defs + generation utility and regenerate the signal defs file to get the + signals and properties of GDBusServer. + + * tools/m4/convert_gio.m4: Add conversions for GDBusServer. + Alphabetize the enum conversions. + + * gio/src/dbusauthobserver.hg: Typos. + 2010-07-25 Murray Cumming <murrayc@murrayc.com> DBusAuthObserver: Fix the build with latest glib. |