summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b5f0d4e..3f6e6107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.